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

Tue Aug 03 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
- write peerid into sysfs for IUCV devices (mainframe)
This commit is contained in:
cvsdist 2004-09-09 06:28:30 +00:00
parent 6745f1be97
commit adef00b17b
3 changed files with 16 additions and 12 deletions

View File

@ -1 +1 @@
initscripts-7.59.tar.bz2 initscripts-7.60.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.59 Version: 7.60
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Release: 1 Release: 1
@ -17,6 +17,7 @@ Requires: bash >= 2.0, SysVinit
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 Requires: ethtool >= 1.8-2
Conflicts: mkinitrd < 4.0
Conflicts: kernel <= 2.4, timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3 Conflicts: kernel <= 2.4, 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
@ -71,10 +72,9 @@ touch /var/run/utmp
chown root:utmp /var/log/wtmp /var/run/utmp chown root:utmp /var/log/wtmp /var/run/utmp
chmod 664 /var/log/wtmp /var/run/utmp chmod 664 /var/log/wtmp /var/run/utmp
chkconfig --add random /sbin/chkconfig --add netfs
chkconfig --add netfs /sbin/chkconfig --add network
chkconfig --add network /sbin/chkconfig --add rawdevices
chkconfig --add rawdevices
# handle serial installs semi gracefully # handle serial installs semi gracefully
if [ $1 = 0 ]; then if [ $1 = 0 ]; then
@ -97,14 +97,15 @@ fi
%preun %preun
if [ $1 = 0 ]; then if [ $1 = 0 ]; then
chkconfig --del random /sbin/chkconfig --del netfs
chkconfig --del netfs /sbin/chkconfig --del network
chkconfig --del network /sbin/chkconfig --del rawdevices
chkconfig --del rawdevices
fi fi
%triggerun -- initscripts <= 7.59
/sbin/chkconfig --del random
%triggerpostun -- initscripts <= 5.04 %triggerpostun -- initscripts <= 5.04
/sbin/chkconfig --add random
/sbin/chkconfig --add netfs /sbin/chkconfig --add netfs
/sbin/chkconfig --add network /sbin/chkconfig --add network
@ -249,6 +250,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp %ghost %attr(0664,root,utmp) /var/run/utmp
%changelog %changelog
* Tue Aug 03 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
- write peerid into sysfs for IUCV devices (mainframe)
* Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1 * Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
- set context on ICE directory after making it (#127099, <concert@europe.com>) - set context on ICE directory after making it (#127099, <concert@europe.com>)
- don't mount GFS filesystems in rc.sysinit - don't mount GFS filesystems in rc.sysinit

View File

@ -1 +1 @@
43eb8dcd0d21f42b591eb0eced395b58 initscripts-7.59.tar.bz2 735a00b0af71ed414def6923ad1a1438 initscripts-7.60.tar.bz2