summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-03 09:01:22 +0100
committerGreg KH <gregkh@suse.de>2005-04-27 06:35:08 +0200
commit88ed4bbe5605f6fe17993c5b81709f4d12812b9a (patch)
treec88b26d10aaaac8068d4ee98c02111492879d424
parent[PATCH] fix udev.spec to find udevinfo now that it has moved to /usr/bin (diff)
downloadsystemd-88ed4bbe5605f6fe17993c5b81709f4d12812b9a.tar.xz
systemd-88ed4bbe5605f6fe17993c5b81709f4d12812b9a.zip
[PATCH] 021 release021
-rw-r--r--ChangeLog14
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c8eedc3626..515450ac6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
============================================
diff --git a/Makefile b/Makefile
index 9c95eeab85..526139a09b 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/udev.spec b/udev.spec
index 9437491117..9ead619186 100644
--- a/udev.spec
+++ b/udev.spec
@@ -34,7 +34,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 020
+Version: 021
Release: 1
License: GPL
Group: Utilities/System