[python-cmdln/el6] Drop [isa] from the -doc requires, this is indeed a noarch package

averi averi at fedoraproject.org
Sun Dec 8 13:58:40 UTC 2013


commit 2342620b5036c4a8f3728d5910dcd1d2ca053a2f
Author: Andrea Veri <av at gnome.org>
Date:   Sun Dec 8 14:57:19 2013 +0100

    Drop [isa] from the -doc requires, this is indeed a noarch package

 python-cmdln-1.3.0-1.fc21.src.rpm |  Bin 123454 -> 0 bytes
 python-cmdln.spec                 |    8 ++++++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-cmdln.spec b/python-cmdln.spec
index 3519fbf..3239f2c 100644
--- a/python-cmdln.spec
+++ b/python-cmdln.spec
@@ -4,7 +4,7 @@
 Summary:        An improved cmd.py for Writing Multi-command Scripts and Shells
 Name:           python-cmdln
 Version:        1.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Source0:        https://github.com/trentm/cmdln/archive/%{commit}/cmdln-%{version}-%{shortcommit}.tar.gz
 License:        MIT
 Group:          Development/Libraries
@@ -26,7 +26,7 @@ option processing, and make having good command documentation easier.
 License:        MIT
 Summary:	An improved cmd.py for Writing Multi-command Scripts and Shells
 Group:          Development/Libraries
-Requires:	%{name}%{?_isa} = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
 %description doc
 `cmdln.py` is an extension of Python's default `cmd.py` module that
@@ -58,5 +58,9 @@ export CFLAGS="%{optflags}"
 %doc LICENSE.txt README.md docs/* examples/*
 
 %changelog
+* Sun Dec 08 2013 Andrea Veri <averi at fedoraproject.org> 1.3.0-2
+- Remove [isa] from the -doc package requires, this is indeed a
+  noarch package.
+
 * Wed Dec 04 2013 Andrea Veri <averi at fedoraproject.org> 1.3.0-1
 - First package release.


More information about the scm-commits mailing list