From 91b20b097b66447f8526be2d50325f05fe9fc6a4 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 14 Feb 2018 17:25:32 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- volume_key.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/volume_key.spec b/volume_key.spec index 1e53a58..d1ef540 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -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 - 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 - 0.3.9-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild