1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-30 23:21:08 +03:00

[PATCH] 021 release

This commit is contained in:
greg@kroah.com 2004-03-03 00:01:22 -08:00 committed by Greg KH
parent 0d1956de0e
commit 88ed4bbe56
3 changed files with 16 additions and 2 deletions

View File

@ -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 Summary of changes from v019 to v020
============================================ ============================================

View File

@ -36,7 +36,7 @@ SENDER = udevsend
INFO = udevinfo INFO = udevinfo
TESTER = udevtest TESTER = udevtest
STARTER = udevstart STARTER = udevstart
VERSION = 020 VERSION = 021
INSTALL_DIR = /usr/local/bin INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION) RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev LOCAL_CFG_DIR = etc/udev

View File

@ -34,7 +34,7 @@
Summary: A userspace implementation of devfs Summary: A userspace implementation of devfs
Name: udev Name: udev
Version: 020 Version: 021
Release: 1 Release: 1
License: GPL License: GPL
Group: Utilities/System Group: Utilities/System