[volume_key] Add Requires: /usr/bin/gpg

Miloslav Trmac mitr at fedoraproject.org
Mon Jul 23 15:50:59 UTC 2012


commit 56b0682c19d52a0dedd65d9b6675796313167257
Author: Miloslav Trmač <mitr at redhat.com>
Date:   Mon Jul 23 17:49:45 2012 +0200

    Add Requires: /usr/bin/gpg

 volume_key.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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č <mitr at redhat.com> - 0.3.8-3
+- Add Requires: /usr/bin/gpg
+  Resolves: #842074
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list