Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
4ffe8b8dc9
commit
84f36bf179
@ -6,13 +6,13 @@
|
||||
|
||||
Name: sanlock
|
||||
Version: 3.6.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A shared storage lock manager
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+
|
||||
URL: https://pagure.io/sanlock/
|
||||
BuildRequires: libblkid-devel libaio-devel python python-devel
|
||||
BuildRequires: libblkid-devel libaio-devel python2 python2-devel
|
||||
%if %{with_systemd}
|
||||
BuildRequires: systemd-units
|
||||
%endif
|
||||
@ -221,6 +221,10 @@ common sanlock lockspace.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 12 2018 Iryna Shcherbina <shcherbina.iryna@gmail.com> - 3.6.0-5
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Mar 14 2018 David Teigland <teigland@redhat.com> - 3.6.0-4
|
||||
- change makefile flags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user