Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61d87c9c1a | ||
|
|
db4d39d6c1 | ||
|
|
7f0ee49c7d | ||
|
|
7af52dd815 | ||
|
|
afdb9e4fe8 | ||
|
|
4dcd4b0ef8 | ||
|
|
c6296181fa | ||
|
|
c9d7338f85 | ||
|
|
21a016a4e8 |
1 changed files with 7 additions and 5 deletions
12
vzctl.spec
12
vzctl.spec
|
|
@ -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.
|
||||
|
|
|
|||
Reference in a new issue