summaryrefslogtreecommitdiff
path: root/udev.spec
AgeCommit message (Collapse)Author
2005-04-26[PATCH] 028 releaseudev/v028greg@kroah.com
2005-04-26[PATCH] 027 releaseudev/v027greg@kroah.com
2005-04-26[PATCH] 026 releaseudev/v026greg@kroah.com
2005-04-26[PATCH] 025_bk markgreg@kroah.com
because kernel.org is down, no release just yet...
2005-04-26[PATCH] udev rpm fixarnd@arndb.de
Some file locations have changed since the spec file was last updated. Also a failed build might leave behind a stale buildroot directory. This patch should fix both problems.
2005-04-26[PATCH] add volume_id support to the udev.spec filegreg@kroah.com
2005-04-26[PATCH] remove dbus and selinux stuff from the udev.spec file.greg@kroah.com
2005-04-26[PATCH] v025 releaseudev/v025greg@kroah.com
2005-04-26[PATCH] v024 releaseudev/v024greg@kroah.com
2005-04-26[PATCH] 023_bk markgreg@kroah.com
2005-04-26[PATCH] fix udev.spec file for where udevtest should be placed.greg@kroah.com
2005-04-26[PATCH] v023 releaseudev/v023greg@kroah.com
2005-04-26[PATCH] fixed up udev.spec to handle selinux stuff properly now.greg@kroah.com
2005-04-26[PATCH] fix dbus build in the udev.spec file.greg@kroah.com
2005-04-26[PATCH] 022_bk taggreg@kroah.com
2005-04-26[PATCH] 022 releaseudev/v022greg@kroah.com
2005-04-26[PATCH] Include more examples in the docs area for gentoo and redhatken@cgi101.com
Here's a patch that puts the udev.rules and udev.permissions files in the docs dir. This should help people out who install with just the rpm.
2005-04-26[PATCH] 021_bk markgreg@kroah.com
2005-04-26[PATCH] 021 releaseudev/v021greg@kroah.com
2005-04-26[PATCH] fix udev.spec to find udevinfo now that it has moved to /usr/bingreg@kroah.com
2005-04-26[PATCH] make spec file turn off selinux support by default.greg@kroah.com
2005-04-26[PATCH] 020 releaseudev/v020greg@kroah.com
2005-04-26[PATCH] install udevstartgreg@kroah.com
2005-04-26[PATCH] automatically install correct initscriptrml@ximian.com
On Mon, 2004-03-01 at 20:08, Robert Love wrote: > Ack, I did not even see that! Thanks. > > Let's rip that out, and always use the new built-in logic to determine > what initscript to install. Hm, looks like we do not need the %{lsb} and USE_LSB logic at all, anymore. Here is the patch, updated, removing both completely.
2005-04-26[PATCH] 019_bk markgreg@kroah.com
2005-04-26[PATCH] 018 releaseudev/v019greg@kroah.com
2005-04-26[PATCH] Add initial SELinux support for udevgreg@kroah.com
Based on a patch from Daniel J Walsh <dwalsh@redhat.com>
2005-04-26[PATCH] 018_bk markgreg@kroah.com
2005-04-26[PATCH] v018 releaseudev/v018greg@kroah.com
2005-04-26[PATCH] added scsi_id and some more documentation to the udev.spec file.greg@kroah.com
2005-04-26[PATCH] update the udev.spec to add udevtest and make some more Red Hat ↵greg@kroah.com
suggested changes.
2005-04-26[PATCH] v017 releaseudev/v017greg@kroah.com
2005-04-26[PATCH] add some .spec file changes from Red Hat.greg@kroah.com
2005-04-26[PATCH] 016_bk markgreg@kroah.com
2005-04-26[PATCH] v016 releaseudev/v016greg@kroah.com
2005-04-26[PATCH] add udevd and udevsend to the spec file.greg@kroah.com
2005-04-26[PATCH] 015_bk markgreg@kroah.com
2005-04-26[PATCH] v015 releaseudev/v015greg@kroah.com
2005-04-26[PATCH] add udevinfo man page to spec file.greg@kroah.com
2005-04-26[PATCH] added URL to spec file.greg@kroah.com
2005-04-26[PATCH] add udevinfo to udev.spec file.greg@kroah.com
2005-04-26[PATCH] 014_bk markgreg@kroah.com
2005-04-26[PATCH] 014 releaseudev/v014greg@kroah.com
2005-04-26[PATCH] clean up the logging patch a bit to make the option more like the ↵greg@kroah.com
other options. Also documented it and added it to the .spec file.
2005-04-26[PATCH] 013_bk markgreg@kroah.com
2005-04-26[PATCH] v013 releaseudev/v013greg@kroah.com
2005-04-26[PATCH] LSB init script and other stuffeike-hotplug@sf-tec.de
I had too much time during the holidays, so I played a bit with udev. The changes are like last time mostly on the init stuff. I'm sending you this as a great diff which is just for comments. What it does: -fix a typo in Makefile -use only one "grep -v" instead of many -don't include BK-Files into release (shrinks the stuff to 30%!) -add a new init script which is LSB compliant -add some flags to choose which one to use -use /etc/udev/udev.conf in Redhat init script as the source for the udev directory. If this is not done then the init script may create a directory which udev itself isn't using (I changed /udev to /Udev to avoid collisions with /usr and ran into this) -first check for sysfs_dir before creating udev_root (maybe someone else has already fixed this, I saw this discussion on lkml)
2005-04-26[PATCH] 012_bk change.greg@kroah.com
2005-04-26[PATCH] v012 releaseudev/v012greg@kroah.com
2005-04-26[PATCH] udev spec file updaterml@ximian.com
More udev spec file updates. This one from David Zeuthen. Attached patch, against udev-011, makes sure we pass USE_DBUS and also makes sure we install the D-BUS policy file, if the %{dbus} option is set.