Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

9 commits

Author SHA1 Message Date
Andrey Vagin
61d87c9c1a Remove crtools from dependencies
crtools appeared in FC19 (rhbz 992199)
2013-08-06 00:00:17 +04:00
Igor Gnatenko
db4d39d6c1 crtools requirements only for x86_64 arch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Signed-off-by: Andrey Vagin <avagin@openvz.org>
2013-07-23 16:14:02 +04:00
Andrey Vagin
7f0ee49c7d Merge branch 'master' into f18 2013-07-23 11:59:26 +04:00
Andrey Vagin
7af52dd815 Merge branch 'master' into f18 2013-06-07 05:15:38 +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
Andrey Vagin
4dcd4b0ef8 Merge branch 'master' into f18 2013-06-06 01:55:32 +04:00
Glauber Costa
c6296181fa Merge branch 'master' into f18
Conflicts:
	vzctl.spec
2013-04-24 18:56:21 +04:00
Glauber Costa
c9d7338f85 commiting to sources file for #878416 2012-12-11 13:02:52 +04:00
Glauber Costa
21a016a4e8 fix #878416 - build OpenVZ in secondary architectures.
The minor update from vzctl-4.1 to vzctl-4.1.1 fixes this. Since
it is a minor realease, let's just update instead of carrying the patch
2012-12-11 12:39:47 +04:00

View file

@ -24,7 +24,7 @@
Summary: OpenVZ containers control utility
Name: vzctl
Version: 4.4
%define rel 1
%define rel 3
Release: %{rel}%{?dist}
License: GPLv2+
Group: System Environment/Kernel
@ -40,7 +40,6 @@ Summary: OpenVZ containers control utility core
Group: System Environment/Kernel
Requires: fileutils
Requires: tar
Requires: crtools
# these reqs are for vz helper scripts
Requires: gawk
Requires: sed
@ -205,6 +204,12 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8
%config %{_vpsconfdir}/ve-vswap-4g.conf-sample
%changelog
* Mon Aug 5 2013 Andrey Vagin <avagin@openvz.org> - 4.4-3
- remove crtools from dependencies (rhbz 992199)
* 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
@ -225,9 +230,6 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8
- Include missing dependency for bridge-utils.
- Fix problems with user and pid namespaces.
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-3.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Dec 11 2012 Glauber Costa <glommer@gmail.com> - 4.1.1-3
- Build on all architectures, fixes #878416. OpenVZ 4.1.1 handles
that, so we don't need to carry a patch.