From 85c6d0916a154a8b2967ee5a47f7959f5edb6269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 6 Aug 2012 14:09:50 +0200 Subject: [PATCH] Use BuildRequires: /usr/bin/gpg instead of gnupg This makes the spec file compatible with RHEL, which doesn't ship GnuPG 1, only a compat symlink. --- volume_key.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/volume_key.spec b/volume_key.spec index d40e5ea..5835ef9 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -3,14 +3,14 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.8 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: Applications/System URL: https://fedorahosted.org/volume_key/ Requires: volume_key-libs%{?_isa} = %{version}-%{release} Source0: https://fedorahosted.org/releases/v/o/volume_key/volume_key-%{version}.tar.xz -BuildRequires: cryptsetup-luks-devel, gettext-devel, glib2-devel, gnupg +BuildRequires: cryptsetup-luks-devel, gettext-devel, glib2-devel, /usr/bin/gpg BuildRequires: gpgme-devel, libblkid-devel, nss-devel, python-devel %description @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/volume_key.py* %changelog +* Mon Aug 6 2012 Miloslav Trmač - 0.3.8-4 +- Use BuildRequires: /usr/bin/gpg instead of gnupg, for compatibility with RHEL + * Mon Jul 23 2012 Miloslav Trmač - 0.3.8-3 - Add Requires: /usr/bin/gpg Resolves: #842074