[vzctl] Update to 4.7.2

Andrey Vagin avagin at fedoraproject.org
Mon May 12 20:52:17 UTC 2014


commit 4ead461b9d64517da2339bed2c0e28773ff29aa7
Author: Andrey Vagin <avagin at openvz.org>
Date:   Tue May 13 00:52:04 2014 +0400

    Update to 4.7.2

 .gitignore                                         |    1 +
 ...-values-of-LOCAL_-ID-to-zero-until-userns.patch |    7 +++++--
 sources                                            |    2 +-
 vzctl.spec                                         |    8 ++++++--
 4 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e25efc4..44aa482 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /vzctl-4.5.1.tar.bz2
 /vzctl-4.6.tar.bz2
 /vzctl-4.6.1.tar.bz2
+/vzctl-4.7.2.tar.bz2
diff --git a/0001-Set-default-values-of-LOCAL_-ID-to-zero-until-userns.patch b/0001-Set-default-values-of-LOCAL_-ID-to-zero-until-userns.patch
index f71200c..a7ba474 100644
--- a/0001-Set-default-values-of-LOCAL_-ID-to-zero-until-userns.patch
+++ b/0001-Set-default-values-of-LOCAL_-ID-to-zero-until-userns.patch
@@ -16,8 +16,11 @@ diff --git a/etc/vz.conf.in b/etc/vz.conf.in
 index bf20c9a..684e08a 100644
 --- a/etc/vz.conf.in
 +++ b/etc/vz.conf.in
-@@ -43,8 +43,8 @@ NAMESERVER=inherit # Copy from host system's /etc/resolv.conf
- #VE_LAYOUT=ploop
+@@ -43,10 +43,10 @@ NAMESERVER=inherit # Copy from host system's /etc/resolv.conf
+ NAMESERVER=inherit # Copy from host system's /etc/resolv.conf
+ ## Filesystem layout for new CTs: either simfs or ploop
+-VE_LAYOUT=ploop
++#VE_LAYOUT=ploop
  
  # User namespace configuration
 -LOCAL_UID=100000
diff --git a/sources b/sources
index 7696e7c..8360089 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d93894c9ec72a77f33d3851790be2d17  vzctl-4.6.1.tar.bz2
+18afc37316cec28290e47eb67bb9b6fa  vzctl-4.7.2.tar.bz2
diff --git a/vzctl.spec b/vzctl.spec
index 53f625e..c629c7d 100644
--- a/vzctl.spec
+++ b/vzctl.spec
@@ -23,7 +23,7 @@
 
 Summary: OpenVZ containers control utility
 Name: vzctl
-Version: 4.6.1
+Version: 4.7.2
 %define rel 1
 Release: %{rel}%{?dist}.1
 License: GPLv2+
@@ -103,6 +103,7 @@ rm -f %{buildroot}%{_sbindir}/vzeventd
 rm -f %{buildroot}%{_sbindir}/vzmigrate
 rm -f %{buildroot}%{_sbindir}/vzubc
 rm -f %{buildroot}%{_sbindir}/vzoversell
+rm -f %{buildroot}%{_sbindir}/vzfsync
 
 rm -f %{buildroot}%{_netdir}/ifup-venet
 rm -f %{buildroot}%{_netdir}/ifdown-venet
@@ -129,6 +130,7 @@ rm -f %{buildroot}%{_mandir}/man8/vzmemcheck.8
 rm -f %{buildroot}%{_mandir}/man8/vzmigrate.8
 rm -f %{buildroot}%{_mandir}/man8/vzpid.8
 rm -f %{buildroot}%{_mandir}/man8/vzsplit.8
+rm -f %{buildroot}%{_mandir}/man8/vzfsync.8
 
 %post -p /sbin/ldconfig
 
@@ -198,7 +200,6 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8
 %config %{_distconfdir}/distribution.conf-template
 %config %{_vpsconfdir}/ve-basic.conf-sample
 %config %{_vpsconfdir}/ve-light.conf-sample
-%config %{_vpsconfdir}/ve-unlimited.conf-sample
 %config %{_vpsconfdir}/ve-vswap-256m.conf-sample
 %config %{_vpsconfdir}/ve-vswap-512m.conf-sample
 %config %{_vpsconfdir}/ve-vswap-1024m.conf-sample
@@ -207,6 +208,9 @@ rm -f %{buildroot}%{_mandir}/man8/vzsplit.8
 %config %{_vpsconfdir}/ve-vswap-4g.conf-sample
 
 %changelog
+* Tue May 13 2014 Andrew Vagin <avagin at openvz.org> - 4.7.2-1
+- Update to 4.7.2 ( changelog: http://openvz.org/Download/vzctl/4.7.2/changes )
+
 * Thu Nov 28 2013 Andrew Vagin <avagin at openvz.org> - 4.6.1-1
 - Update to 4.6.1 ( changelog: http://openvz.org/Download/vzctl/4.6.1/changes )
 


More information about the scm-commits mailing list