From 99d89e42a4b7b11c49046cd3797466eafac35d28 Mon Sep 17 00:00:00 2001 From: Glauber Costa Date: Tue, 11 Dec 2012 12:39:47 +0400 Subject: [PATCH 1/2] 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 --- vzctl.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vzctl.spec b/vzctl.spec index 09744dd..de3ac6c 100644 --- a/vzctl.spec +++ b/vzctl.spec @@ -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 - 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 - 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/ From 300af307619718b3588699de13c92008479af9f4 Mon Sep 17 00:00:00 2001 From: Glauber Costa Date: Tue, 11 Dec 2012 12:59:48 +0400 Subject: [PATCH 2/2] commiting to sources file for #878416 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a649984..131d946 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vzctl-4.1.tar.bz2 +/vzctl-4.1.1.tar.bz2 diff --git a/sources b/sources index e438714..8edbabe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6cb0072890fa30864586b6033b640441 vzctl-4.1.tar.bz2 +1b22d7213c1dbe02f897b7e0b529edc5 vzctl-4.1.1.tar.bz2