Revisions of libvirt-cim

Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1153855 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 35)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 34)
- fix build
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 769626 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 33)
Shortcut through -mini
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 569812 from Adam Majer's avatar Adam Majer (adamm) (revision 32)
- use correct service name when restarting sblim-sfcb
- fix builds on RedHat
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 568565 from Adam Majer's avatar Adam Majer (adamm) (revision 31)
- don't unregister providers on upgrade (bnc#1076418)
- don't register root/virt namespace in %post twice
- simplify %pre
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 562821 from Adam Majer's avatar Adam Majer (adamm) (revision 30)
- f6b7eeaf.patch: backport memory leak fix
- memory_leaks.patch: fix asprintf related memory leaks
  (bnc#1002028)
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 263447 from Oleksandr Chumachenko's avatar Oleksandr Chumachenko (Ledest) (revision 29)
fix bashisms in provider-register.sh script
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 256662 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 28)
- Enable parallel build and remove ancient specfile tags and sections
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 247322 from Ruediger Oertel's avatar Ruediger Oertel (oertel) (revision 27)
sanitize release line in specfile
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 26)
- add README.SUSE
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 25)
- re-add COPYING and README to documentation
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 24)
re-add COPYING and README
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 222373 from James Fehlig's avatar James Fehlig (jfehlig) (revision 23)
At most, libvirt-cim should only require libvirt-client.  But no need
to specify the requirement explicitly since libvirt-cim is linked against
libvirt.so.

Please let me know if anything else needs to be done to get this change
into SLE12, e.g. making the change in some IBS project.  Thanks!

- Remove unneeded libvirt requirement
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 220893 from James Fehlig's avatar James Fehlig (jfehlig) (revision 22)
- Remove unneeded xen-devel build requirement
Pawel Wieczorkiewicz's avatar Pawel Wieczorkiewicz (pwieczorkiewicz) committed (revision 21)
- 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
Pawel Wieczorkiewicz's avatar Pawel Wieczorkiewicz (pwieczorkiewicz) committed (revision 20)
- 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
Pawel Wieczorkiewicz's avatar Pawel Wieczorkiewicz (pwieczorkiewicz) committed (revision 19)
- 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
Pawel Wieczorkiewicz's avatar Pawel Wieczorkiewicz (pwieczorkiewicz) committed (revision 18)
- Add conditional restarting of the sfcb into %post and %postun,
  after proper registration/deregistration of the provider
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 17)
Merge with Factory .changes:

- remove disabled shell code from specfile to fix rpmlint warning

- use macro for restart on update 


- buildrequire xen-devel only on x86

- patch license to follow spdx.org standard
- add libtool as buildrequire to avoid implicit dependency
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 16)
- 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)
Displaying revisions 1 - 20 of 35
openSUSE Build Service is sponsored by