[PyYAML/f17] %{?_isa} goes with the name, not the version

John Eckersberg jeckersb at fedoraproject.org
Fri Apr 27 18:39:01 UTC 2012


commit 0c86512e39831abebe9ecb7ad1a5da974a85f420
Author: John Eckersberg <jeckersb at redhat.com>
Date:   Fri Apr 27 14:38:38 2012 -0400

    %{?_isa} goes with the name, not the version

 PyYAML.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/PyYAML.spec b/PyYAML.spec
index 3d909e7..5b9f486 100644
--- a/PyYAML.spec
+++ b/PyYAML.spec
@@ -16,7 +16,7 @@ Source0:        http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  python-devel, python-setuptools, libyaml-devel
 Provides:       python-yaml = %{version}-%{release}
-Provides:       python-yaml = %{version}-%{release}%{?_isa}
+Provides:       python-yaml%{?_isa} = %{version}-%{release}
 %if 0%{?with_python3}
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools


More information about the scm-commits mailing list