8.70-1
This commit is contained in:
parent
a8e1517114
commit
6cdbc44264
@ -1 +1 @@
|
||||
initscripts-8.69.tar.bz2
|
||||
initscripts-8.70.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: The inittab file and the /etc/init.d scripts
|
||||
Name: initscripts
|
||||
Version: 8.69
|
||||
Version: 8.70
|
||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||
License: GPLv2 and GPLv2+
|
||||
Group: System Environment/Base
|
||||
@ -17,11 +17,11 @@ Requires: module-init-tools
|
||||
Requires: util-linux >= 2.10s-11, mount >= 2.11l
|
||||
Requires: bash >= 3.0
|
||||
%if with_upstart
|
||||
Requires: upstart
|
||||
Requires: upstart, event-compat-sysv
|
||||
%else
|
||||
Requires: SysVinit >= 2.85-38
|
||||
%endif
|
||||
Requires: /sbin/ip, /sbin/arping, net-tools
|
||||
Requires: /sbin/ip, /sbin/arping, net-tools, /bin/find
|
||||
Requires: /etc/redhat-release, dev
|
||||
Requires: ethtool >= 1.8-2, /sbin/runuser
|
||||
Requires: udev >= 115-1
|
||||
@ -232,6 +232,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||
|
||||
%changelog
|
||||
* Tue Apr 15 2008 Bill Nottingham <notting@redhat.com> - 8.70-1
|
||||
- find is now in /bin. Use it. (#192991, #239914, #244941, #442178)
|
||||
- require event-compat-sysv for now (#442291)
|
||||
- fix serial event to wait properly
|
||||
- handle encrypted LVs properly (#441728)
|
||||
- add a sit tunnel type (#441635)
|
||||
- translation updates: ru
|
||||
|
||||
* Tue Apr 8 2008 Bill Nottingham <notting@redhat.com> - 8.69-1
|
||||
- Bring up lo whenever it shows up, not just in network/NM
|
||||
- fix shutdown-related oddities (#438444)
|
||||
|
Loading…
Reference in New Issue
Block a user