[bamf] - Make -devel dependency arch-specific - Make -daemon depends on base package

Michel Alexandre Salim salimma at fedoraproject.org
Fri Feb 14 07:22:14 UTC 2014


commit de92d7bda3ce5cd5dacf9b498d49eed00f4d2b6a
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Feb 14 14:22:31 2014 +0700

    - Make -devel dependency arch-specific
    - Make -daemon depends on base package

 bamf.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/bamf.spec b/bamf.spec
index 373683e..7225d52 100644
--- a/bamf.spec
+++ b/bamf.spec
@@ -41,7 +41,7 @@ at amazing levels of accuracy (covering nearly every corner case).
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 License:        GPLv2 or GPLv3
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 # For %%{_libdir}/girepository-1.0 and %%{_datadir}/gir-1.0
 #Requires:      gobject-introspection-devel
 Requires:       pkgconfig
@@ -58,6 +58,7 @@ developing applications that use %{name}.
 Summary:        Application matching framework
 Group:          System Environment/Libraries
 License:        GPLv3
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    daemon
 BAMF removes the headache of applications matching into a simple DBus


More information about the scm-commits mailing list