[gpgme] devel: make Requires: libgpg-error-devel arch'd

Rex Dieter rdieter at fedoraproject.org
Mon Apr 23 00:57:08 UTC 2012


commit 7ed42e59d6be86b6e828b5e43b632bebf3ac1e47
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Apr 22 19:59:12 2012 -0500

    devel: make Requires: libgpg-error-devel arch'd

 gpgme.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gpgme.spec b/gpgme.spec
index e40c59f..a7f9228 100644
--- a/gpgme.spec
+++ b/gpgme.spec
@@ -2,7 +2,7 @@
 Name:    gpgme
 Summary: GnuPG Made Easy - high level crypto API
 Version: 1.3.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 
 License: LGPLv2+
 Group:   Applications/System
@@ -45,7 +45,7 @@ management.
 Summary:  Development headers and libraries for %{name}
 Group:    Development/Libraries
 Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: libgpg-error-devel
+Requires: libgpg-error-devel%{?_isa}
 # http://bugzilla.redhat.com/676954
 # TODO: see if -lassuan can be added to config_extras patch too -- Rex
 #Requires: libassuan2-devel
@@ -140,6 +140,9 @@ fi
 
 
 %changelog
+* Sun Apr 22 2012 Rex Dieter <rdieter at fedoraproject.org> 1.3.0-8
+- -devel: make Requires: libgpg-error-devel arch'd
+
 * Sun Apr 22 2012 Rex Dieter <rdieter at fedoraproject.org> 1.3.0-7
 - gpgme.h: fatal error: gpgme-i386.h: No such file or directory compilation terminated (#815116)
 


More information about the scm-commits mailing list