Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97769e9f0c | ||
|
|
755a00e5db | ||
|
|
afdb9e4fe8 |
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue