[mate-applet-softupd] Add %{?_isa} to PackageKit Requires to avoid arch-independent deps on

Michael Schwendt mschwendt at fedoraproject.org
Wed Dec 11 09:54:38 UTC 2013


commit 2759b1ea44ee462d5c60e5cb95d5202ffd8594b4
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Dec 11 10:54:39 2013 +0100

    Add %{?_isa} to PackageKit Requires to avoid arch-independent deps on
    
      PackageKit causing multiarch conflicts (#972571).

 mate-applet-softupd.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mate-applet-softupd.spec b/mate-applet-softupd.spec
index 7d72643..d2b2363 100644
--- a/mate-applet-softupd.spec
+++ b/mate-applet-softupd.spec
@@ -1,6 +1,6 @@
 Name:		mate-applet-softupd
 Version:	0.2.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	MATE Software Update Applet 
 Group:		Applications/System
 License:	GPLv2+
@@ -14,7 +14,7 @@ BuildRequires:	PackageKit
 BuildRequires:	yumex
 # BuildRequires:	autoconf
 # BuildRequires:	automake
-Requires:	PackageKit
+Requires:	PackageKit%{?_isa}
 Requires:	yumex
 
 %description
@@ -84,6 +84,10 @@ fi
 
 
 %changelog
+* Wed Dec 11 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 0.2.10-2
+- Add %%{?_isa} to PackageKit Requires to avoid arch-independent deps on
+  PackageKit causing multiarch conflicts (#972571).
+
 * Mon Nov 11 2013 Patrick Monnerat <pm at datasphere.ch> 0.2.10-1
 - New upstream release.
 


More information about the scm-commits mailing list