diff options
author | Bill Nottingham <notting@redhat.com> | 2008-01-19 02:59:46 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-01-19 02:59:46 +0000 |
commit | 26a304384535f177b07049abc7a2138346d50adf (patch) | |
tree | 9b8bfc1b9c6f16df4f6eac7e8ef2358bce187059 | |
parent | 022d1557789f1531db906b9a57cae8da71f4c085 (diff) | |
download | initscripts-26a304384535f177b07049abc7a2138346d50adf.tar initscripts-26a304384535f177b07049abc7a2138346d50adf.tar.gz initscripts-26a304384535f177b07049abc7a2138346d50adf.tar.bz2 initscripts-26a304384535f177b07049abc7a2138346d50adf.tar.xz initscripts-26a304384535f177b07049abc7a2138346d50adf.zip |
8.61-1r8-60
-rw-r--r-- | ChangeLog | 86 | ||||
-rw-r--r-- | initscripts.spec | 18 |
2 files changed, 104 insertions, 0 deletions
@@ -1,3 +1,89 @@ +2008-01-19 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.61-1 + + * rc.d/init.d/netfs, rc.d/rc.sysinit: use lvm, not lvm.static (#429222) + +2008-01-15 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup-eth: + don't do something odd if we find a mac address that matches the + user-set MACADDR (#251415) + +2008-01-10 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + fix root fs check to catch 'rw,ordered,noatime,etc.' properly (#334171) + + * rc.d/rc.sysinit: + Use proper invocations for authconfig, system-config-network (#426372, + #428202) + +2008-01-09 Bill Nottingham <notting@redhat.com> + + * src/rename_device.c: add patch from rhel5 (#351291) + +2008-01-07 Bill Nottingham <notting@redhat.com> + + * service: + just test for existence, so that errors are passed up (#427767) + +2008-01-03 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: add stateless requires + +2007-12-18 Thomas Canniot <mrtom@easynux.org> + + * po/fr.po: translation updated + +2007-12-03 Bill Nottingham <notting@redhat.com> + + * Makefile: + fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>) + +2007-11-28 Bill Nottingham <notting@redhat.com> + + * po/ru.po: more russian updates (<timosha@gmail.com>) + +2007-11-27 Bill Nottingham <notting@redhat.com> + + * po/ru.po: update (#400771, <timosha@gmail.com>) + + * sysconfig/network-scripts/ifdown-eth: typo + +2007-11-26 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifdown-eth: + don't endlessly loop on ifdown if devices are inconsistent (#390271) + +2007-11-20 Kjartan Maraas <kmaraas@gnome.org> + + * po/nb.po: Update + +2007-11-14 Bill Nottingham <notting@redhat.com> + + * rwtab: fstab makes no sense here + + * Makefile: + Improve Makefile so that we don't install the original versions of + patched files in /etc/rc.d and /etc/sysconfig. <cscott@cscott.net> + +2007-10-21 Miloslav Trmac <mitr@redhat.com> + + * po/cs.po: Fix a pasto. + +2007-10-19 Alexandru Szasz <alexxed@gmail.com> + + * po/ro.po: Fixed mispelling + +2007-10-19 Harald Hoyer <harald@redhat.com> + + * rc.d/rc.sysinit: - fix encrypted swap partitions with random key + +2007-10-15 Igor Pires Soares <igorsoares@gmail.com> + + * po/pt_BR.po: Minor changes + 2007-10-09 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.60-1 diff --git a/initscripts.spec b/initscripts.spec index 4b6b8264..179d6432 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -209,6 +209,24 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Jan 18 2008 Bill Nottingham <notting@redhat.com> - 8.61-1 +- use lvm, not lvm.static (#429222) +- ifup-eth: don't do something odd if we find a mac address that + matches the user-set MACADDR (#251415) +- rc.sysinit: fix root fs check to catch 'rw,ordered,noatime,etc.' properly + (#334171) +- rc.sysinit: Use proper invocations for authconfig, system-config-network + (#426372, #428202) +- service: handle unreadable scripts (#427767) +- initscripts.spec: add requirements for stateless +- fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>) +- rename_device: handle quoted HWADDR, etc. in ifcfg scripts (#351291) +- minor stateless fixes +- Makefile cleanups (from OLPC, <cscott@cscott.net>) +- translation updates: fr, ru, nb +- rc.sysinit: - fix encrypted swap partitions with random key + (<harald@redhat.com>) + * Tue Oct 9 2007 Bill Nottingham <notting@redhat.com> - 8.60-1 - don't chvt with rhgb - just kill it when needed |