Fix routing regression. # Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
6aa3868908
commit
9e170682de
@ -60,6 +60,8 @@ Requires(post): /sbin/chkconfig, coreutils
|
|||||||
Requires(preun): /sbin/chkconfig
|
Requires(preun): /sbin/chkconfig
|
||||||
BuildRequires: glib2-devel popt-devel gettext pkgconfig
|
BuildRequires: glib2-devel popt-devel gettext pkgconfig
|
||||||
|
|
||||||
|
Patch0: diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The initscripts package contains the basic system scripts used to boot
|
The initscripts package contains the basic system scripts used to boot
|
||||||
your Red Hat or Fedora system, change runlevels, and shut the system down
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -309,6 +312,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/profile.d/debug*
|
/etc/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 06 2010 Bill Nottingham <notting@redhat.com> - 9.23-2
|
||||||
|
- fix routing regression (#660363)
|
||||||
|
|
||||||
* Thu Dec 02 2010 Bill Nottingham <notting@redhat.com> - 9.23-1
|
* Thu Dec 02 2010 Bill Nottingham <notting@redhat.com> - 9.23-1
|
||||||
- don't throw errors on unreadable /dev/stderr (#650103, <plautrba@redhat.com>)
|
- don't throw errors on unreadable /dev/stderr (#650103, <plautrba@redhat.com>)
|
||||||
- support multiple ipv4 addresses, not just alias devices (#132912, #633984, <jklimes@redhat.com>)
|
- support multiple ipv4 addresses, not just alias devices (#132912, #633984, <jklimes@redhat.com>)
|
||||||
|
Loading…
Reference in New Issue
Block a user