Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-03-26 22:29:58 +02:00
parent 77c0c2cced
commit 9dfc9ca867

View File

@ -4,7 +4,7 @@
Name: libiptcdata
Version: 1.0.4
Release: 21%{?dist}
Release: 22%{?dist}
Summary: IPTC tag library
Group: Development/Libraries
@ -44,7 +44,7 @@ Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python bindings for libiptcdata
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
BuildRequires: python-devel
BuildRequires: python2-devel
%description -n python2-libiptcdata
The libiptcdata-python package contains a Python module that allows Python
@ -92,6 +92,10 @@ rm -f $RPM_BUILD_ROOT%{python_sitearch}/iptcdata.la
%{python_sitearch}/*.so
%changelog
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.4-22
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild