OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/libvirt-cim?expand=0&rev=37
604 lines
25 KiB
Plaintext
604 lines
25 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 6 08:32:58 UTC 2024 - Klaus Kämpf <kkaempf@suse.de>
|
|
|
|
- fix version number in _service
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 05 15:47:35 UTC 2024 - kkaempf@suse.de
|
|
|
|
- Update to version v0.6.3+git20230822.a5a073c:
|
|
* ci: lcitool: Maintain project package deps lists here
|
|
* README: Update link to upstream repo and drop mailing list refernce
|
|
* ci: refresh with latest lcitool manifest
|
|
* ci: mark bleeding edge distros as allowing failures
|
|
* configure: convert to using xz archives for dist
|
|
* ci: refresh with lcitool manifest
|
|
* Switch to new GitHub repo-lockdown configuration
|
|
* ci: remove obsolete refresh script and documentation
|
|
* ci: re-generate containers/gitlab config from manifest
|
|
* ci: define a CI manifest file
|
|
|
|
- add 0005-include-stdlib.h.patch, 0006-drop-base_schema.patch
|
|
|
|
- drop f6b7eeaf.patch, upstream
|
|
|
|
- rename
|
|
provider-reg.patch to 0001-provider-reg.patch
|
|
automake.patch to 0002-automake.patch
|
|
libvirt-cim-0.6.3-fix-bashisms.patch to 0003-fix-bashisms.patch
|
|
memory_leaks.patch to 0004-memory-leaks.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 10:17:28 UTC 2024 - pgajdos@suse.com
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 30 09:44:25 UTC 2022 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 3 14:47:23 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
|
shortcut through the -mini flavors.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 26 06:57:52 UTC 2018 - adam.majer@suse.de
|
|
|
|
- use correct service name when restarting sblim-sfcb
|
|
- fix builds on RedHat
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 22 14:45:07 UTC 2018 - adam.majer@suse.de
|
|
|
|
- don't unregister providers on upgrade (bnc#1076418)
|
|
- don't register root/virt namespace in %post twice
|
|
- simplify %pre
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 8 09:35:28 UTC 2018 - adam.majer@suse.de
|
|
|
|
- f6b7eeaf.patch: backport memory leak fix
|
|
- memory_leaks.patch: fix asprintf related memory leaks
|
|
(bnc#1002028)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 29 20:22:00 UTC 2014 - Led <ledest@gmail.com>
|
|
|
|
- fix bashisms in provider-register.sh script
|
|
- add patches:
|
|
* libvirt-cim-0.6.3-fix-bashisms.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 15 07:20:04 UTC 2014 - jengelh@inai.de
|
|
|
|
- Enable parallel build and remove ancient specfile tags and sections
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 3 01:48:48 CEST 2014 - ro@suse.de
|
|
|
|
- sanitize release line in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 25 12:54:27 UTC 2014 - kkaempf@suse.com
|
|
|
|
- add README.SUSE
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 17 11:22:40 UTC 2014 - kkaempf@suse.com
|
|
|
|
- re-add COPYING and README to documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 14 08:33:39 MST 2014 - jfehlig@suse.com
|
|
|
|
- Remove unneeded libvirt requirement
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 4 11:15:30 MST 2014 - jfehlig@suse.com
|
|
|
|
- Remove unneeded xen-devel build requirement
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 25 09:23:57 UTC 2013 - kkaempf@suse.com
|
|
|
|
- Update to 0.6.3
|
|
Improvements:
|
|
- Add shareable property to disk (Xu Wang)
|
|
- Update GPL (John Ferlan)
|
|
- Improve support of nested KVM (Xu Wang)
|
|
- make lldptool command and support output configurable (Xu Wang)
|
|
- add an config option to disable KVM acceleration. (Xu Wang)
|
|
- Update spec file with changes coming from Fedora (Daniel Veillard)
|
|
|
|
Bug fixes:
|
|
- Resolve Coverity complaint (John Ferlan)
|
|
- CSI: Address two Coverity isssues (John Ferlan)
|
|
- Fix kvm support check logic (Xu Wang)
|
|
- Coverity: Resolve ARRAY_VS_SINGLETON - get_dev_paths() and callers
|
|
(John Ferlan)
|
|
- Coverity: Resolve USE_AFTER_FREE - lifecycle_thread_native() (John
|
|
Ferlan)
|
|
- Coverity: Resolve UNUSED_VALUE - system_xml() && mem_xml() (John
|
|
Ferlan)
|
|
- Coverity: Resolve UNINIT - vsss_delete_snapshot() (John Ferlan)
|
|
- Coverity: Resolve REVERSE_INULL - lifecycle_thread_native() (John
|
|
Ferlan)
|
|
- Coverity: Resolve REVERSE_INULL - doms_to_xml() (John Ferlan)
|
|
- Coverity: Resolve RESOURCE_LEAK - parse_os() (John Ferlan)
|
|
- Coverity: Resolve NO_EFFECT - _set_fv_prop() (John Ferlan)
|
|
- Coverity: Resolve NO_EFFECT - set_proc_rasd_params() (John Ferlan)
|
|
- Coverity: Resolve DEADCODE - octets_from_ip() (John Ferlan)
|
|
- Coverity: Resolve DEADCODE - get_hypervisor_enabled() (John Ferlan)
|
|
- Coverity: Resolve DEADCODE - do_parse() (John Ferlan)
|
|
- Coverity: Resolve CHECKED_RETURN - return_enum_rasds() (John Ferlan)
|
|
- Coverity: Resolve CHECKED_RETURN - mem_rasd_to_vdev() (John Ferlan)
|
|
- Coverity: Resolve CHECKED_RETURN - get_pools() (John Ferlan)
|
|
- Coverity: Resolve CHECKED_RETURN - get_dev_from_pool (John Ferlan)
|
|
- Coverity: Resolve CHECKED_RETURN - filter_by_pool() (John Ferlan)
|
|
- Coverity: Resolve CHECKED_RETURN - _generic_infostore_open() (John
|
|
Ferlan)
|
|
- Coverity: Resolve BAD_COMPARE - ActivateFilter() (John Ferlan)
|
|
- VSMS: tip error for invalid disk resource (Xu Wang)
|
|
|
|
- Fix license identification
|
|
- Add conditional restarting of the sfcb into %post and %postun,
|
|
after proper registration/deregistration of the provider
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 15 10:30:28 UTC 2013 - kkaempf@suse.com
|
|
|
|
- Update to 0.6.2
|
|
* libxkutil: set domain->dype to unknown by default (Wenchao Xia)
|
|
* register: Adjust the chatter output (John Ferlan)
|
|
* DevicePool: Use the virConnectListAll interfaces (John Ferlan)
|
|
* libxkutil: Use virConnectListAllDomains() to fetch domains (John Ferlan)
|
|
* xmlgen: Only support script on bridge for xen domains (John Ferlan)
|
|
* Remove empty newline at bottom (John Ferlan)
|
|
* libvirt-cim.spec: Use systemctl for tog-pegasus restart (John Ferlan)
|
|
* Makefile.am: Remove the $(top_srcdir) from subst command (John Ferlan)
|
|
* migration: allow ssh based migration with non root's key file (Wenchao Xia)
|
|
* misc_util: better way to read config (Wenchao Xia)
|
|
* VSSD: report success if not all VS fail in enum (Wenchao Xia)
|
|
* CSI: Move native CSI code together (Wenchao Xia)
|
|
* CSI Discard libvirt event by default (Wenchao Xia)
|
|
* device parsing, add debug print (Wenchao Xia)
|
|
* DevicePool, reimplement get_diskpool_config with libvirt (Wenchao Xia)
|
|
* CSI, add lock to protect shared data in lifecycle_thread (Wenchao Xia)
|
|
* CSI, DevicePool, RASDIndication: fix debug print crash (Wenchao Xia)
|
|
* do not deregister virt classes in yum upgrade (Wenchao Xia)
|
|
* SDC: use property BootDevices instead of BootDevice (Wenchao Xia)
|
|
* SDC: Fix spelling for property IsFullVirt (Wenchao Xia)
|
|
* Remove property CreationClassName in some instance (Wenchao Xia)
|
|
* fix id parsing with white space (Wenchao Xia)
|
|
* Fix an incomplete substitution in Makefile (Klaus Kaempf)
|
|
* distinguish running or inactive state (Wenchao Xia)
|
|
* Fix possible memory leaks (Eduardo Lima (Etrunko))
|
|
* Pool Refresh Patch2 (Gareth S. Bestor)
|
|
* CSI: Only execute callback if indications are enabled (Eduardo Lima
|
|
(Etrunko))
|
|
* CSI: Fix log messages (Eduardo Lima (Etrunko))
|
|
* CSI: Cleanup code (Eduardo Lima (Etrunko))
|
|
* Plan9fs (aka 9pfs, VirtFS) support for QEMU/KVM environment (Deepak C
|
|
Shetty)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 11 10:33:10 CET 2013 - ohering@suse.de
|
|
|
|
- remove disabled shell code from specfile to fix rpmlint warning
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 28 18:03:51 UTC 2012 - dvaleev@suse.com
|
|
|
|
- use macro for restart on update
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 29 13:25:56 UTC 2012 - kkaempf@suse.com
|
|
|
|
- adapt to systemd usage in sblim-sfcb
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 7 11:06:30 CEST 2012 - ohering@suse.de
|
|
|
|
- buildrequire xen-devel only on x86
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 10:49:30 UTC 2012 - coolo@suse.com
|
|
|
|
- patch license to follow spdx.org standard
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 9 15:10:37 UTC 2012 - kkaempf@suse.com
|
|
|
|
- Update to 0.6.1
|
|
* ACL: Use linked list helper for filter refs (Eduardo Lima (Etrunko))
|
|
* CSI: Use list helper implementation (Eduardo Lima (Etrunko))
|
|
* libxkutil: Linked list helper (Eduardo Lima (Etrunko))
|
|
* FilterEntry: Accept protocol id string values (Eduardo Lima (Etrunko))
|
|
* FilterEntry: Update action property (Eduardo Lima (Etrunko))
|
|
* FilterList: Add 'Priority' property (Eduardo Lima (Etrunko))
|
|
* FilterEntry: Change 'Priority' property type (Eduardo Lima (Etrunko))
|
|
* Fix AppliedFilterList creation and deletion (Chip Vincent)
|
|
* autoconfiscate.sh: Use proper command for revision count (Eduardo Lima (Etrunko))
|
|
* libxkutil: Fix possible NULL dereferences (Eduardo Lima (Etrunko))
|
|
* Fix possible use of unitialized variables (Eduardo Lima /Etrunko))
|
|
* xml_parse_test: Fix invalid dereference (Eduardo Lima (Etrunko))
|
|
* Fix possible memory leaks (Eduardo Lima (Etrunko))
|
|
* Fix a problem with multi-arch (Daniel Veillard)
|
|
* Remove compilation warnings (Eduardo Lima (Etrunko))
|
|
* VirtualSystemManagementService: Remove dead code (Eduardo Lima (Etrunko))
|
|
|
|
- Update to 0.6.0
|
|
* ComputerSystemIndication: Support libvirt domain events (Eduardo Lima (Etrunko))
|
|
* Network QoS Patch2 (Gareth S. Bestor)
|
|
* cpu cgroup patch 2 (Gareth S. Bestor)
|
|
* Build: Make 'make distcheck' happy (Eduardo Lima (Etrunko))
|
|
* Build: Remove tests subdirs from source (Eduardo Lima (Etrunko)
|
|
|
|
- Update to 0.5.15
|
|
* Fix include path (Eduardo Lima (Etrunko))
|
|
* xmlgen: Avoid double-free (Eduardo Lima (Etrunko))
|
|
* Fix possible use of uninitialized variables (Eduardo Lima (Etrunko))
|
|
* Fix misuse of signed variables (Eduardo Lima (Etrunko))
|
|
* Avoid NULL dereferences in various providers (Eduardo Lima (Etrunko))
|
|
* ACL: Plug leaks (Eduardo Lima (Etrunko))
|
|
* device_parsing: Avoid NULL dereferences (Eduardo Lima (Etrunko))
|
|
* pool_parsing: Avoid NULL dereferences (Eduardo Lima (Etrunko))
|
|
* acl_parsing: Avoid NULL dereference (Eduardo Lima (Etrunko))
|
|
* Avoid connection to libvirt if previous attempt fails (Eduardo Lima (Etrunko))
|
|
* Fix qos bug in primordial Network/0 pool (Gareth S. Bestor)
|
|
* Rename .hgignore -> .gitignore (Chip Vincent)
|
|
* Update autoconfiscate.sh to use git (Chip Vincent)
|
|
* Add network qos (bandwidth) support for KVM guests (Gareth Bestor)
|
|
* /dev/null should not be passed as source dev for cdrom device. (Sharad Mishra)
|
|
* Add support for libvirt CPU cgroup for active KVM guests (Gareth S. Bestor)
|
|
* FilterEntry: Set HdrProtocolID8021 property (Eduardo Lima (Etrunko))
|
|
* FilterEntry: Fix behavior of convert_ip_rule_to_instance (Eduardo Lima (Etrunko))
|
|
* FilterEntry: Support for mask in CIDR notation (Eduardo Lima (Etrunko))
|
|
* FilterEntry: Should be using srcipaddr instead of srcmacaddr (Eduardo Lima (Etrunko))
|
|
* acl_parsing: Share code for icmp and icmp rule types (Eduardo Lima (Etrunko))
|
|
* Pool names with space do not get parsed properly. (Sharad Mishra)
|
|
* VirtualSystemManagementService: Avoid extra connection to libvirt (Eduardo Lima (Etrunko))
|
|
* (#2) Fix the problem that libvirt-cim can't find cdrom device that do not have disk (Wayne Xia)
|
|
* device_parsing: Small code cleanup (Eduardo Lima (Etrunko))
|
|
* device_parsing: Use default values for vnc graphics device (Eduardo Lima (Etrunko))
|
|
* ACL: Add KVM_FilterEntry class (Eduardo Lima (Etrunko))
|
|
* Fix MOF download location - URL permanently changed (Chip Vincent)
|
|
* Redirect stdout & stderr when run as out-of-process provider (Chip Vincent)
|
|
* (#2) Return migration job status in CIM_ConcreteJob.ErrorCode (Sharad Mishra)
|
|
* ACL: Add 'Action' property to KVM_{IPHeaders,Hdr8021}Filter (Eduardo Lima (Etrunko))
|
|
* (#2) Workaround to fix race condition around libvirt init. (Sharad Mishra)
|
|
* VirtualSystemManagementService: Fix yet another possible leak (Eduardo Lima (Etrunko))
|
|
* VirtualSystemManagementService: Fixing potential null dereferences (Eduardo Lima (Etrunko))
|
|
* device_parsing: Fixing potential leaks (Eduardo Lima (Etrunko))
|
|
* Patches for Virt_SettingsDefineCapabilities: incorrect Default Value... (Gareth S. Bestor)
|
|
* (#5) add sdl frame buffer support. (Wayne Xia)
|
|
* (#5) made the graphic structure as union (Wayne Xia)
|
|
* acl_parsing: Fixing potential leaks (Eduardo Lima (Etrunko))
|
|
* Check to see if stream is non-null before closing. (Sharad Mishra)
|
|
* Return object paths for newly created filter associations. (Chip Vincent)
|
|
* New entry "poolid" was not getting DUPed. (Sharad Mishra)
|
|
* Fix connection leak introduced in patch 1119. (Sharad Mishra)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 23 10:07:11 UTC 2011 - coolo@suse.com
|
|
|
|
- add libtool as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 17 11:13:03 UTC 2011 - kkaempf@suse.com
|
|
|
|
- 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 - kkaempf@novell.com
|
|
|
|
- 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 - kkaempf@novell.com
|
|
|
|
- update to 0.5.10
|
|
Fix RHEL5 build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 16 19:04:12 UTC 2010 - kkaempf@novell.com
|
|
|
|
- Fix RH/Fedora build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 3 11:08:52 MST 2010 - jfehlig@novell.com
|
|
|
|
- Fix ElementAllocatedFromPool association
|
|
bnc#584708
|
|
1022-eafp.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 8 15:02:10 MST 2009 - jfehlig@novell.com
|
|
|
|
- Xen version >= 3.3.0 doesn't accept system in the migration URI
|
|
bnc#572034
|
|
1020-xen-mig-uri.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 2 17:12:55 MST 2009 - jfehlig@novell.com
|
|
|
|
- Updated to version 0.5.8, FATE#307241
|
|
- IPv6 support:
|
|
Defining guests with IPv6 VNC addresses
|
|
Representing VNC graphics devices configured with IPv6
|
|
addresses
|
|
- Allow user to specify ACPI, PAE, and APIC support for a given
|
|
guest
|
|
- Many improvements and bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 27 16:44:14 MDT 2009 - jfehlig@novell.com
|
|
|
|
- Updated to version 0.5.7, FATE#307241
|
|
- Image creation support
|
|
- Resource indication provider
|
|
- Many improvements and bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 22 12:41:35 MDT 2009 - jfehlig@novell.com
|
|
|
|
- Fix memory leak and general cleanup of _get_rasds() function
|
|
9xx-get-rasd-cleanup.patch
|
|
bnc#540497
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 20:19:00 UTC 2009 - aj@suse.de
|
|
|
|
- Remove eth-device.patch, it does not apply anymore to changed
|
|
code.
|
|
- Remove commented out and non-existing patch3 from spec file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 01:52:47 UTC 2009 - aj@suse.de
|
|
|
|
- Don't install schema/ElementConformsToProfile.registration twice
|
|
to same path to fix build.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 7 16:35:25 MDT 2009 - jfehlig@novell.com
|
|
|
|
- Updated to version 0.5.6
|
|
- Storage pool support
|
|
- Network pool support
|
|
- Update to CIM schema 2.21
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 9 11:18:50 MST 2008 - jfehlig@novell.com
|
|
|
|
- Add support for clock offset. Required for Windows guests.
|
|
bnc#457706
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 8 11:40:46 MST 2008 - jfehlig@novell.com
|
|
|
|
- Do not default vnclisten
|
|
bnc#456912
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 4 16:40:55 MST 2008 - jfehlig@novell.com
|
|
|
|
- Fix _diskpool_is_member() to return correct pool
|
|
bnc#456587
|
|
- Return job on snapshot create/apply operations
|
|
bnc#456630
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 3 12:35:46 MST 2008 - jfehlig@novell.com
|
|
|
|
- Catch unimplemented sentinel of GetMaxVcpus
|
|
bnc#455803
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 17 12:57:31 MST 2008 - jfehlig@novell.com
|
|
|
|
- Fix malformed domain XML created by libvirt-cim.
|
|
bnc#442853
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 14 12:38:39 MST 2008 - jfehlig@novell.com
|
|
|
|
- Do not default network source if none is provided in device xml
|
|
bnc#443988
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 6 19:25:03 MST 2008 - jfehlig@novell.com
|
|
|
|
- Preserve domain configuration on redefine operations. Related
|
|
to bnc#431758 and bnc#437388
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 5 15:37:37 MST 2008 - jfehlig@novell.com
|
|
|
|
- Do not register ConsoleRedirectionService providers bnc#441029
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 5 15:16:57 MST 2008 - jfehlig@novell.com
|
|
|
|
- Remove netpool-suse.patch bnc#441633
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 28 11:44:51 MDT 2008 - jfehlig@novell.com
|
|
|
|
- bnc#431758
|
|
+ Added upstream patches to fix vcpu count on running domains
|
|
+ 'ethernet' is a valid net device type - eth-device.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 20 14:48:21 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Added upstream patches for additional LXC support - bnc#433881
|
|
- Removed bogus xen-devel BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 10 10:52:40 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Updated to release 0.5.2
|
|
+ LXC support
|
|
+ ServiceAffectsElement
|
|
+ RedirectionService
|
|
+ Integration with SBLIM providers
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 3 15:58:32 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Another snapshot of libvirt-cim head
|
|
+ more LXC support
|
|
+ ServiceAffectsElement association
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 2 18:29:10 MDT 2008 - dpmerrill@novell.com
|
|
|
|
- Added LibvirtVersion to Xen_VirtualSystemManagementService
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 16 18:29:10 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Another snapshot of libvirt-cim head.
|
|
- Do not use libvirt network API at this time
|
|
netpool-suse.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 9 12:10:09 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Another snapshot of libvirt-cim head.
|
|
+ Fix SnapshotService
|
|
+ Package directory /etc/libvirt/cim
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 4 20:21:47 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Another snapshot of libvirt-cim head. Version is 0.5.1 instead
|
|
of incorrect 0.6 pre-release as previously noted.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 28 12:08:20 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Updated to libvirt-cim head, pre-release of 0.6
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 18 11:22:38 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Provides/Obsoletes xen-cim-cmpi bnc#403156
|
|
- Remove ExclusiveArch restriction
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 17 15:47:23 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Change "PreReq: sblim-sfcb" to "Requires: cim-server", allowing
|
|
cimom neutral provider package.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 26 17:21:22 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Updated to official libvirt-cim 0.4 release
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 19 13:21:54 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Change sblim-sfcb from Requires to PreReq. bnc#391837
|
|
- Fix some packaging issues addressed by previous change
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 18 14:30:05 CEST 2008 - aj@suse.de
|
|
|
|
- Add rpmlintrc file for modules.
|
|
- Package some extra files.
|
|
- Own lib directory.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 16 16:16:28 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Remove inclusion of base schema and use cim-schema package instead
|
|
- Add provider schema to /root/interop namespace
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 6 16:24:18 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Fix handling of directories in install_base_schema.sh allowing
|
|
the schema to be properly imported into sfcb.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 1 14:45:44 MDT 2008 - jfehlig@novell.com
|
|
|
|
- Initial creation of package
|
|
|