Hello community, here is the log from the commit of package libvirt-cim for openSUSE:Factory checked in at Tue Sep 20 09:34:23 CEST 2011.
-------- --- libvirt-cim/libvirt-cim.changes 2010-05-21 01:47:34.000000000 +0200 +++ /mounts/work_src_done/STABLE/libvirt-cim/libvirt-cim.changes 2011-09-17 13:53:50.000000000 +0200 @@ -1,0 +2,91 @@ +Sat Sep 17 11:13:03 UTC 2011 - [email protected] + +- Update to 0.5.14 + * Fix crash when creating ACL filter lists (Chip Vincent) + * Remove has_vnc_passwd key from infostore (Eduardo Lima) + * Set PoolID for CIM_DiskResourceAlloca... (Sharad Mishra) + * libxkutil: More meaningful log message (Eduardo Lima) + * Add source host and directory for netfs diskpool (Sharad Mishra) + * Set PoolID for CIM_NetResourceAllocationSettingData (Sharad Mishra) + * libxkutil: Handle vnc password when ret... (Eduardo Lima) + * Conditionally compile ACL APIs (Chip Vincent) + * SwitchService will show the nic connected to VSI... (Sharad Mishra) + * Make libconfig requirement optional (Eduardo Lima) + * libvirt-cim.spec: Use %config(noreplace)... (Eduardo Lima) + * Minor fix for MemoryPool.AllocationUnits (Chip Vincent) + * Adjust FilterList.registration file permission (Chip Vincent) + +- Update to 0.5.13 + * Add write support for FilterList (Chip Vincent) + * Add read-only support (Eduardo Lima) + * Fix MemoryPool.Reserved (Chip Vincent) + * Check libvirt version before compiling ACL (Chip Vincent) + * Fix AppliedFilterList Associators (Chip Vincent) + * Libvirt dependency should be 0.6.3 (Chip Vincent) + * Conditional build requirement for RPM package (Eduardo Lima) + * Fill up NetworkName attribute (Eduardo Lima) + * Add DCN ACL classes & providers (Chip Vincent) + * Configure tweaks (Eduardo Lima) + * Update RPM spec file to match Fedora (Eduardo Lima) + * Migration was failing due to lost connection (Sharad Mishra) + * Fix file permissions (Eduardo Lima) + * Update .hgignore (Eduardo Lima) + * Configure: Check for libuuid (Eduardo Lima) + * Fix for VirtualSystemManagementService test (Chip Vincent) + * Fix connection leaks (Sharad Mishra) + * Ensure graphics devices have unique IDs (Chip Vincent) + * Add support for StoragePool autostart (Sharad Mishra) + * Add support for console/serial grahpics devices (Chip Vincent) + * Add check to verify that sysname is not null (Sharad Mishra) + * Added support for disk driver (Sharad Mishra) + * Add VNC autoport support (Chip Vincent) + * Add support for Pegasus OOP grouping (Chip Vincent) + * Add SCCN and CCN for SwitchService (Sharad Mishra) + * Fixing NullPointerException (Sharad Mishra) + * Auto refresh StoragePools (Sharad Mishra) + * Query switch to find its vsi capabilities (Sharad Mishra) + * Set CreationClassName property in VSMS (Sharad Mishra) + * Set/Reset VM autostart (Sharad Mishra) + * Remove test for duplicate mac address (Sharad Mishra) + * Add support for deactivation of disk caching (Sharad Mishra) + * Add readonly property to disk (Sharad Mishra) + +------------------------------------------------------------------- +Fri Jan 28 11:40:59 UTC 2011 - [email protected] + +- Update to 0.5.12 + * Update indication providers to the std_indication interface change + introduced in libcmpiutil f967d9432f31 (Chip Vincent) + * Fix to support domain name with space (Sharad Mishra) + * Patch to allow cdrom media change (Sharad Mishra) + * Add domain UUID and timestamp to ComputerSystem and MigrationJob + Indications (Chip Vincent) + * Return profiles according to role (Chip Vincent) + * Removing the code to fetch sblim instance (Sharad Mishra) + * Update revision and force creation of INFO_STORE during install + (Chip Vincent) + * NetRASD enumeration to show VSI fields (Sharad Mishra) + * Set default VM autostart value (Sharad Mishra) + * Generating Deleted indication after Modified indication (Sharad + Mishra) + * Workaround for Pegasus ObjectPath issue. (Sharad Mishra) + * Bypass cdrom check while defining VMs (Sharad Mishra) + * Ensure AllocationUnits property populates the libvirt XML + 'capacity unit' AND 'allocation unit' so they are the same (Chip + Vincent) + * Use libvirt to get StorageVolume Path to set SV InstanceID (Sharad + Mishra) + * Update xml generation to support vepa (Sharad Mishra) + +------------------------------------------------------------------- +Tue Nov 30 10:17:57 UTC 2010 - [email protected] + +- update to 0.5.10 + Fix RHEL5 build + +------------------------------------------------------------------- +Thu Sep 16 19:04:12 UTC 2010 - [email protected] + +- Fix RH/Fedora build + +------------------------------------------------------------------- @@ -30 +121 @@ -- Updated to version 0.5.7 +- Updated to version 0.5.7, FATE#307241 calling whatdependson for head-i586 Old: ---- 1020-xen-mig-uri.patch 1022-eafp.patch libvirt-cim-0.5.8.tar.bz2 New: ---- libvirt-cim-0.5.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt-cim.spec ++++++ --- /var/tmp/diff_new_pack.EcchS3/_old 2011-09-20 09:34:17.000000000 +0200 +++ /var/tmp/diff_new_pack.EcchS3/_new 2011-09-20 09:34:17.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libvirt-cim (Version 0.5.8) +# spec file for package libvirt-cim (Version 0.5.14) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,21 +19,23 @@ Name: libvirt-cim -BuildRequires: e2fsprogs-devel libcmpiutil-devel libxml2-devel sblim-cmpi-devel sblim-sfcb -BuildRequires: libvirt-devel >= 0.3.2 +BuildRequires: e2fsprogs-devel libxml2-devel sblim-cmpi-devel sblim-sfcb +BuildRequires: libcmpiutil-devel > 0.5.4 +BuildRequires: libvirt-devel >= 0.3.2 xen-devel +%if 0%{?rhel_version} == 0 && 0%{?sles_version} != 10 +BuildRequires: libuuid-devel +%endif Url: http://libvirt.org/CIM/ -License: LGPLv2.1+ +License: LGPL v2.1 or later Group: System/Management AutoReqProv: yes -Version: 0.5.8 -Release: 2 +Version: 0.5.14 +Release: 0.<RELEASE2> Summary: CMPI-based CIM provider implementing DMTF SVPC model Source: %{name}-%{version}.tar.bz2 Source1: libvirt-cim-rpmlintrc Patch0: provider-reg.patch Patch1: automake.patch -Patch2: 1020-xen-mig-uri.patch -Patch3: 1022-eafp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: cim-server Requires: libxml2 >= 2.6.0 @@ -66,8 +68,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 chmod -x src/* libxkutil/* schema/* README doc/* base_schema/README* chmod +X src/* libxkutil/* schema/* @@ -78,11 +78,15 @@ make DOCS_DIR=%{_docdir}/%{name} HTML_DIR=%{_docdir}/%{name} %install +%if 0%{?suse_version} %makeinstall DOCS_DIR=%{_docdir}/%{name} HTML_DIR=%{_docdir}/%{name} +%else +make install DESTDIR=$RPM_BUILD_ROOT DOCS_DIR=%{_docdir}/%{name}-%{version} HTML_DIR=%{_docdir}/%{name}-%{version} +%endif %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/cmpi/*.{a,la} %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libxkutil.so -%{__rm} -rf $RPM_BUILD_ROOT%{_docdir}/%{name} +#%{__rm} -rf $RPM_BUILD_ROOT%{_docdir}/%{name} #%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/install_base_schema.sh #%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/cimv216-interop_mof #%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/cimv216Experimental-MOFs.zip @@ -126,6 +130,7 @@ %files %defattr(-, root, root) %dir %{_datadir}/%{name} +%config(noreplace) %{_sysconfdir}/libvirt-cim.conf %{_libdir}/lib*.so* %{_libdir}/cmpi/lib*.so* %{_datadir}/%{name}/*.sh @@ -134,7 +139,12 @@ %{_datadir}/%{name}/cim_schema_*-MOFs.zip %{_datadir}/%{name}/cimv*-cimv2_mof %{_datadir}/%{name}/cimv*-interop_mof -%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/ +%dir %attr(0700, root, root) %{_sysconfdir}/libvirt %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/cim +%if 0%{?suse_version} +%doc %{_docdir}/%{name} +%else +%doc %{_docdir}/%{name}-%{version} +%endif %changelog ++++++ libvirt-cim-0.5.8.tar.bz2 -> libvirt-cim-0.5.14.tar.bz2 ++++++ ++++ 18027 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
