*docs* The hotplug package is no longer included. Things that use the
/etc/hotplug.d directory need to be converted to udev rules. Please see http://www.reactivated.net/writing_udev_rules.html for examples.
This commit is contained in:
parent
8a7f1adfd3
commit
211c0cae7c
@ -1 +1 @@
|
|||||||
initscripts-8.20.tar.bz2
|
initscripts-8.21.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: The inittab file and the /etc/init.d scripts.
|
Summary: The inittab file and the /etc/init.d scripts.
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 8.20
|
Version: 8.21
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -22,8 +22,10 @@ Conflicts: mkinitrd < 4.0, kernel < 2.6.12
|
|||||||
Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
|
Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
|
||||||
Conflicts: dhclient < 3.0.3-7
|
Conflicts: dhclient < 3.0.3-7
|
||||||
Conflicts: tcsh < 6.13-5
|
Conflicts: tcsh < 6.13-5
|
||||||
|
Conflicts: xorg-x11
|
||||||
#Conflicts: diskdumputils < 1.1.0
|
#Conflicts: diskdumputils < 1.1.0
|
||||||
Obsoletes: rhsound sapinit
|
Obsoletes: rhsound sapinit
|
||||||
|
Obsoletes: hotplug
|
||||||
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, mktemp, fileutils, sh-utils
|
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, mktemp, fileutils, sh-utils
|
||||||
BuildPrereq: glib2-devel popt gettext pkgconfig
|
BuildPrereq: glib2-devel popt gettext pkgconfig
|
||||||
|
|
||||||
@ -33,7 +35,6 @@ your Red Hat system, change runlevels, and shut the system down
|
|||||||
cleanly. Initscripts also contains the scripts that activate and
|
cleanly. Initscripts also contains the scripts that activate and
|
||||||
deactivate most network interfaces.
|
deactivate most network interfaces.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -154,10 +155,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config /etc/sysconfig/network-scripts/ifup-wireless
|
%config /etc/sysconfig/network-scripts/ifup-wireless
|
||||||
/etc/sysconfig/network-scripts/ifup-isdn
|
/etc/sysconfig/network-scripts/ifup-isdn
|
||||||
/etc/sysconfig/network-scripts/ifdown-isdn
|
/etc/sysconfig/network-scripts/ifdown-isdn
|
||||||
|
/etc/sysconfig/network-scripts/net.hotplug
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
%config /etc/sysconfig/network-scripts/ifup-ctc
|
%config /etc/sysconfig/network-scripts/ifup-ctc
|
||||||
%config /etc/sysconfig/network-scripts/ifup-iucv
|
%config /etc/sysconfig/network-scripts/ifup-iucv
|
||||||
%endif
|
%endif
|
||||||
|
/etc/udev/rules.d/*
|
||||||
%config /etc/X11/prefdm
|
%config /etc/X11/prefdm
|
||||||
%config(noreplace) /etc/inittab
|
%config(noreplace) /etc/inittab
|
||||||
%dir /etc/rc.d
|
%dir /etc/rc.d
|
||||||
@ -205,6 +208,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 20 2006 Bill Nottingham <notting@redhat.com> 8.21-1
|
||||||
|
- move handling of network hotplug events here, add appropriate udev
|
||||||
|
rules, obsolete hotplug
|
||||||
|
- get rid of some path lookups (#178321, <mclasen@redhat.com>)
|
||||||
|
- get hwaddrs from sysfs as opposed to ip | sed
|
||||||
|
- translation updates
|
||||||
|
- lang.sh: don't run unicode_start for subshells (#176832)
|
||||||
|
- halt: ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
|
||||||
|
- add service(8) man page (#44857) <mitr@redhat.com>
|
||||||
|
|
||||||
* Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
|
* Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
|
||||||
- remove kmodule. udev handles module loading now
|
- remove kmodule. udev handles module loading now
|
||||||
- require appropriate udev
|
- require appropriate udev
|
||||||
|
Loading…
Reference in New Issue
Block a user