[vzctl/f18] Remove crtools from dependencies

Andrey Vagin avagin at fedoraproject.org
Mon Aug 5 20:00:43 UTC 2013


commit 61d87c9c1a4d734f13148bbbcb6b43024604e34b
Author: Andrey Vagin <avagin at openvz.org>
Date:   Mon Aug 5 21:45:19 2013 +0400

    Remove crtools from dependencies
    
    crtools appeared in FC19 (rhbz 992199)

 vzctl.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vzctl.spec b/vzctl.spec
index 3d9d058..492ecb3 100644
--- a/vzctl.spec
+++ b/vzctl.spec
@@ -24,7 +24,7 @@
 Summary: OpenVZ containers control utility
 Name: vzctl
 Version: 4.4
-%define rel 2
+%define rel 3
 Release: %{rel}%{?dist}
 License: GPLv2+
 Group: System Environment/Kernel
@@ -40,9 +40,6 @@ Summary: OpenVZ containers control utility core
 Group: System Environment/Kernel
 Requires: fileutils
 Requires: tar
-%ifarch x86_64
-Requires: crtools
-%endif
 # these reqs are for vz helper scripts
 Requires: gawk
 Requires: sed
@@ -207,6 +204,9 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8
 %config %{_vpsconfdir}/ve-vswap-4g.conf-sample
 
 %changelog
+* Mon Aug 5 2013 Andrey Vagin <avagin at openvz.org> - 4.4-3
+- remove crtools from dependencies (rhbz 992199)
+
 * Tue Jul 23 2013 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 4.4-2
 - crtools requirements only for x86_64 arch (wiki page with known issues updated)
 


More information about the scm-commits mailing list