Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
300af30761 | ||
|
|
99d89e42a4 |
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/vzctl-4.1.tar.bz2
|
||||
/vzctl-4.1.1.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6cb0072890fa30864586b6033b640441 vzctl-4.1.tar.bz2
|
||||
1b22d7213c1dbe02f897b7e0b529edc5 vzctl-4.1.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
Summary: OpenVZ containers control utility
|
||||
Name: vzctl
|
||||
Version: 4.1
|
||||
%define rel 2
|
||||
Version: 4.1.1
|
||||
%define rel 3
|
||||
Release: %{rel}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Kernel
|
||||
|
|
@ -192,6 +192,10 @@ ls $RPM_BUILD_ROOT/%{_mandir}/man8/
|
|||
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
* Thu Nov 15 2012 Glauber Costa <glommer@gmail.com> - 4.1-2
|
||||
- Corrected license: GPLv2 -> GPLv2+, which is what the sources actually claim
|
||||
- Fixed ownership problems with directories _vzdir/template/ and /var/lib/vzctl/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue