Update Python 2 dependency declarations to new packaging standards

(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
This commit is contained in:
Lukas Slebodnik 2018-01-09 19:49:09 +01:00
parent c3c2498422
commit c0e792f7e9

View File

@ -14,7 +14,7 @@
Name: libldb Name: libldb
Version: 1.3.0 Version: 1.3.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: A schema-less, ldap like, API and database Summary: A schema-less, ldap like, API and database
Requires: libtalloc%{?_isa} >= %{talloc_version} Requires: libtalloc%{?_isa} >= %{talloc_version}
Requires: libtdb%{?_isa} >= %{tdb_version} Requires: libtdb%{?_isa} >= %{tdb_version}
@ -29,7 +29,7 @@ BuildRequires: libtevent-devel >= %{tevent_version}
BuildRequires: popt-devel BuildRequires: popt-devel
BuildRequires: libxslt BuildRequires: libxslt
BuildRequires: docbook-style-xsl BuildRequires: docbook-style-xsl
BuildRequires: python-devel BuildRequires: python2-devel
BuildRequires: python2-tdb BuildRequires: python2-tdb
BuildRequires: python2-talloc-devel BuildRequires: python2-talloc-devel
BuildRequires: python2-tevent BuildRequires: python2-tevent
@ -245,6 +245,10 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
%endif %endif
%changelog %changelog
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.3.0-4
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Thu Nov 30 2017 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.3.0-3 * Thu Nov 30 2017 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.3.0-3
- Update spec file conditionals - Update spec file conditionals