diff options
author | greg@kroah.com <greg@kroah.com> | 2004-03-03 09:01:22 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-27 06:35:08 +0200 |
commit | 88ed4bbe5605f6fe17993c5b81709f4d12812b9a (patch) | |
tree | c88b26d10aaaac8068d4ee98c02111492879d424 | |
parent | [PATCH] fix udev.spec to find udevinfo now that it has moved to /usr/bin (diff) | |
download | systemd-88ed4bbe5605f6fe17993c5b81709f4d12812b9a.tar.xz systemd-88ed4bbe5605f6fe17993c5b81709f4d12812b9a.zip |
[PATCH] 021 release021
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,17 @@ +Summary of changes from v020 to v021 +============================================ + +Kay Sievers: + o install udevinfo in /usr/bin + o blacklist pcmcia_socket + +Greg Kroah-Hartman: + o fix udev.spec to find udevinfo now that it has moved to /usr/bin + o Fix another problem with Makefile installing initscript + o fix the Makefile to install the init script into the proper directory + o make spec file turn off selinux support by default + + Summary of changes from v019 to v020 ============================================ @@ -36,7 +36,7 @@ SENDER = udevsend INFO = udevinfo TESTER = udevtest STARTER = udevstart -VERSION = 020 +VERSION = 021 INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) LOCAL_CFG_DIR = etc/udev @@ -34,7 +34,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 020 +Version: 021 Release: 1 License: GPL Group: Utilities/System |