From a015e44527b0b2902a03939283749786b3933587 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Tue, 9 Feb 2016 11:33:42 +0100 Subject: [PATCH] 3.3-4 Add obsoletes for el6 --- python-rsa.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-rsa.spec b/python-rsa.spec index eba7137..5fcd3e9 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -13,7 +13,7 @@ Name: python-%{pypi_name} Version: 3.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pure-Python RSA implementation License: ASL 2.0 @@ -42,6 +42,7 @@ well as on the command-line. Summary: Pure-Python RSA implementation %{?python_provide:%python_provide python2-%{pypi_name}} %{?el6:Provides: python-%{pypi_name}} +%{?el6:Obsoletes: python-%{pypi_name} < 3.3} Requires: python-pyasn1%{!?el6: >= 0.1.3} Requires: python-setuptools @@ -158,6 +159,9 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec %endif # with_python3 %changelog +* Tue Feb 09 2016 Fabio Alessandro Locati - 3.3-4 +- Fix bug #1305644 + * Tue Feb 02 2016 Fabio Alessandro Locati - 3.3-3 - Fix bug #1303660