Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-09 19:05:32 +01:00
parent 0948a0736a
commit a3e725c5af

View File

@ -61,7 +61,7 @@ Name: lvm2
Epoch: %{rhel}
%endif
Version: 2.02.177
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://sourceware.org/lvm2
@ -88,7 +88,7 @@ BuildRequires: systemd-units
%if %{enable_python}
BuildRequires: python2-devel
BuildRequires: python3-devel
BuildRequires: python-setuptools
BuildRequires: python2-setuptools
%endif
%if %{enable_lvmdbusd}
BuildRequires: python3-dbus
@ -893,6 +893,10 @@ An extensive functional testsuite for LVM2.
%endif
%changelog
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.02.177-2
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Tue Dec 19 2017 Marian Csontos <mcsontos@redhat.com> - 2.02.177-1
- When writing text metadata content, use complete 4096 byte blocks.
- Change text format metadata alignment from 512 to 4096 bytes.