From 8ca64ead6b957afc0e50220ced7f1f6c696b8225 Mon Sep 17 00:00:00 2001 From: liweigang Date: Thu, 27 Feb 2025 17:15:13 +0800 Subject: [PATCH] fix sw_64 i686 build error Signed-off-by: liweigang --- ebtables.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ebtables.spec b/ebtables.spec index a48aca6..e7e402a 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 -- Gitee