Package Release Info

libvirt-cim-0.6.3-bp155.2.6

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libvirt-cim

Change Logs

* Tue Aug 30 2022 Klaus Kämpf <kkaempf@suse.com>
- fix build
* Mon Feb 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut through the -mini flavors.
* Fri Jan 26 2018 adam.majer@suse.de
- use correct service name when restarting sblim-sfcb
- fix builds on RedHat
* Mon Jan 22 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 08 2018 adam.majer@suse.de
- f6b7eeaf.patch: backport memory leak fix
- memory_leaks.patch: fix asprintf related memory leaks
  (bnc#1002028)
* Sat Nov 29 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 2014 jengelh@inai.de
- Enable parallel build and remove ancient specfile tags and sections
* Tue Sep 02 2014 ro@suse.de
- sanitize release line in specfile
* Tue Feb 25 2014 kkaempf@suse.com
- add README.SUSE
* Mon Feb 17 2014 kkaempf@suse.com
- re-add COPYING and README to documentation
* Fri Feb 14 2014 jfehlig@suse.com
- Remove unneeded libvirt requirement
* Tue Feb 04 2014 jfehlig@suse.com
- Remove unneeded xen-devel build requirement
* Thu Jul 25 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 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 2013 ohering@suse.de
- remove disabled shell code from specfile to fix rpmlint warning
* Fri Dec 28 2012 dvaleev@suse.com
- use macro for restart on update
* Thu Nov 29 2012 kkaempf@suse.com
- adapt to systemd usage in sblim-sfcb
* Tue Aug 07 2012 ohering@suse.de
- buildrequire xen-devel only on x86
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Thu Feb 09 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)