Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-14 17:25:32 +01:00
parent 5dae3701ee
commit 91b20b097b
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Summary: An utility for manipulating storage encryption keys and passphrases
Name: volume_key
Version: 0.3.9
Release: 19%{?dist}
Release: 20%{?dist}
License: GPLv2
Group: Applications/System
URL: https://pagure.io/volume_key/
@ -17,7 +17,7 @@ Patch2: volume_key-0.3.9-config.h.patch
# Upstream commit ecef526a51c5a276681472fd6df239570c9ce518
Patch3: volume_key-0.3.9-crypt_get_error.patch
BuildRequires: cryptsetup-luks-devel, gettext-devel, glib2-devel, /usr/bin/gpg
BuildRequires: gpgme-devel, libblkid-devel, nss-devel, python-devel
BuildRequires: gpgme-devel, libblkid-devel, nss-devel, python2-devel
%description
This package provides a command-line tool for manipulating storage volume
@ -121,6 +121,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
%{python_sitearch}/volume_key.py*
%changelog
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.3.9-20
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild