aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-09-25 16:30:50 +0000
committerBill Nottingham <notting@redhat.com>2007-09-25 16:30:50 +0000
commit884e68e6d5aea74a0878f4f04bd595be193b83ce (patch)
tree38348e9dbba01feff618d5cec00702392fbc3195 /initscripts.spec
parent75698769f6b5b123d16286571f6c9c792c0351af (diff)
downloadinitscripts-884e68e6d5aea74a0878f4f04bd595be193b83ce.tar
initscripts-884e68e6d5aea74a0878f4f04bd595be193b83ce.tar.gz
initscripts-884e68e6d5aea74a0878f4f04bd595be193b83ce.tar.bz2
initscripts-884e68e6d5aea74a0878f4f04bd595be193b83ce.tar.xz
initscripts-884e68e6d5aea74a0878f4f04bd595be193b83ce.zip
8.57-1r8-57
Diffstat (limited to 'initscripts.spec')
-rw-r--r--initscripts.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index e1bc7544..855186a2 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 8.56
+Version: 8.57
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -208,6 +208,16 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1
+- work around upstream bash changes (#220887, modified from <nvigier@mandriva.com>)
+- init.d/network: add Should-Start for firewall services
+- ifup-eth: handle arp_ip_target separately (#288151, <agospoda@redhat.com>)
+- rc.sysinit: remove rc.serial support - should be udev rules
+- rc.sysinit: remove acpi module loading - now supported by the kernel automatically
+- fix en_GB translation (#271201)
+- translation updates: as, bn_IN, bg, ca, cs, de, el, es, fi, gu, hi, it, ja, ko, kn, ml,
+ mr, nb, nl, pa, pl, pt, pt_BR, ro, sl, sr, sr@Latn, sv, ta, te, zh_CN
+
* Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 8.56-1
- rename_device: fix open() call
- rc.sysinit: optimize out some excess greps (<harald@redhat.com>)