From fa838b992551e62b81f6d79f42f5fbff6273f62a Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Thu, 7 Nov 2013 18:07:00 +0400 Subject: [PATCH 1/2] Update to 4.6 --- .gitignore | 1 + sources | 2 +- vzctl.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3c4532..b592612 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /vzctl-4.3.1.tar.bz2 /vzctl-4.4.tar.bz2 /vzctl-4.5.1.tar.bz2 +/vzctl-4.6.tar.bz2 diff --git a/sources b/sources index 003629c..c37e5e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -648ced2ab873a0babf0a465d8757add2 vzctl-4.5.1.tar.bz2 +eca164b75fd520ad93eb48acded9cb77 vzctl-4.6.tar.bz2 diff --git a/vzctl.spec b/vzctl.spec index 44d385a..43c11b3 100644 --- a/vzctl.spec +++ b/vzctl.spec @@ -23,7 +23,7 @@ Summary: OpenVZ containers control utility Name: vzctl -Version: 4.5.1 +Version: 4.6 %define rel 1 Release: %{rel}%{?dist}.1 License: GPLv2+ @@ -102,6 +102,7 @@ rm -f %{buildroot}%{_sbindir}/vzifup-post rm -f %{buildroot}%{_sbindir}/vzeventd rm -f %{buildroot}%{_sbindir}/vzmigrate rm -f %{buildroot}%{_sbindir}/vzubc +rm -f %{buildroot}%{_sbindir}/vzoversell rm -f %{buildroot}%{_netdir}/ifup-venet rm -f %{buildroot}%{_netdir}/ifdown-venet @@ -183,7 +184,6 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8 %{_scriptdir}/vps-cpt %{_scriptdir}/vps-rst %{_scriptdir}/vps-rst-env -%{_scriptdir}/vz-postinstall %{_configdir}/conf %config %{_sysconfdir}/sysconfig/vz @@ -207,6 +207,9 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8 %config %{_vpsconfdir}/ve-vswap-4g.conf-sample %changelog +* Thu Nov 7 2013 Andrew Vagin - 4.6-1 +- Update to 4.6 ( changelog: http://openvz.org/Download/vzctl/4.6/changes ) + * Tue Sep 10 2013 Andrew Vagin - 4.5.1-1 - Update to 4.5.1 ( changelog: http://openvz.org/Download/vzctl/4.5/changes ) From d9a890e178a717b8a53b6efc6fc7751900809d3a Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Thu, 28 Nov 2013 08:07:22 +0400 Subject: [PATCH 2/2] Update to 4.6.1 --- .gitignore | 1 + sources | 2 +- vzctl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b592612..e25efc4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /vzctl-4.4.tar.bz2 /vzctl-4.5.1.tar.bz2 /vzctl-4.6.tar.bz2 +/vzctl-4.6.1.tar.bz2 diff --git a/sources b/sources index c37e5e5..7696e7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eca164b75fd520ad93eb48acded9cb77 vzctl-4.6.tar.bz2 +d93894c9ec72a77f33d3851790be2d17 vzctl-4.6.1.tar.bz2 diff --git a/vzctl.spec b/vzctl.spec index 43c11b3..53f625e 100644 --- a/vzctl.spec +++ b/vzctl.spec @@ -23,7 +23,7 @@ Summary: OpenVZ containers control utility Name: vzctl -Version: 4.6 +Version: 4.6.1 %define rel 1 Release: %{rel}%{?dist}.1 License: GPLv2+ @@ -207,6 +207,9 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8 %config %{_vpsconfdir}/ve-vswap-4g.conf-sample %changelog +* Thu Nov 28 2013 Andrew Vagin - 4.6.1-1 +- Update to 4.6.1 ( changelog: http://openvz.org/Download/vzctl/4.6.1/changes ) + * Thu Nov 7 2013 Andrew Vagin - 4.6-1 - Update to 4.6 ( changelog: http://openvz.org/Download/vzctl/4.6/changes )