diff --git a/.gitignore b/.gitignore index 93f19f9..d134e07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/initscripts-9.25.tar.bz2 -/initscripts-9.26.tar.bz2 +/initscripts-9.27.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 9a49593..c7d7fbe 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.26 +Version: 9.27 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -312,6 +312,11 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Thu Mar 17 2011 Bill Nottingham - 9.27-1 +- init.d/functions: fix mishandled argument to fstab-decode. (#685137) +- support ipv6 routing rules, merge route/rule code (#680872, ) +- autorelabel.service, loadmodules.service: fix conditions so that they operate as OR, not AND. (#684125) + * Thu Mar 10 2011 Bill Nottingham - 9.26-1 - network-functions: fix check for unmanaged devices (#670154) - ifup-eth: also check /dev/.run/initramfs () diff --git a/sources b/sources index 7cf8fa4..c6881a3 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -a2ea61a4c74c6998f97ae1c267d4440b initscripts-9.25.tar.bz2 -231ea6dc35f20081325aca3e1e3ff92d initscripts-9.26.tar.bz2 +ffc00a2ddc1174a9255cb37cc78e91f7 initscripts-9.27.tar.bz2