Add Obsoletes for old package

This commit is contained in:
Michel Alexandre Salim 2015-09-05 00:21:34 +07:00
parent f3be17d1e0
commit 619cfca3f9
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Name: python-%{srcname}
Version: 3.2.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: %{sum}
License: BSD
@ -34,6 +34,7 @@ ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
%package -n python2-%{srcname}
Summary: %{sum}
%{?python_provide:%python_provide python2-%{srcname}}
Obsoletes: python-%{srcname} < 3.1.1-3
%description -n python2-psutil
psutil is a module providing an interface for retrieving information on all
@ -98,6 +99,9 @@ make test-memleaks PYTHON=%{__python3}
%changelog
* Fri Sep 4 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 3.2.1-2
- Add Obsoletes for old package
* Fri Sep 4 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 3.2.1-1
- Update to 3.2.1
- Update to latest Python guidelines (https://fedorahosted.org/fpc/ticket/281)