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 - 4.4-2 +- crtools requirements only for x86_64 arch (wiki page with known issues updated) + * Fri Jul 19 2013 Igor Gnatenko - 4.4-1 - Update to 4.4 ( changelog: http://openvz.org/Download/vzctl/4.4/changes ) - fix spec: macros instead of bash variables