[polybori] Remove extraneous %{?_isa} tag in noarch -docs subpackage.

Jerry James jjames at fedoraproject.org
Tue Jan 3 15:31:54 UTC 2012


commit c5e2a61da48e6f6cb661bc5aed37139dba9f2ad8
Author: Jerry James <loganjerry at gmail.com>
Date:   Tue Jan 3 08:31:12 2012 -0700

    Remove extraneous %{?_isa} tag in noarch -docs subpackage.

 polybori.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/polybori.spec b/polybori.spec
index dfe8be7..569cb45 100644
--- a/polybori.spec
+++ b/polybori.spec
@@ -77,7 +77,7 @@ Static libraries for %{name}.
 %package        docs
 Summary:        Documentation for %{name}
 Group:          Documentation
-Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 Provides:       python-%{name}-docs = %{version}-%{release}
 Obsoletes:      python-%{name}-docs < 0.8.0-1
 BuildArch:      noarch


More information about the scm-commits mailing list