[ovirt-engine-sdk-python/f21] Update to upstream version 3.5.1.0

Juan Hernandez jhernand at fedoraproject.org
Wed Jan 21 11:52:35 UTC 2015


commit f6fc408caa7c6e4b5d30b5b43a05415e5fa5d34d
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Wed Jan 21 12:41:58 2015 +0100

    Update to upstream version 3.5.1.0
    
    Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>

 .gitignore                   |    1 +
 ovirt-engine-sdk-python.spec |   76 +++++++++++++++++++++++++++++++++++++++--
 sources                      |    2 +-
 3 files changed, 74 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed11a5d..cfbcfc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ovirt-engine-sdk-python-3.3.0.7.tar.xz
 /ovirt-engine-sdk-python-3.4.0.6.tar.xz
 /ovirt-engine-sdk-python-3.4.0.7.tar.xz
+/ovirt-engine-sdk-python-3.5.1.0.tar.xz
diff --git a/ovirt-engine-sdk-python.spec b/ovirt-engine-sdk-python.spec
index b9ad113..43d0f3c 100644
--- a/ovirt-engine-sdk-python.spec
+++ b/ovirt-engine-sdk-python.spec
@@ -1,6 +1,6 @@
 Name: ovirt-engine-sdk-python
-Version: 3.4.0.7
-Release: 2%{dist}
+Version: 3.5.1.0
+Release: 1%{dist}
 Summary: oVirt Engine Software Development Kit (Python)
 Group: Development/Libraries
 License: ASL 2.0
@@ -8,7 +8,7 @@ URL: http://ovirt.org
 
 # git clone git://gerrit.ovirt.org/ovirt-engine-sdk
 # cd ovirt-engine-sdk
-# git archive --prefix ovirt-engine-sdk-python-3.4.0.7/ 3.4.0.7 | xz > ovirt-engine-sdk-python-3.4.0.7.tar.xz
+# git archive --prefix ovirt-engine-sdk-python-3.5.1.0/ 3.5.1.0 | xz > ovirt-engine-sdk-python-3.5.1.0.tar.xz
 Source: ovirt-engine-sdk-python-%{version}.tar.xz
 
 BuildRequires: python2-devel
@@ -41,9 +41,77 @@ sed -i 1d src/ovirtsdk/xml/params.py
 %files
 %{python_sitelib}/ovirtsdk
 %{python_sitelib}/ovirt_engine_sdk_python-*-info
-%doc AUTHORS README LICENSE
+%doc AUTHORS.md README.md LICENSE.md
 
 %changelog
+* Wed Jan 21 2015 Juan Hernandez <juan.hernandez at redhat.com> - 3.5.1.0-1
+- Update to upstream 3.5.1.0.
+- Added support for the operations to move, copy and export disks using
+  the top level disks collection #1169376.
+- Replaced storage_manager with spm #1146457.
+- Added support for reconfigure firewall (override_iptables) to the host
+  installation action #1179613.
+- Added support for importing block storage domains #1181681.
+- Fixed support for listing unregistered VMs #1148715.
+- Added support for setting memory ballooning #1149188.
+- Added support for specifying cluster during migration #1150191.
+- Added snapshot id to documentation of preview action #1150071.
+- Added custom_properties to templates #1166632.
+- Added logical_name to disks #1063597.
+- Apply filter by name/alias after get #1155678.
+- Added support for watchdog action and model #1129840.
+- Added support for network QoS.
+- Added support to enable/disable sound card to VM, pool and template.
+- Added support for QoS, including CPU and disk profiles.
+- Added support for iSCSI bonds.
+- Disconnect at constructor only if proxy found #996021.
+- Revert patch 0525e9d #1122546.
+- Update API fails in SDK & CLI #1122546.
+- Fix naming conflict #1120502.
+- Fix parameters of add DataCenter #1104085.
+- Fix update VM optional parameters #1082594.
+- Calculate singulars correctly #1114655.dded NUMA support.
+- Added actions to copy and move disks #1097681.
+- Added file_transfer_enabled and copy_paste_enabled elements to Display.
+- Added protocol element to Host.
+- Added support for Gluster volume profiling.
+- Added support for instance types.
+- Added support for quota.id parameter for disks.
+- Added support for random number generator device.
+- Added support for scheduling policies.
+- Added support storage domains disks sub-collection.
+- Added support to register VMs and templates.
+- Ignore errors when cleaning old connection #1116009.
+- Replace decorators before marshal #1024696.
+- Support X-Ovirt-Expect header #1093784.
+- Update to version 2.12a of generateDS.py #1091688.
+- Added action to undelete events.
+- Added base_interface to host_nic.
+- Added boot_menu to VM and template.
+- Added custom properties to host_nic.
+- Added disksnapshots sub-collection to storagedomains.
+- Added domain_entry_id to users and groups.
+- Added sessions sub-collection to vms.
+- Added support for Gluster volume statistics.
+- Added support for VM and template custom serial numbers.
+- Added support for bookmarks.
+- Added support for deleting VM disk snapshots.
+- Added support for reporting VM SELinux configuration.
+- Added support for reporting VM kdump configuration.
+- Added support for reporting architecture capabilities.
+- Added tags sub-collection to templates.
+- Add expect and correlation_id parameters to network label related
+  methods #1101531.
+- Added maintenance operation to VM.
+- Added hosted_engine element to Host.
+- Added labels to Network.
+- Added labels to HostNIC.
+- Added actions to preview, commit and undo snapshots.
+- Added support for affinity groups.
+- Added support to import a VM as template.
+- Removed external_id from users and groups.
+- Renamed cloud_init.hostname to cloud_init.host.address.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 230a06b..56dedb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5939e8c967ec5641572543c82b28c0a7  ovirt-engine-sdk-python-3.4.0.7.tar.xz
+2db1c58780c3d3a3bae3190c081780e2  ovirt-engine-sdk-python-3.5.1.0.tar.xz


More information about the scm-commits mailing list