Revisions of libvirt

Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 15)
Updated libvirt package for SLE15 SP1 GMC fixing performance
regression bsc#1133229.

- Revert commits 5f1e6a7d and f6c5babb to avoid loading conntrack
  module at libvird start
  revert-7431b3eb.patch, revert-8b967198.patch
  bsc#1133229
Stefan Behlert's avatar Stefan Behlert (sbehlert) committed (revision 14)
A fix for a new libvirt CVE. Hopefully it can be accepted for
SLE15 SP1 RC2 or GMC.

- CVE-2019-3886: disallow virDomainGetHostname and virDomainGetTime
  for read-only connections and users
  CVE-2019-3886-api.patch, CVE-2019-3886-remote.patch
  bsc#1131595
Frederic Crozat's avatar Frederic Crozat (fcrozat) committed (revision 13)
Another bug fix for SLE15 SP1 libvirt package.

- apparmor: reintroduce upstream lxc mount rules
  Drop apparmor-no-mount.patch
  bsc#1130129
Frederic Crozat's avatar Frederic Crozat (fcrozat) committed (revision 12)
- supportconfig: collect rotated logs in /var/log/libvirt/*
  Modified libvirt-supportconfig
  bsc#1124667

- hook: encode incoming XML to UTF-8 before passing to lxml etree
  fromstring method
  Modifed suse-qemu-domain-hook.py
  boo#1123642

- libxl: change autoballooning default to disabled
  suse-libxl-disable-autoballoon.patch
  jsc#SLE-3059

- conf: add new 'xenbus' controller type
  09eb1ae0-conf-add-xenbus-controller.patch
- libxl: support Xen's max_grant_frames setting with maxGrantFrames
  attribute on the xenbus controller
  fb059757-libxl-add-xenbus-controller.patch,
  ec5a1191-libxl-support-max-grant-frames.patch,
  5a64c202-xenconfig-support-max-grant-frames.patch
  bsc#1126325

- Replace patches with upstream variants
  Old:
  0001-apparmor-Check-libvirtd-profile-status-by-name.patch,
  0001-qemu-Fix-query-cpus-fast-target-architecture-detecti.patch
  New:
  411cdaf8-apparmor-check-profile-name.patch,
  696239ba-qemu-fix-query-cpus-fast.patch
Frederic Crozat's avatar Frederic Crozat (fcrozat) committed (revision 11)
Another bug fix for the SLE15SP1 libvirt package.

-  util: skip RDMA detection for non-PCI network devices
   f38ef0fa-no-RDMA-check.patch
   bsc#1112182
Frederic Crozat's avatar Frederic Crozat (fcrozat) committed (revision 10)
Resubmission of libvirt after fixing some small spec file
issues noted by namtrac.

- qemu: s390: show correct CPU status after guest crash
  0001-qemu-Fix-query-cpus-fast-target-architecture-detecti.patch
  bsc#1127841

- apparmor: fix more fallout from changing libvirtd profile to a
  named profile
  4ec3cf9a-apparmor-rules.patch,
  0001-apparmor-Check-libvirtd-profile-status-by-name.patch
  boo#1125841

- Update to libvirt 5.1.0
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    11c8aca9-libxl-set-mem-after-balloon.patch,
    70c2933d-apparmor-named-profiles.patch,
    a3ab6d42-apparmor-conv-libvirtd-named-profile.patch,
    b6440119-qemu-conf-sev.patch,
    a404ac34-qemu-cgroup-sev.patch,
    6fd4c8f8-qemu-domain-sev.patch,
    17f6a257-security-dac-sev.patch,
    a2d3dea9-qemu-caps-dac-override-sev.patch,
    620d9dd5-qemu-no-dac-override-nonroot.patch
  - jsc#SLE-3887, jsc#SLE-4480, jsc#SLE-4577

- spec: disable VirtualBox driver
Stefan Behlert's avatar Stefan Behlert (sbehlert) committed (revision 9)
Bug fix for SLE15 SP1 libvirt package.

- qemu: don't use CAP_DAC_OVERRIDE capability if non-root
  620d9dd5-qemu-no-dac-override-nonroot.patch
  boo#1125665
Stefan Behlert's avatar Stefan Behlert (sbehlert) committed (revision 8)
- qemu: fix issues related to restricted permissions on /dev/sev
  b6440119-qemu-conf-sev.patch, a404ac34-qemu-cgroup-sev.patch,
  6fd4c8f8-qemu-domain-sev.patch, 17f6a257-security-dac-sev.patch,
  a2d3dea9-qemu-caps-dac-override-sev.patch
  bsc#1124842
Stefan Behlert's avatar Stefan Behlert (sbehlert) committed (revision 7)
Updated libvirt package for SLE15 SP1 beta3. Supersedes #182448.

- apparmor: add support for named profiles and convert libvirtd
  profile to a named profile
  70c2933d-apparmor-named-profiles.patch,
  a3ab6d42-apparmor-conv-libvirtd-named-profile.patch
  boo#1118952
- libxl: save current memory value after successful balloon
  11c8aca9-libxl-set-mem-after-balloon.patch
  bsc#1120813

- Noun phrase for %description doc.
- Remove idempotent %if..%endif pair around
  %package bash-completion.
- Reduce hard requirements on bash-c and documentation.

- Enable bash completion in Leap15/SLE15 and newer

- Update to libvirt 5.0.0
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Remove UML hypervisor driver
  - Dropped patches:
    de09ae2f-libxl-support-openvswitch.patch,
    0a1b5653-xenconfig-support-openvswitch.patch
  - FATE#320928, FATE#325817, FATE#326380, FATE#326698

- Requires: ncurses expands to Requires: libncurses5, which
  is not required by any component of this package. Remove it
  along with the BuildRequires: ncurses-devel
Ruediger Oertel's avatar Ruediger Oertel (oertel) committed (revision 6)
Ruediger Oertel's avatar Ruediger Oertel (oertel) committed (revision 5)
Stefan Behlert's avatar Stefan Behlert (sbehlert) committed (revision 4)
Supersedes SR#179031 by replacing libxl openvswitch patches with
upstream variants.

- Update to libvirt 4.10.0
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    14d03b27-libxl-rm-redundant-virObjectEventStateQueue.patch,
    82452a5d-libxl-rm-goto-libxlDomainShutdownThread.patch,
    da4b0fd9-libxl-support-soft-reset.patch,
    libxl-qemu-emulator-caps.patch
  - Added patches:
    de09ae2f-libxl-support-openvswitch.patch,
    0a1b5653-xenconfig-support-openvswitch.patch
  - FATE#320928, FATE#325817, FATE#326380, FATE#326698
Stefan Behlert's avatar Stefan Behlert (sbehlert) committed (revision 3)
Updated libvirt package for SLE15 SP1 alpha3.

- libxl: add support for soft reset
  14d03b27-libxl-rm-redundant-virObjectEventStateQueue.patch,
  82452a5d-libxl-rm-goto-libxlDomainShutdownThread.patch,
  da4b0fd9-libxl-support-soft-reset.patch
  bsc#1081516

- Update to libvirt 4.9.0
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - FATE#326371
Stefan Behlert's avatar Stefan Behlert (sbehlert) committed (revision 2)
Update SLE15 SP1 to the Factory libvirt package. Note there are
rpmlint failures but these will need to be resolved by the release
managers. A fixed polkit-default-privs package has been released for
SLE15 that needs to be included in SLE15 SP1 and used by the rpmlint
package in SLE15 SP1. See bug#1106813 for more details.

- Update SLE15 SP1 with openSUSE Factory package
  FATE#325848, FATE#326368
- FATE and bug references made in the SLE15 package since the last
  Factory update: FATE#325817, bsc#959329, bsc#1074014,
  bsc#1106420, bsc#1108395
- Patches in SLE15 package that are dropped by this update:
  1b0c42ff-libvirtd-depend-machined.patch,
  ac4a12db-libxl-fix-hasManagedSave.patch

- Update to libvirt 4.8.0
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    60b4fd90-libxl-rm-vm-finish-phase.patch,
    e39c66d3-libxl-fix-p2p-migration.patch,
    47da84e0-libxl-fix-job-handling-migsrc.patch,
    0149464a-libxl-fix-job-handling-migdst.patch,
    5ea2abb3-libxl-join-mig-rcv-thread.patch

- Fix RPM groups. Remove idempotent %if..%endif guards.
- Remove redundant %clean section.

- libxl: fix VM migration on busy hosts
  60b4fd90-libxl-rm-vm-finish-phase.patch,
  e39c66d3-libxl-fix-p2p-migration.patch,
  47da84e0-libxl-fix-job-handling-migsrc.patch,
  0149464a-libxl-fix-job-handling-migdst.patch,
  5ea2abb3-libxl-join-mig-rcv-thread.patch
  bsc#1108086
Stefan Behlert's avatar Stefan Behlert (sbehlert) committed (revision 1)
initialize package as branch
Displaying all 15 revisions
openSUSE Build Service is sponsored by