diff --git a/httpie.spec b/httpie.spec index 7f9b451..706d18f 100644 --- a/httpie.spec +++ b/httpie.spec @@ -4,7 +4,7 @@ Name: httpie Version: 0.9.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Curl-like tool for humans Group: Applications/Internet @@ -48,6 +48,7 @@ Group: Applications/Internet %else # Otherwise, the python2 package here will provide it. Provides: httpie%{?_isa} = %{version}-%{release} +Obsoletes: httpie < 0.9.3-2 %endif Requires: python2 @@ -70,6 +71,7 @@ Summary: A Curl-like tool for humans Group: Applications/Internet %{?python_provide:%python_provide python3-httpie} Provides: httpie%{?_isa} = %{version}-%{release} +Obsoletes: httpie < 0.9.3-2 Requires: python3 Requires: python3-pygments @@ -177,6 +179,9 @@ help2man --no-discard-stderr %{buildroot}/%{_bindir}/python3-http > %{buildroot} %endif %changelog +* Fri Jun 03 2016 Ricky ELrod - 0.9.3-4 +- Add proper Obsoletes for rhbz#1329226. + * Wed Feb 03 2016 Fedora Release Engineering - 0.9.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild