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

Juan Hernandez jhernand at fedoraproject.org
Wed Jan 21 12:35:10 UTC 2015


commit 9f4ff66b743cf97fdf0c09e208e5daea3d6bb62c
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Wed Jan 21 13:31:46 2015 +0100

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

 .gitignore                 |    1 +
 ovirt-engine-sdk-java.spec |  113 +++++++++++++++++++++++++++++--------------
 sources                    |    2 +-
 3 files changed, 78 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd46e01..33ae98b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ovirt-engine-sdk-java-1.0.0.18.tar.xz
 /ovirt-engine-sdk-java-3.4.0.7.tar.xz
+/ovirt-engine-sdk-java-3.5.1.0.tar.xz
diff --git a/ovirt-engine-sdk-java.spec b/ovirt-engine-sdk-java.spec
index f8824c2..790c597 100644
--- a/ovirt-engine-sdk-java.spec
+++ b/ovirt-engine-sdk-java.spec
@@ -1,78 +1,117 @@
 Name: ovirt-engine-sdk-java
-Version: 3.4.0.7
-Release: 2%{?dist}
+Version: 3.5.1.0
+Release: 1%{?dist}
 Summary: oVirt Engine Software Development Kit (Java)
 Group: Development/Libraries
 License: ASL 2.0
 URL: http://ovirt.org
 
 # git clone git://gerrit.ovirt.org/ovirt-engine-sdk-java
-# cd ovirt-engine-sdk-java
-# git archive --prefix ovirt-engine-sdk-java-3.4.0.7/ 3.4.0.7 | xz > ovirt-engine-sdk-java-3.4.0.7.tar.xz
+# cd ovirt-engine-sdk-java/ovirt-engine-sdk-java
+# git archive --prefix ovirt-engine-sdk-java-3.5.1.0/ 3.5.1.0 | xz > ovirt-engine-sdk-java-3.5.1.0.tar.xz
 Source: %{name}-%{version}.tar.xz
 
 BuildArch: noarch
 
-BuildRequires: apache-commons-compress
-BuildRequires: apache-commons-logging
+BuildRequires: apache-commons-beanutils
 BuildRequires: httpcomponents-client
-BuildRequires: junit
-BuildRequires: maven-compiler-plugin
-BuildRequires: maven-install-plugin
-BuildRequires: maven-jar-plugin
-BuildRequires: maven-javadoc-plugin
-BuildRequires: maven-source-plugin
+BuildRequires: log4j12
 BuildRequires: maven-local
 
-
 %description
 This package contains The oVirt-Engine Java Software Development Kit.
 With this package, custom java software can be built for oVirt-Engine.
 
-
 %package javadoc
-Summary: API documentation for %{name}
+Summary: Javadocs for %{name}
 Group: Documentation
 
-
 %description javadoc
-This package provides %{name}.
-
+This package contains the API documentation for %{name}.
 
 %prep
-
-# Extract the source:
 %setup -q
 
-# In the tree provided by the upstream project the relevant source for this
-# package is inside a subdirectory, but our build tools expect the POM files in
-# the current directory, so in order to simplify things we move everything to
-# the top level before starting the build:
-mv ovirt-engine-sdk-java/* .
-
-
 %build
 %mvn_build
 
-
 %install
 %mvn_install
 
-
 %files -f .mfiles
 %dir %{_javadir}/%{name}
-%doc AUTHORS
-%doc README
-%doc LICENSE
-
+%doc AUTHORS.md
+%doc README.md
+%doc LICENSE.md
 
 %files javadoc -f .mfiles-javadoc
-%doc AUTHORS
-%doc README
-%doc LICENSE
-
+%{_javadocdir}/%{name}
+%doc LICENSE.md
 
 %changelog
+* Fri Jan 16 2015 Juan Hernandez <juan.hernandez at redhat.com> - 3.5.1.0-1
+- 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.
+- 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.
+- Avoid NPE when receiving null lists #1119812.
+- Fix optional parameters of add template #1109548.
+- Fix parameters of add DataCenter #1104085.
+- Fix update VM optional parameters #1082594.
+- Added 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.
+- Support X-Ovirt-Expect header #1093784.
+- 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 method to get entity by string id #1099818.
+- Add expect and correlationId parameters to network labels related
+  methods #1101531.
+- Add method to get entity by string id #1099818.
+- 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 8a23926..633acee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b1bd034727f93e164272ae0cd828cba  ovirt-engine-sdk-java-3.4.0.7.tar.xz
+b2fdb5354ebeed21b9614c63a7fd5468  ovirt-engine-sdk-java-3.5.1.0.tar.xz


More information about the scm-commits mailing list