Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
296729ba36
commit
8c891f7dd9
@ -3,13 +3,13 @@
|
|||||||
Summary: A utility for setting up encrypted disks
|
Summary: A utility for setting up encrypted disks
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://gitlab.com/cryptsetup/cryptsetup
|
URL: https://gitlab.com/cryptsetup/cryptsetup
|
||||||
BuildRequires: libgcrypt-devel, popt-devel, device-mapper-devel
|
BuildRequires: libgcrypt-devel, popt-devel, device-mapper-devel
|
||||||
BuildRequires: libgpg-error-devel, libuuid-devel, libsepol-devel
|
BuildRequires: libgpg-error-devel, libuuid-devel, libsepol-devel
|
||||||
BuildRequires: libselinux-devel, python-devel, python3-devel
|
BuildRequires: libselinux-devel, python2-devel, python3-devel
|
||||||
BuildRequires: libpwquality-devel, json-c-devel, libargon2-devel
|
BuildRequires: libpwquality-devel, json-c-devel, libargon2-devel
|
||||||
Provides: cryptsetup-luks = %{version}-%{release}
|
Provides: cryptsetup-luks = %{version}-%{release}
|
||||||
Obsoletes: cryptsetup-luks < 1.4.0
|
Obsoletes: cryptsetup-luks < 1.4.0
|
||||||
@ -188,6 +188,10 @@ popd
|
|||||||
%clean
|
%clean
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 15 2017 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.0-2
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Tue Dec 12 2017 Ondrej Kozina <okozina@redhat.com> - 2.0.0-1
|
* Tue Dec 12 2017 Ondrej Kozina <okozina@redhat.com> - 2.0.0-1
|
||||||
- Update to cryptsetup 2.0.0 (final).
|
- Update to cryptsetup 2.0.0 (final).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user