auto-import changelog data from initscripts-7.70-1.src.rpm

Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
- autoload hardware modules on startup
- minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
- ifup: support STP bridging (#123324)
- rc.sysinit: do a SELinux relabel if forced
- rc.sysinit: remove devfs compat and the remaining 2.4 compat
- ifup-wireless: support multiple keys (#127957)
- fix firmware loading (#129155, <bnocera@redhat.com>)
This commit is contained in:
cvsdist 2004-09-09 06:30:42 +00:00
parent 01135342a3
commit 2461aa4765
3 changed files with 15 additions and 4 deletions

View File

@ -1 +1 @@
initscripts-7.68.tar.bz2 initscripts-7.70.tar.bz2

View File

@ -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: 7.68 Version: 7.70
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Release: 1 Release: 1
@ -18,11 +18,12 @@ Requires: /sbin/ip, /sbin/arping, net-tools
Requires: /etc/redhat-release, dev Requires: /etc/redhat-release, dev
Requires: ethtool >= 1.8-2 Requires: ethtool >= 1.8-2
Conflicts: mkinitrd < 4.0 Conflicts: mkinitrd < 4.0
Conflicts: kernel <= 2.4, timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3 Conflicts: kernel <= 2.6, timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3
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
Obsoletes: rhsound sapinit Obsoletes: rhsound sapinit
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils
BuildPrereq: glib2-devel popt gettext pkgconfig BuildPrereq: glib2-devel popt gettext pkgconfig
BuildPrereq: kudzu-devel >= 1.1.80
%description %description
The initscripts package contains the basic system scripts used to boot The initscripts package contains the basic system scripts used to boot
@ -229,6 +230,7 @@ rm -rf $RPM_BUILD_ROOT
/sbin/consoletype /sbin/consoletype
/sbin/genhostid /sbin/genhostid
/sbin/getkey /sbin/getkey
/sbin/kmodule
%attr(2755,root,root) /sbin/netreport %attr(2755,root,root) /sbin/netreport
/sbin/initlog /sbin/initlog
/sbin/minilogd /sbin/minilogd
@ -250,6 +252,15 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp %ghost %attr(0664,root,utmp) /var/run/utmp
%changelog %changelog
* Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
- autoload hardware modules on startup
- minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
- ifup: support STP bridging (#123324)
- rc.sysinit: do a SELinux relabel if forced
- rc.sysinit: remove devfs compat and the remaining 2.4 compat
- ifup-wireless: support multiple keys (#127957)
- fix firmware loading (#129155, <bnocera@redhat.com>)
* Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1 * Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1
- execute zfcfconf.sh if available (mainframe) - execute zfcfconf.sh if available (mainframe)

View File

@ -1 +1 @@
6f76e38aed0873cd72f46587b0f2d79c initscripts-7.68.tar.bz2 7816740ae689bb4c150e28ef84cd8f32 initscripts-7.70.tar.bz2