update
This commit is contained in:
parent
0bb4cef1c4
commit
ba64b715fc
@ -1 +1 @@
|
|||||||
initscripts-8.11.tar.bz2
|
initscripts-8.12.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.11
|
Version: 8.12
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -16,11 +16,12 @@ Requires: util-linux >= 2.10s-11, mount >= 2.11l
|
|||||||
Requires: bash >= 3.0, SysVinit >= 2.85-38
|
Requires: bash >= 3.0, SysVinit >= 2.85-38
|
||||||
Requires: /sbin/ip, /sbin/arping, net-tools
|
Requires: /sbin/ip, /sbin/arping, net-tools
|
||||||
Requires: /etc/redhat-release, dev
|
Requires: /etc/redhat-release, dev
|
||||||
Requires: ethtool >= 1.8-2, kernel >= 2.6, /sbin/nash, /sbin/runuser
|
Requires: ethtool >= 1.8-2, kernel >= 2.6.12, /sbin/nash, /sbin/runuser
|
||||||
Conflicts: mkinitrd < 4.0
|
Conflicts: mkinitrd < 4.0
|
||||||
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: udev < 0:048
|
Conflicts: udev < 0:048
|
||||||
Conflicts: tcsh < 6.13-5
|
Conflicts: tcsh < 6.13-5
|
||||||
|
#Conflicts: diskdumputils < 1.1.0
|
||||||
Obsoletes: rhsound sapinit
|
Obsoletes: rhsound sapinit
|
||||||
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
|
||||||
@ -208,6 +209,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
|
||||||
|
- ifup-eth: fix interface renaming (#158774)
|
||||||
|
- rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)
|
||||||
|
- remove workaround for the fonts-not-initialized-on-secondary-consoles
|
||||||
|
problem (fixed in 2.6.12-rc4 and later)
|
||||||
|
- setsysfont: correctly bracket systfontacm (#159706)
|
||||||
|
- rc.sysinit: always use udevsend, even if no modules (#160987)
|
||||||
|
- ifdown-aliases: add 'cd' to the proper dir (#161170)
|
||||||
|
- add diskdump restore support (<tuchida@redhat.com>),
|
||||||
|
conflict with appropriate diskdumputils
|
||||||
|
- rc.sysinit: dmraid/multipath support
|
||||||
|
- remove LVM1 support
|
||||||
|
- init.d/functions: handle odd quoting in args (#161316, <stransky@redhat.com>)
|
||||||
|
- ifup-wireless: set rate in quotes (#163123)
|
||||||
|
- handle lvm & fsck for network block devices (#148764,
|
||||||
|
<alewis@redhat.com>)
|
||||||
|
- initlog: fix invalid free calls, (#165033), (#163973,<dwalsh@redhat.com>)
|
||||||
|
- sysconfig.txt: remove hdparm docs, since the code isn't there (#162962)
|
||||||
|
- updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar
|
||||||
|
|
||||||
* Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
|
* Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
|
||||||
- fix mis-bringup of interfaces due to accidentally matched HWADDR
|
- fix mis-bringup of interfaces due to accidentally matched HWADDR
|
||||||
(a.k.a. ONBOOT=no not working) (#153669, #157252)
|
(a.k.a. ONBOOT=no not working) (#153669, #157252)
|
||||||
|
Loading…
Reference in New Issue
Block a user