[vzctl] Include missing dependency for gnugpg

Andrey Vagin avagin at fedoraproject.org
Thu Jun 6 08:37:06 UTC 2013


commit 4e79da3b0958d3217c6ba41d43e548428c03d17b
Author: Andrey Vagin <avagin at openvz.org>
Date:   Thu Jun 6 00:48:32 2013 +0400

    Include missing dependency for gnugpg
    
    Signed-off-by: Andrey Vagin <avagin at openvz.org>

 vzctl.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/vzctl.spec b/vzctl.spec
index a216055..f476ff3 100644
--- a/vzctl.spec
+++ b/vzctl.spec
@@ -25,7 +25,7 @@
 Summary: OpenVZ containers control utility
 Name: vzctl
 Version: 4.3.1
-%define rel 1
+%define rel 2
 Release: %{rel}%{?dist}
 License: GPLv2+
 Group: System Environment/Kernel
@@ -49,6 +49,7 @@ Requires: grep
 # requires for bash_completion and vps-download
 Requires: wget
 Requires: bridge-utils
+Requires: gnupg
 
 BuildRequires: libcgroup-devel >= 0.38
 
@@ -205,6 +206,9 @@ ls $RPM_BUILD_ROOT/%{_mandir}/man8/
 
 
 %changelog
+* Thu Jun 6 2013 Andrey Vagin <avagin at gmail.com> - 4.3.1-2
+- Include missing dependency for gnugpg.
+
 * Tue Jun 4 2013 Andrew Vagin <avagin at openvz.org> - 4.3.1-1
 - Updated to upstream version 4.3.1
 


More information about the scm-commits mailing list