- accept '#' in ethernet device names (#663904, <matt_domsch@dell.com>)
This commit is contained in:
parent
02b7a226d1
commit
d9d8eefc2e
@ -8,7 +8,7 @@ Version: 9.23
|
|||||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||||
License: GPLv2 and GPLv2+
|
License: GPLv2 and GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: http://fedorahosted.org/releases/i/n/initscripts/
|
URL: http://fedorahosted.org/releases/i/n/initscripts/
|
||||||
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
|
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -61,6 +61,7 @@ Requires(preun): /sbin/chkconfig
|
|||||||
BuildRequires: glib2-devel popt-devel gettext pkgconfig
|
BuildRequires: glib2-devel popt-devel gettext pkgconfig
|
||||||
|
|
||||||
Patch0: diff
|
Patch0: diff
|
||||||
|
Patch1: 0001-add-as-a-valid-character-in-network-device-names.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The initscripts package contains the basic system scripts used to boot
|
The initscripts package contains the basic system scripts used to boot
|
||||||
@ -91,6 +92,7 @@ Currently, this consists of various memory checking code.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -312,6 +314,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/profile.d/debug*
|
/etc/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 17 2010 Bill Nottingham <notting@redhat.com> - 9.23-3
|
||||||
|
- accept '#' in ethernet device names (#663904, <matt_domsch@dell.com>)
|
||||||
|
|
||||||
* Mon Dec 06 2010 Bill Nottingham <notting@redhat.com> - 9.23-2
|
* Mon Dec 06 2010 Bill Nottingham <notting@redhat.com> - 9.23-2
|
||||||
- fix routing regression (#660363)
|
- fix routing regression (#660363)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user