From 56b0682c19d52a0dedd65d9b6675796313167257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 23 Jul 2012 17:49:45 +0200 Subject: [PATCH] Add Requires: /usr/bin/gpg --- volume_key.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index d9735f9..d40e5ea 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.8 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Applications/System URL: https://fedorahosted.org/volume_key/ @@ -41,6 +41,7 @@ company data after an employee leaves abruptly. %package libs Summary: A library for manipulating storage encryption keys and passphrases Group: System Environment/Libraries +Requires: /usr/bin/gpg %description libs This package provides libvolume_key, a library for manipulating storage volume @@ -113,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/volume_key.py* %changelog +* Mon Jul 23 2012 Miloslav Trmač - 0.3.8-3 +- Add Requires: /usr/bin/gpg + Resolves: #842074 + * Sun Jul 22 2012 Fedora Release Engineering - 0.3.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild