Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
77c0c2cced
commit
9dfc9ca867
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: libiptcdata
|
Name: libiptcdata
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 21%{?dist}
|
Release: 22%{?dist}
|
||||||
Summary: IPTC tag library
|
Summary: IPTC tag library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -44,7 +44,7 @@ Obsoletes: %{name}-python < %{version}-%{release}
|
|||||||
Summary: Python bindings for libiptcdata
|
Summary: Python bindings for libiptcdata
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python2-devel
|
||||||
|
|
||||||
%description -n python2-libiptcdata
|
%description -n python2-libiptcdata
|
||||||
The libiptcdata-python package contains a Python module that allows Python
|
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
|
%{python_sitearch}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-21
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user