Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Igor Gnatenko
97769e9f0c crtools requirements only for x86_64 arch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2013-07-23 16:05:13 +04:00
Andrey Vagin
755a00e5db Merge branch 'master' into f19 2013-07-23 11:35:39 +04:00
Andrey Vagin
afdb9e4fe8 Fix compilation on architectures without support for VZ (rhbz 971821)
Signed-off-by: Andrey Vagin <avagin@openvz.org>
2013-06-07 05:15:17 +04:00

View file

@ -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@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@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