Change in vdsm[master]: Packaging: Update Ubuntu packaging scripts

zhshzhou at linux.vnet.ibm.com zhshzhou at linux.vnet.ibm.com
Mon Oct 14 15:00:30 UTC 2013


Zhou Zheng Sheng has uploaded a new change for review.

Change subject: Packaging: Update Ubuntu packaging scripts
......................................................................

Packaging: Update Ubuntu packaging scripts

Recently upstream VDSM added some files and dirs, as well as some
dependencies. Unfortunately depndency upgrade for linux kernel and
selinux-policy-targeted are not available on Ubuntu.

This patch adds files and dirs, update glusterfs dependency
declaration, and update vdsm release version.

Change-Id: Iff7e3cb34d57dfdd3c90c43cae74e5445c52ebad
Signed-off-by: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
---
M debian/changelog
M debian/control
M debian/vdsm-gluster.install
M debian/vdsm-python.install
M debian/vdsm-tests.install
M debian/vdsm.dirs
6 files changed, 15 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/20170/1

diff --git a/debian/changelog b/debian/changelog
index edbb11e..5f0d324 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdsm (4.13.0-1) unstable; urgency=low
+
+  * vdsm 4.13.0 release on Ubuntu 13.04.
+
+ -- Zheng Sheng, Zhou <zhshzhou at linux.vnet.ibm.com>  Mon, 14 Oct 2013 17:32:50 +0800
+
 vdsm (4.12.0-1) unstable; urgency=low
 
   * Initial release on Ubuntu 13.04 .
diff --git a/debian/control b/debian/control
index 15a9297..78587d2 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,7 @@
  fence-agents,
  genisoimage,
  glusterfs-client,
- glusterfs-common (>= 3.4.0),
+ glusterfs-common (>= 3.4.1),
  gnutls-bin,
  hostname,
  ifupdown,
@@ -125,7 +125,7 @@
 Package: vdsm-gluster
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- glusterfs-common (>= 3.4.0),
+ glusterfs-common (>= 3.4.1),
  glusterfs-server,
  python (>=2.7.3),
  python-magic,
diff --git a/debian/vdsm-gluster.install b/debian/vdsm-gluster.install
index 114c51a..889ca00 100644
--- a/debian/vdsm-gluster.install
+++ b/debian/vdsm-gluster.install
@@ -1,4 +1,5 @@
 ./usr/share/vdsm/gluster/api.py
 ./usr/share/vdsm/gluster/hooks.py
 ./usr/share/vdsm/gluster/services.py
+./usr/share/vdsm/gluster/tasks.py
 ./usr/share/vdsm/gluster/vdsmapi-gluster-schema.json
diff --git a/debian/vdsm-python.install b/debian/vdsm-python.install
index 0e73bfb..d65aeee 100644
--- a/debian/vdsm-python.install
+++ b/debian/vdsm-python.install
@@ -8,6 +8,7 @@
 ./usr/lib/python2.7/dist-packages/vdsm/exception.py
 ./usr/lib/python2.7/dist-packages/vdsm/ipwrapper.py
 ./usr/lib/python2.7/dist-packages/vdsm/libvirtconnection.py
+./usr/lib/python2.7/dist-packages/vdsm/netconfpersistence.py
 ./usr/lib/python2.7/dist-packages/vdsm/netinfo.py
 ./usr/lib/python2.7/dist-packages/vdsm/qemuImg.py
 ./usr/lib/python2.7/dist-packages/vdsm/tool/__init__.py
@@ -19,6 +20,7 @@
 ./usr/lib/python2.7/dist-packages/vdsm/tool/sanlock.py
 ./usr/lib/python2.7/dist-packages/vdsm/tool/seboolsetup.py
 ./usr/lib/python2.7/dist-packages/vdsm/tool/service.py
+./usr/lib/python2.7/dist-packages/vdsm/tool/transient.py
 ./usr/lib/python2.7/dist-packages/vdsm/tool/validate_ovirt_certs.py
 ./usr/lib/python2.7/dist-packages/vdsm/tool/vdsm-id.py
 ./usr/lib/python2.7/dist-packages/vdsm/utils.py
diff --git a/debian/vdsm-tests.install b/debian/vdsm-tests.install
index ad48def..7e5ad99 100644
--- a/debian/vdsm-tests.install
+++ b/debian/vdsm-tests.install
@@ -11,6 +11,7 @@
 usr/share/vdsm/tests/glusterVolumeProfileInfoNfs.xml
 usr/share/vdsm/tests/glusterVolumeRebalanceStatus.xml
 usr/share/vdsm/tests/glusterVolumeRemoveBricksStatus.xml
+usr/share/vdsm/tests/glusterVolumeTasks.xml
 usr/share/vdsm/tests/lvs_3386c6f2-926f-42c4-839c-38287fac8998.out
 usr/share/vdsm/tests/netmaskconversions
 usr/share/vdsm/tests/run_tests.sh
diff --git a/debian/vdsm.dirs b/debian/vdsm.dirs
index d33303b..cb95c5e 100644
--- a/debian/vdsm.dirs
+++ b/debian/vdsm.dirs
@@ -15,6 +15,7 @@
 usr/libexec/vdsm/hooks/after_device_migrate_source
 usr/libexec/vdsm/hooks/after_disk_hotplug
 usr/libexec/vdsm/hooks/after_disk_hotunplug
+usr/libexec/vdsm/hooks/after_network_setup
 usr/libexec/vdsm/hooks/after_nic_hotplug
 usr/libexec/vdsm/hooks/after_nic_hotplug_fail
 usr/libexec/vdsm/hooks/after_nic_hotunplug
@@ -37,6 +38,7 @@
 usr/libexec/vdsm/hooks/before_device_migrate_source
 usr/libexec/vdsm/hooks/before_disk_hotplug
 usr/libexec/vdsm/hooks/before_disk_hotunplug
+usr/libexec/vdsm/hooks/before_network_setup
 usr/libexec/vdsm/hooks/before_nic_hotplug
 usr/libexec/vdsm/hooks/before_nic_hotunplug
 usr/libexec/vdsm/hooks/before_update_device
@@ -53,6 +55,7 @@
 var/lib/libvirt/qemu/channels
 var/lib/vdsm
 var/lib/vdsm/netconfback
+var/lib/vdsm/persistence
 var/log/vdsm
 var/log/vdsm/backup
 var/run/vdsm


-- 
To view, visit http://gerrit.ovirt.org/20170
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff7e3cb34d57dfdd3c90c43cae74e5445c52ebad
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list