Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-31 23:12:14 +01:00
parent 823cb0cbbe
commit 700d149afb
1 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: pyxdg
Version: 0.25
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Python library to access freedesktop.org standards
Group: Development/Libraries
License: LGPLv2
@ -25,7 +25,7 @@ Summary: Python2 library to access freedesktop.org standards
Group: Development/Libraries
BuildRequires: python2-devel
# These are needed for the nose tests.
BuildRequires: python-nose
BuildRequires: python2-nose
%{?python_provide:%python_provide python2-pyxdg}
Provides: pyxdg = %{version}-%{release}
Obsoletes: pyxdg < 0.25-10
@ -91,6 +91,10 @@ nosetests-%{python3_version} || :
%endif #with_python3
%changelog
* Wed Jan 31 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.25-14
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild