[xosd] Make devel sub-package requiring architecture

Petr Pisar ppisar at fedoraproject.org
Fri Jan 13 13:55:12 UTC 2012


commit e37a035b43e3a5f56c8f6bd31989d29a710c2110
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jan 13 11:10:33 2012 +0100

    Make devel sub-package requiring architecture

 xosd.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xosd.spec b/xosd.spec
index c03966b..e66d9ba 100644
--- a/xosd.spec
+++ b/xosd.spec
@@ -24,7 +24,7 @@ the effect of an On Screen Display, like your TV/VCR etc.
 %package        devel
 Summary:        Development files for the XOSD on-screen display library
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       libX11-devel
 Requires:       libXext-devel
 Requires:       libXinerama-devel


More information about the scm-commits mailing list