diff options
author | Bill Nottingham <notting@redhat.com> | 2004-05-25 21:01:46 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-05-25 21:01:46 +0000 |
commit | c7de9ac493d9355d25a5fcdafdeada4620fbb63b (patch) | |
tree | d0c40722324f4f06b22453e24862100afe10c30f | |
parent | b60d9dedb625654bfaa85049eec890e8713073bd (diff) | |
download | initscripts-c7de9ac493d9355d25a5fcdafdeada4620fbb63b.tar initscripts-c7de9ac493d9355d25a5fcdafdeada4620fbb63b.tar.gz initscripts-c7de9ac493d9355d25a5fcdafdeada4620fbb63b.tar.bz2 initscripts-c7de9ac493d9355d25a5fcdafdeada4620fbb63b.tar.xz initscripts-c7de9ac493d9355d25a5fcdafdeada4620fbb63b.zip |
7.57-1r7-57
-rw-r--r-- | ChangeLog | 45 | ||||
-rw-r--r-- | initscripts.spec | 12 |
2 files changed, 56 insertions, 1 deletions
@@ -1,3 +1,48 @@ +2004-05-25 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.57-1 + + * rc.d/rc.sysinit: readonly-root fixes (<alexl@redhat.com>) + +2004-05-25 Karsten Hopp <karsten@redhat.com> + + * initscripts.spec, sysconfig/network-scripts/network-functions: + -special TYPE for qeth devices to differenciate them from ethX + +2004-05-24 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: woops, 4 year old typo (#123680) + +2004-05-21 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network: + fix bridging confusing module order (#122848, <luto@myrealbox.com>) + + * rc.d/rc.sysinit: don't mount cifs (#122501) + +2004-05-19 Robertas Dereskevicius <roberto@mikrovisata.net> + + * po/lt.po: *** empty log message *** + +2004-05-18 Karsten Hopp <karsten@redhat.com> + + * initscripts.spec: add changelog + + * initscripts.spec, sysconfig/network-scripts/ifup-ctc, sysconfig/network-scripts/network-functions: + - add support for mainframe ccwgroup devices (QETH/HSI/CTC/LCS) + +2004-05-13 Than Ngo <than@redhat.com> + + * src/Makefile: add -fPIE + + * initscripts.spec, src/Makefile: enable PIE build of usernetctl + +2004-05-07 Jeremy Katz <katzj@redhat.com> + + * initscripts.spec, rc.d/rc.sysinit: + * Fri May 7 2004 Jeremy Katz <katzj@redhat.com> - 7.53-1 + - little lvm tweak (#121963) + 2004-05-04 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.52-1 diff --git a/initscripts.spec b/initscripts.spec index 0d5bb83e..1d351757 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.56 +Version: 7.57 License: GPL Group: System Environment/Base Release: 1 @@ -249,9 +249,19 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1 +- readonly root fixes (<alexl@redhat.com>) + * Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1 - special TYPE for qeth devices to differenciate them from ethX +* Mon May 24 2004 Bill Nottingham <notting@redhat.com> +- fix pppd vs. ppp typo in conflicts (#123680) + +* Fri May 21 2004 Bill Nottingham <notting@redhat.com> +- fix bridging confusing module order (#122848, <luto@myrealbox.com>) +- rc.d/rc.sysinit: don't mount cifs (#122501) + * Tue May 18 2004 Karsten Hopp <karsten@redhat.de> 7.55-1 - add support for ccwgroup devices on mainframe |