diff --git a/ebtables.spec b/ebtables.spec index a48aca69a7df8f8bf9a3217c272625fc4e75bd30..e7e402a191eda295035ae8ebe96d689ad1610b04 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -1,7 +1,6 @@ - Name: ebtables Version: 2.0.11 -Release: 12 +Release: 13 Summary: A filtering tool for a Linux-based bridging firewall License: GPLv2+ URL: http://ebtables.sourceforge.net/ @@ -34,7 +33,7 @@ f=THANKS; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f %build ./autogen.sh -%ifarch sw_64 +%ifarch i686 ./configure --mandir=/usr/share/man --bindir=/usr/sbin --sbindir=/usr/sbin --libdir=/lib/ebtables --sysconfdir=/etc %else ./configure --mandir=/usr/share/man --bindir=/usr/sbin --sbindir=/usr/sbin --libdir=/lib64/ebtables --sysconfdir=/etc @@ -126,6 +125,12 @@ fi %doc %{_mandir}/man8/ebtables-legacy.8* %changelog +* Thu Feb 27 2025 liweigang - 2.0.11-13 +- Type: feature +- ID: NA +- SUG: NA +- DESC: fix sw_64 i686 build error + * Tue Jul 30 2024 xinghe - 2.0.11-12 - Type:bugfix - ID:NA