From 9e170682de12488fd79892b293e7383811f3ed46 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 6 Dec 2010 15:05:00 -0500 Subject: [PATCH] Fix routing regression. # Please enter the commit message for your changes. Lines starting --- initscripts.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/initscripts.spec b/initscripts.spec index 73134b9..8166900 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -60,6 +60,8 @@ Requires(post): /sbin/chkconfig, coreutils Requires(preun): /sbin/chkconfig BuildRequires: glib2-devel popt-devel gettext pkgconfig +Patch0: diff + %description The initscripts package contains the basic system scripts used to boot your Red Hat or Fedora system, change runlevels, and shut the system down @@ -88,6 +90,7 @@ Currently, this consists of various memory checking code. %prep %setup -q +%patch0 -p1 %build make @@ -309,6 +312,9 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Mon Dec 06 2010 Bill Nottingham - 9.23-2 +- fix routing regression (#660363) + * Thu Dec 02 2010 Bill Nottingham - 9.23-1 - don't throw errors on unreadable /dev/stderr (#650103, ) - support multiple ipv4 addresses, not just alias devices (#132912, #633984, )