update to 2.0.9

This commit is contained in:
Tom Callaway 2009-07-27 17:49:45 +00:00
parent d8aa062307
commit af93c1ee66
2 changed files with 27 additions and 18 deletions

View File

@ -1,14 +1,14 @@
Name: ebtables Name: ebtables
Version: 2.0.8 Version: 2.0.9
Release: 6%{?dist} Release: 1%{?dist}
Summary: Ethernet Bridge frame table administration tool Summary: Ethernet Bridge frame table administration tool
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
URL: http://ebtables.sourceforge.net/ URL: http://ebtables.sourceforge.net/
Source0: http://dl.sf.net/ebtables/ebtables-v%{version}-2.tar.gz Source0: http://dl.sf.net/ebtables/ebtables-v%{version}-1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
PreReq: /sbin/chkconfig Requires(pre): /sbin/chkconfig
PreReq: /sbin/service Requires(postun): /sbin/service
Patch0: ebtables-2.0.8-norootinst.patch Patch0: ebtables-2.0.8-norootinst.patch
Patch1: ebtables-2.0.8-cflags.patch Patch1: ebtables-2.0.8-cflags.patch
Patch2: ebtables-2.0.8-buildid.patch Patch2: ebtables-2.0.8-buildid.patch
@ -25,11 +25,14 @@ The ebtables tool can be used together with the other Linux filtering tools,
like iptables. There are no known incompatibility issues. like iptables. There are no known incompatibility issues.
%prep %prep
%setup -q -n ebtables-v%{version}-2 %setup -q -n ebtables-v%{version}-1
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
# Convert to UTF-8
f=THANKS; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
%build %build
MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'` MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'`
make %{?_smp_mflags} CFLAGS="$MY_CFLAGS" LIBDIR="%{_libdir}/ebtables" BINDIR="/sbin" MANDIR="%{_mandir}" make %{?_smp_mflags} CFLAGS="$MY_CFLAGS" LIBDIR="%{_libdir}/ebtables" BINDIR="/sbin" MANDIR="%{_mandir}"
@ -76,6 +79,12 @@ fi
%ghost %{_sysconfdir}/sysconfig/ebtables.broute %ghost %{_sysconfdir}/sysconfig/ebtables.broute
%changelog %changelog
* Mon Jul 27 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.9-1
- update to 2.0.9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-6 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
@ -148,9 +157,9 @@ fi
* Fri Jul 1 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.6-4 * Fri Jul 1 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.6-4
- remove INSTALL file - remove INSTALL file
- add some text to description, correct typos - add some text to description, correct typos
- fix %postun - fix %%postun
- add PreReqs - add PreReqs
- add %ghost config files - add %%ghost config files
* Tue May 31 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.6-3 * Tue May 31 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.6-3
- reworked for Fedora Extras - reworked for Fedora Extras

View File

@ -1 +1 @@
66bcbcb2dcf3b981ad4e86e1720e796e ebtables-v2.0.8-2.tar.gz 0e0c20adf2bba6d91dbd0b74a1a38c33 ebtables-v2.0.9-1.tar.gz