[fwbuilder] Add %{?isa} to Provides:

Till Maas till at fedoraproject.org
Mon Jul 23 21:34:33 UTC 2012


commit cd650923378f8cb17245211bb59c9013bee6959f
Author: Till Maas <opensource at till.name>
Date:   Mon Jul 23 23:34:21 2012 +0200

    Add %{?isa} to Provides:

 fwbuilder.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fwbuilder.spec b/fwbuilder.spec
index 8702199..ff7f2f9 100644
--- a/fwbuilder.spec
+++ b/fwbuilder.spec
@@ -1,7 +1,7 @@
 Name:           fwbuilder
 Summary:        Firewall Builder
 Version:        5.1.0.3599
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 License:        GPLv2+
 Group:          Applications/System
@@ -18,7 +18,7 @@ BuildRequires:  gawk
 BuildRequires:  autoconf automake libtool
 BuildRequires:  libxslt-devel
 Obsoletes:      libfwbuilder < %{version}-%{release}
-Provides:       libfwbuilder = %{version}-%{release}
+Provides:       libfwbuilder%{?_isa} = %{version}-%{release}
 
 %description
 Firewall Builder consists of a GUI and set of policy compilers for
@@ -181,6 +181,9 @@ Policy compiler for Procurve devices
 %{_bindir}/fwb_procurve_acl
 
 %changelog
+* Mon Jul 23 2012 Till Maas <opensource at till.name> - 5.1.0.3599-2
+- Add %%{?isa} to Provides:
+
 * Mon Jul 23 2012 Till Maas <opensource at till.name> - 5.1.0.3599-1
 - Update to new release
 - Adjust Provides/Obsoletes/Requires: libfwbuilder does not exist anymore


More information about the scm-commits mailing list