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

John Eckersberg jeckersb at fedoraproject.org
Mon Feb 3 18:45:54 UTC 2014


commit 8b93a0f296d2554ec85d0f45c95d79254f568068
Author: John Eckersberg <jeckersb at redhat.com>
Date:   Mon Feb 3 11:31:46 2014 -0500

    Revert "%{?_isa} goes with the name, not the version"
    
    This reverts commit 0c86512e39831abebe9ecb7ad1a5da974a85f420.

 PyYAML.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/PyYAML.spec b/PyYAML.spec
index 5b9f486..3d909e7 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%{?_isa} = %{version}-%{release}
+Provides:       python-yaml = %{version}-%{release}%{?_isa}
 %if 0%{?with_python3}
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools


More information about the scm-commits mailing list