[vzctl/f19] crtools requirements only for x86_64 arch

Andrey Vagin avagin at fedoraproject.org
Tue Jul 23 12:05:27 UTC 2013


commit 97769e9f0cdb9a37c9a06310f1d4d3b9751e710f
Author: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Date:   Tue Jul 23 15:00:36 2013 +0400

    crtools requirements only for x86_64 arch
    
    Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>

 vzctl.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/vzctl.spec b/vzctl.spec
index 7dc86c8..1138b1a 100644
--- a/vzctl.spec
+++ b/vzctl.spec
@@ -24,7 +24,7 @@
 Summary: OpenVZ containers control utility
 Name: vzctl
 Version: 4.4
-%define rel 1
+%define rel 2
 Release: %{rel}%{?dist}
 License: GPLv2+
 Group: System Environment/Kernel
@@ -40,7 +40,9 @@ 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
@@ -205,6 +207,9 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8
 %config %{_vpsconfdir}/ve-vswap-4g.conf-sample
 
 %changelog
+* 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)
+
 * Fri Jul 19 2013 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 4.4-1
 - Update to 4.4 ( changelog: http://openvz.org/Download/vzctl/4.4/changes )
 - fix spec: macros instead of bash variables


More information about the scm-commits mailing list