Comment # 9 on bug 1203458 from
(In reply to Dario Faggioli from comment #5)
> (In reply to Daniel Scott from comment #0)
> > The last TW snapshot that works correctly for me is 20220900-0
> > 
> Can we have the output of the following command:
> 
> rpm -qa | grep "libvirt\|virt-manager"
> rpm -q --changelog libvirt
> rpm -q --changelog virt-manager
> 
> Issued in *both* the latest snapshot that works, and the first that does not
> work?
> 
> The '-q --changelog' ones have quite long outputs, so please consider
> redirecting to files (with suitable names) and attaching, instead of pasting.

rpm -q --changelog libvirt
* Thu Sep 01 2022 James Fehlig <jfehlig@suse.com>
- Update to libvirt 8.7.0
  - jsc#PED-620, jsc#PED-1540
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v8-7-0-2022-09-01
  - Dropped patches:
    9493c9b7-lxc-containter-fix-build-with-glibc-2.36.patch,
    c0d9adf2-virfile-Fix-build-with-glibc-2.36.patch

* Wed Aug 24 2022 James Fehlig <jfehlig@suse.com>
- spec: Suppress error messages about nonexistent or unreadable
  files from grep

* Fri Aug 19 2022 James Fehlig <jfehlig@suse.com>
- spec: Place 'Requires:' on compression binaries instead of their
  associated packages
  boo#1202569

* Mon Aug 15 2022 James Fehlig <jfehlig@suse.com>
- Fix build with glibc 2.36
  9493c9b7-lxc-containter-fix-build-with-glibc-2.36.patch,
  c0d9adf2-virfile-Fix-build-with-glibc-2.36.patch
  boo#1202321

* Tue Aug 02 2022 James Fehlig <jfehlig@suse.com>
- Update to libvirt 8.6.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v8-6-0-2022-08-01

* Tue Jul 19 2022 James Fehlig <jfehlig@suse.com>
- spec: Don't redefine libexecdir
  boo#1201565

* Tue Jul 05 2022 James Fehlig <jfehlig@suse.com>
- Update to libvirt 8.5.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v8-5-0-2022-07-01
  - Drop downstream-only lxc patches. They received little interest
    upstream, are difficult to maintain, and are no longer required
    by the requester (SLE):
    0001-Extract-stats-functions-from-the-qemu-driver.patch,
    0002-lxc-implement-connectGetAllDomainStats.patch

* Fri Jun 24 2022 James Fehlig <jfehlig@suse.com>
- spec: Include aarch64 in the list of architectures that 'Require'
  dmidecode
  boo#1196087

* Tue Jun 21 2022 James Fehlig <jfehlig@suse.com>
- spec: Move logrotate config files from /etc/logrotate.d to
  /usr/etc/logrotate.d

* Tue Jun 14 2022 James Fehlig <jfehlig@suse.com>
- spec: Closer alignment with upstream spec file, including
  enabling more unit tests

* Wed Jun 01 2022 James Fehlig <jfehlig@suse.com>
- Update to libvirt 8.4.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v8-4-0-2022-06-01

* Mon May 09 2022 James Fehlig <jfehlig@suse.com>
- Update to libvirt 8.3.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v8-3-0-2022-05-02

* Fri Apr 01 2022 James Fehlig <jfehlig@suse.com>
- Update to libvirt 8.2.0
  - CVE-2022-0897
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v8-2-0-2022-04-01
  - Dropped patches:
    823a62ec-qemu-fix-undefine-crash.patch

* Thu Mar 03 2022 James Fehlig <jfehlig@suse.com>
- qemu: Fix segmentation fault in qemuDomainUndefineFlags
  823a62ec-qemu-fix-undefine-crash.patch

* Tue Mar 01 2022 James Fehlig <jfehlig@suse.com>
- Update to libvirt 8.1.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v8-1-0-2022-03-01
  - Dropped patches:
    3be5ba11-libvirt-guests-install.patch,
    16172741-libvirt-guests-manpage.patch,
    8eb44616-remove-sysconfig-files.patch,
    31e937fb-libxl-save-lock-indicator.patch,
    105dace2-revert-virProcessGetStatInfo.patch,
    e0241f33-libxl-mark-allocated-graphics-ports.patch,
    18ec405a-libxl-release-graphics-ports.patch,
    76deb656-qemu-fix-snapshot-revert.patch,
    454b927d-libxl-fix-dom-restore.patch

* Fri Feb 18 2022 James Fehlig <jfehlig@suse.com>
- libxl: Fix libvirtd crash on domain restore
  454b927d-libxl-fix-dom-restore.patch
  bsc#1196115

* Tue Feb 08 2022 James Fehlig <jfehlig@suse.com>
- qemu: fix inactive snapshot revert
  76deb656-qemu-fix-snapshot-revert.patch
  boo#1195690

* Mon Feb 07 2022 James Fehlig <jfehlig@suse.com>
- libxl: Mark auto-allocated graphics ports to used on reconnect
  e0241f33-libxl-mark-allocated-graphics-ports.patch
- libxl: Release all auto-allocated graphics ports
  18ec405a-libxl-release-graphics-ports.patch
  bsc#1191668

* Wed Jan 26 2022 James Fehlig <jfehlig@suse.com>
- Revert commit 938382b60a since it changes semantics on some
  public APIs
  105dace2-revert-virProcessGetStatInfo.patch

* Tue Jan 25 2022 James Fehlig <jfehlig@suse.com>
- libxl: Add lock process indicator to saved VM state
  31e937fb-libxl-save-lock-indicator.patch
  bsc#1191668

* Tue Jan 18 2022 James Fehlig <jfehlig@suse.com>
- sysconfig files have not been distributed for many months. Add
  upstream patches that improve documentation and moves service
  default settings to the associated systemd service file.
  3be5ba11-libvirt-guests-install.patch,
  16172741-libvirt-guests-manpage.patch,
  8eb44616-remove-sysconfig-files.patch

* Tue Jan 18 2022 James Fehlig <jfehlig@suse.com>
- Update to libvirt 8.0.0
  - CVE-2021-4147
  - bsc#1191511
  - jsc#SLE-11435, jsc#SLE-18354
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v8-0-0-2022-01-14
  - Dropped patches:
    23b51d7b-libxl-disable-death-event.patch,
    a4e6fba0-libxl-rename-threadinfo-struct.patch,
    e4f7589a-libxl-shutdown-thread-name.patch,
    b9a5faea-libxl-handle-death-thread.patch,
    5c5df531-libxl-search-domid-in-thread.patch,
    a7a03324-libxl-protect-logger-access.patch,
    cbae4eaa-libxl-add-domainGetMessages.patch

* Tue Dec 14 2021 James Fehlig <jfehlig@suse.com>
- libxl: Implement domainGetMessages API
  cbae4eaa-libxl-add-domainGetMessages.patch
  bsc##1193623

* Mon Dec 13 2021 James Fehlig <jfehlig@suse.com>
- Don't spawn pkttyagent when stdin is not a tty
  0001-util-Don-t-spawn-pkttyagent-when-stdin-is-not-a-tty.patch
  bsc#1193574

* Thu Dec 02 2021 James Fehlig <jfehlig@suse.com>
- libxl: Fix libvirtd deadlocks and segfaults
  23b51d7b-libxl-disable-death-event.patch,
  a4e6fba0-libxl-rename-threadinfo-struct.patch,
  e4f7589a-libxl-shutdown-thread-name.patch,
  b9a5faea-libxl-handle-death-thread.patch,
  5c5df531-libxl-search-domid-in-thread.patch,
  a7a03324-libxl-protect-logger-access.patch
  bsc#1191668, bsc#1192017

* Thu Dec 02 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.10.0
  - jsc#SLE-18260, jsc#SLE-19264
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v7-10-0-2021-12-01

* Fri Nov 19 2021 James Fehlig <jfehlig@suse.com>
- virt-create-rootfs: Fix repository URLs
  Updated virt-create-rootfs.patch
  boo#1192318

* Wed Nov 17 2021 James Fehlig <jfehlig@suse.com>
- spec: Weaken apparmor-abstractions dependency to Recommends
  bsc#1192119

* Thu Nov 04 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.9.0
  - jsc#SLE-19264
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    3f9c1a4b-fix-host-validate-sev.patch,
    2703b0b5-qemu-dont-report-eof.patch,
    1b9ce05c-lxc-fix-cgroupV1.patch
- Include collection of active VM config files in the
  supportconfig plugin

* Mon Oct 18 2021 James Fehlig <jfehlig@suse.com>
- supportconfig: Use systemctl command 'is-active' instead of
  'is-enabled' when checking if libvirtd is active

* Fri Oct 15 2021 James Fehlig <jfehlig@suse.com>
- Drop 'Requires: libvirt-daemon-driver-lxc' from the main libvirt
  package
  jsc#SLE-22296

* Fri Oct 15 2021 James Fehlig <jfehlig@suse.com>
- qemu: Do not report eof when processing monitor IO
  2703b0b5-qemu-dont-report-eof.patch
  bsc#1190917

* Fri Oct 08 2021 James Fehlig <jfehlig@suse.com>
- lxc: controller: Fix container launch on cgroup v1
  1b9ce05c-lxc-fix-cgroupV1.patch
  boo#1183247

* Thu Oct 07 2021 James Fehlig <jfehlig@suse.com>
- tools: Fix virt-host-validate SEV detection
  3f9c1a4b-fix-host-validate-sev.patch
  boo#1188715

* Fri Oct 01 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.8.0
  - jsc#SLE-18260
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    b75a16ae-libxl-improve-die-id.patch,
    65fab900-libxl-fix-driver-reload.patch,
    51eb680b-libxl-dont-autostart-on-reload.patch

* Thu Sep 23 2021 James Fehlig <jfehlig@suse.com>
- spec: Fix hangs during package update
  bsc#1177902, bsc#1190693
- spec: Don't add --timeout arg to /etc/sysconfig/libvirtd when
  running in traditional mode without socket activation
  bsc#1190695

* Tue Sep 14 2021 James Fehlig <jfehlig@suse.com>
- libxl: Improve reporting of die_id in capabilities
  b75a16ae-libxl-improve-die-id.patch
  boo#1190493
- libxl: Fix driver reload
  65fab900-libxl-fix-driver-reload.patch,
  51eb680b-libxl-dont-autostart-on-reload.patch
  bsc#1190420

* Wed Sep 01 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.7.0
  - jsc#SLE-18446
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html

* Wed Aug 11 2021 James Fehlig <jfehlig@suse.com>
- supportconfig: When checking for installed hypervisor drivers,
  use the libvirtr-daemon-driver-<hypervisor> package instead of
  libvirt-daemon-<hypervisor>. The latter are not required packages
  for a functioning hypervisor driver.

* Mon Aug 02 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.6.0
  - storage_driver: Unlock object on ACL fail in storagePoolLookupByTargetPath
    CVE-2021-3667
    bsc#1188843
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    de1e0ae0-lockd-no-error-if-lockspace.patch,
    f58349c9-qemu-storage-migration.patch

* Tue Jul 27 2021 James Fehlig <jfehlig@suse.com>
- spec: Re-exec'ing virt{lock,log}d in posttrans was mistakenly
  dropped in a previous change. Add it back.

* Thu Jul 22 2021 James Fehlig <jfehlig@suse.com>
- libxl: ovmf now provides only one firmware for Xen. The firmware
  is named ovmf-x86_64-xen-4m.bin in the SUSE ovmf package. Adjust
  the upstream default firmware path to match the SUSE name.
- packaging: To improve maintainability, rename suse-ovmf-paths.patch
  to suse-qemu-ovmf-paths.patch and suse-xen-ovmf-loaders.patch to
  suse-xen-ovmf-paths.patch

* Fri Jul 16 2021 James Fehlig <jfehlig@suse.com>
- spec: Don't forcibly remove '--listen' arg from
  /etc/sysconfig/libvirtd. Add '--timeout 120' if '--listen' is
  not specified.
  bsc#1188232
- spec: Remove the sysconfig fillup files for the various daemons
  - Dropped patches:
    suse-libvirtd-sysconfig-settings.patch,
    suse-virtlockd-sysconfig-settings.patch,
    suse-virtlogd-sysconfig-settings.patch

* Fri Jul 16 2021 James Fehlig <jfehlig@suse.com>
- spec: Add bash-completion dependency to libvirt-daemon and
  libvirt-client. It was mistakenly dropped when
  libvirt-bash-completion was merged into the daemon and client
  subpackages

* Fri Jul 16 2021 James Fehlig <jfehlig@suse.com>
- qemu: Use correct flag constant for enabling storage migration
  f58349c9-qemu-storage-migration.patch
  bsc#1188171

* Wed Jul 07 2021 James Fehlig <jfehlig@suse.com>
- virtlockd: Don't report error if lockspace exists
  de1e0ae0-lockd-no-error-if-lockspace.patch
  bsc#1184253

* Thu Jul 01 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.5.0
  - security: Fix insecure sVirt label generation - CVE-2021-3631
    bsc#1187871
  - apparmor: Permit new capabilities required by libvirtd
    boo#1186888
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    suse-apparmor-libnl-paths.patch
- supportconfig plugin improvements

* Mon Jun 21 2021 Mel Gorman <mgorman@suse.de>
- Suggest numad package instead of requiring it. numad is not
  required for libvirt daemon to run, it does not support the
  cgroup2 API and it has been superseded by the kernel NUMA
  balancer which is enabled by default.
  bsc#1184722

* Tue Jun 01 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.4.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    ee890f25-libxl-mock-funcs.patch

* Mon May 03 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.3.0
  - libvirt-admin package merged with libvirt-daemon
  - libvirt-bash-completion package merged with libvirt-client and
    libvirt-daemon packages
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    suse-bump-xen-version.patch
  - Added patches:
    ee890f25-libxl-mock-funcs.patch

* Thu Apr 01 2021 James Fehlig <jfehlig@suse.com>
- spec: Remove use of %fdupes since it was only acting on files
  that should be excluded
  bsc#1184293
- Remove bogus comment from /etc/sysconfig/libvirtd
  bsc#1184253

* Thu Apr 01 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.2.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    ee3dc2c2-libxl-default-pcistub-name.patch,
    6b8e9613-avoid-use-after-free.patch,
    eab7ae6b-fix-array-access.patch,
    c363f03e-virnetdaemon-intro-virNetDaemonQuitExecRestart.patch,
    ccc6dd8f-fix-exec-restart.patch

* Thu Mar 18 2021 James Fehlig <jfehlig@suse.com>
- spec: Fix exec-restart of virtlockd and virtlogd on package upgrade
  bsc#1183411

* Wed Mar 17 2021 James Fehlig <jfehlig@suse.com>
- spec: Move netcat-openbsd requirement from the libs to the daemon
  subpackage. It is only needed by the daemon and introduces an
  unneeded dependency for users of libvirt-libs.

* Fri Mar 12 2021 James Fehlig <jfehlig@suse.com>
- virtlockd, virtlogd: Fix exec-restart
  6b8e9613-avoid-use-after-free.patch,
  eab7ae6b-fix-array-access.patch,
  c363f03e-virnetdaemon-intro-virNetDaemonQuitExecRestart.patch,
  ccc6dd8f-fix-exec-restart.patch
  bsc#1183411

* Wed Mar 10 2021 James Fehlig <jfehlig@suse.com>
- Replace libxl-default-pcistub-name.patch with upstream variant
  ee3dc2c2-libxl-default-pcistub-name.patch

* Mon Mar 01 2021 James Fehlig <jfehlig@suse.com>
- libxl: Fix node device detach when driver unspecified
  libxl-default-pcistub-name.patch
  boo#1182885
- spec: Bump minimum glib version to 2.56

* Mon Mar 01 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.1.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - bsc#1182367, bsc#1182515
  - Dropped patches:
    32c5e432-revert-f035f53b.patch,
    e3d60f76-fix-socket-file-gen.patch,
    7cf60006-qemu-swtpm-aarch64.patch,
    afb823fc-qemu-validate-swtpm.patch,
    8a4b8996-conf-move-virDomainCheckVirtioOptions.patch,
    c05f0066-conf-drop-empty-virDomainNetDefPostParse.patch,
    19d4e467-conf-improve-virDomainVirtioOptionsCheckABIStability.patch,
    bd112c9e-qemu-virtio-options-vsock.patch

* Sat Feb 20 2021 James Fehlig <jfehlig@suse.com>
- Remove old initscript patching of libvirt-guests.sh
  Modified suse-libvirt-guests-service.patch
  boo#1182494

* Wed Feb 17 2021 James Fehlig <jfehlig@suse.com>
- qemu: Add virtio related options to vsock
  8a4b8996-conf-move-virDomainCheckVirtioOptions.patch,
  c05f0066-conf-drop-empty-virDomainNetDefPostParse.patch,
  19d4e467-conf-improve-virDomainVirtioOptionsCheckABIStability.patch,
  bd112c9e-qemu-virtio-options-vsock.patch
  bsc#1182365

* Thu Feb 11 2021 James Fehlig <jfehlig@suse.com>
- qemu: Fix swtpm device with aarch64
  7cf60006-qemu-swtpm-aarch64.patch,
  afb823fc-qemu-validate-swtpm.patch
  bsc#1181893

* Tue Feb 09 2021 James Fehlig <jfehlig@suse.com>
- build: Fix generation of virtproxyd socket files
  e3d60f76-fix-socket-file-gen.patch
  boo#1181838

* Fri Jan 29 2021 James Fehlig <jfehlig@suse.com>
- Revert "Add libvirtd dependency to virt-guest-shutdown.target"
  32c5e432-revert-f035f53b.patch
  bsc#1177902

* Fri Jan 29 2021 James Fehlig <jfehlig@suse.com>
- spec: Enable the libvirt firewalld zone in SLE >= 15 SP3
  jsc#SLE-17336

* Tue Jan 19 2021 James Fehlig <jfehlig@suse.com>
- Update to libvirt 7.0.0
  - jsc#SLE-15860
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    0d05d51b-apparmor-lxc-fix.patch,
    cf4e7e62-lxc-def-secmodel.patch,
    0ddebdb4-qemu-snapshot-deletion.patch

* Mon Jan 04 2021 olaf@aepfle.de
- Update libxl-set-migration-constraints.patch
  Remove code which handled --max_factor. The total amount of
  transferred data is no indicator to trigger the final stop+copy.
  This should have been removed during upgrade to Xen 4.7.
  Reduce default value of --max_iters from 5 to 2.
  The workload within domU will continue to produce dirty pages.
  It is unreasonable to expect any slowdown during migration.
  Now there is one initial copy of all memory, one instead of four
  iteration for dirty memory, and a final copy iteration prior move.

* Thu Dec 17 2020 James Fehlig <jfehlig@suse.com>
- qemu: Fix logic bug in inactive snapshot deletion
  0ddebdb4-qemu-snapshot-deletion.patch
  boo#1180049

* Wed Dec 09 2020 James Fehlig <jfehlig@suse.com>
- spec: Enable mdevctl support in the nodedev driver for SLE15 SP3
  jsc#SLE-15861, bsc#1179770

* Mon Dec 07 2020 James Fehlig <jfehlig@suse.com>
- apparmor: Allow lxc processes to receive signals from libvirt
  lxc: Set default security model in XML parser config
  0d05d51b-apparmor-lxc-fix.patch, cf4e7e62-lxc-def-secmodel.patch
  bsc#1179735

* Tue Dec 01 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.10.0
  - jsc#SLE-13688
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    f035f53b-virt-guest-shutdown.patch

* Fri Nov 13 2020 James Fehlig <jfehlig@suse.com>
- spec: Remove creation of libvirt group and add Requires to the
  libvirt group created with GID 108 by the system-group-libvirt
  package.
  jsc#SLE-11629

* Wed Nov 11 2020 James Fehlig <jfehlig@suse.com>
- spec: Add 'Requires: bash-completion' to the
  libvirt-bash-completion subpackage
  bsc#1178498

* Mon Nov 09 2020 James Fehlig <jfehlig@suse.com>
- Add libvirtd dependency to virt-guest-shutdown.target
  f035f53b-virt-guest-shutdown.patch
  boo#1175914, bsc#1177902

* Tue Nov 03 2020 Franck Bui <fbui@suse.com>
- Replace  '%service_del_postun -n' with '%service_del_postun_without_restart'
  '-n' is deprecated and will be removed in the future.

* Mon Nov 02 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.9.0
  - jsc#SLE-13688, jsc#SLE-16754
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html

* Mon Nov 02 2020 ohering@suse.de
- bsc#1177950 - adjust help for --max_iters, default is 5
  libxl-set-migration-constraints.patch

* Wed Oct 28 2020 Franck Bui <fbui@suse.com>
- Drop use of $DISABLE_RESTART_ON_UPDATE in %postrans
  Testing "$DISABLE_RESTART_ON_UPDATE != yes" had no effect since its
  value is supposed to be read from /etc/sysconfig/services.

* Wed Oct 14 2020 James Fehlig <jfehlig@suse.com>
- Fix 'make check' with all downstream patches applied. Some
  patches touch config files and needed the corresponding augeaus
  test files updated.
  Updated patches:
  suse-libvirtd-disable-tls.patch,
  suse-qemu-conf.patch,
  suse-ovmf-paths.patch,
  suse-libxl-disable-autoballoon.patch
  boo#1175574

* Thu Oct 01 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.8.0
  - jsc#SLE-12684, jsc#SLE-15861
  - bsc#1174955 (CVE-2020-15708)
  - bsc#1177155 (CVE-2020-25637)
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    2ad009ea-qemu-check-modules-dir.patch,
    8abd1ffe-qemu-tolerate-non-existent-files.patch,
    4a72b76b-qemu-namespace-memleak-fix.patch

* Thu Sep 10 2020 James Fehlig <jfehlig@suse.com>
- spec: Increase test timeout to account for slower test execution
  on some architectures

* Thu Sep 10 2020 James Fehlig <jfehlig@suse.com>
- qemu: Tolerate non-existing files such as /dev/kvm when
  populating domain private namespace
  8abd1ffe-qemu-tolerate-non-existent-files.patch,
  4a72b76b-qemu-namespace-memleak-fix.patch
  boo#1176380

* Wed Sep 02 2020 James Fehlig <jfehlig@suse.com>
- spec: Enable the same hypervisor drivers for openSUSE and SLE
  jsc#SLE-11772
- spec: Enable the same storage drivers for openSUSE and SLE
  jsc#SLE-11877

* Tue Sep 01 2020 James Fehlig <jfehlig@suse.com>
- qemu: Reprobe capabilities if the qemu modules directory changes
  2ad009ea-qemu-check-modules-dir.patch
  boo#1175320

* Tue Sep 01 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.7.0
  - jsc#SLE-14253, jsc#SLE-15159
  - CVE-2020-14339
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    2edd63a0-fix-virFileSetCOW-logic.patch,
    82bb167f-dont-cache-devmapper-major.patch,
    feb8564a-handle-no-devmapper.patch,
    53d9af1e-ignore-devmapper-open-errors.patch,
    support-managed-pci-xen-driver.patch,
    disable-multipath-pr-tests.patch

* Wed Aug 19 2020 James Fehlig <jfehlig@suse.com>
- virdevmapper: Handle kernel without device-mapper support
  82bb167f-dont-cache-devmapper-major.patch,
  feb8564a-handle-no-devmapper.patch,
  53d9af1e-ignore-devmapper-open-errors.patch
  boo#1175465

* Tue Aug 18 2020 James Fehlig <jfehlig@suse.com>
- util: Fix logic in virFileSetCOW
  2edd63a0-fix-virFileSetCOW-logic.patch
  boo#1175463

* Tue Aug 04 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.6.0
  - CVE-2020-14339
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html

* Mon Jul 06 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.5.0
  - The node device driver now supports creating mediated devices
    using the mdevctl utility
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    ec07aad8-libxl-normalize-mac-addr.patch

* Wed Jun 03 2020 James Fehlig <jfehlig@suse.com>
- libxl: Normalize MAC address in device conf on netdev hotplug
  ec07aad8-libxl-normalize-mac-addr.patch
  bsc#1172052

* Tue Jun 02 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.4.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    d677de9d-libxl-fix-driver-name-check.patch,
    d218a9c2-libxl-xen-driver-tables.patch,
    836ea91d-libxl-xenlight-internal.patch,
    57687260-xen-doc-improvements.patch

* Wed May 06 2020 James Fehlig <jfehlig@suse.com>
- Xen: Fix connection when host uses modular daemons
  d677de9d-libxl-fix-driver-name-check.patch,
  d218a9c2-libxl-xen-driver-tables.patch,
  836ea91d-libxl-xenlight-internal.patch,
  57687260-xen-doc-improvements.patch
  boo#1171113

* Wed May 06 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.3.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    88011ed2-libxl-driver-crash-fix.patch,
    8e669b38-conf-add-event-channels.patch,
    a93f55c5-libxl-add-event-channels.patch,
    967f4eeb-xenconfig-event-channels.patch,
    93b15ba0-qemu-fix-hang-in-p2p-xbzrle-compression-parallel-mig.patch,
    b7d6648d-conf-add-e820-host.patch,
    5749395b-libxl-e820-host.patch,
    f3ef7daf-xenconfig-e820-host.patch,
    34077c1b-tests-check-e820-host.patch,
    fadbaa23-conf-add-passthrough.patch,
    9529e007-libxl-passthrough.patch,
    9cb8bc6f-xenconfig-refactor-features.patch,
    b523e225-xenconfig-passthrough.patch,
    bed32525-tests-check-passthrough.patch

* Tue Apr 21 2020 James Fehlig <jfehlig@suse.com>
- libxl: Add support for 'passthrough' and 'e820_host' settings
  b7d6648d-conf-add-e820-host.patch,
  5749395b-libxl-e820-host.patch,
  f3ef7daf-xenconfig-e820-host.patch,
  34077c1b-tests-check-e820-host.patch,
  fadbaa23-conf-add-passthrough.patch,
  9529e007-libxl-passthrough.patch,
  9cb8bc6f-xenconfig-refactor-features.patch,
  b523e225-xenconfig-passthrough.patch,
  bed32525-tests-check-passthrough.patch
  bsc#1167217

* Fri Apr 17 2020 Lin Ma <lma@suse.com>
- qemu: fix hang in p2p + xbzrle compression + parallel migration
  93b15ba0-qemu-fix-hang-in-p2p-xbzrle-compression-parallel-mig.patch
  bsc#1161159

* Thu Apr 09 2020 James Fehlig <jfehlig@suse.com>
- libxl: Add support for max event channels with maxEventChannel
  attribute on the xenbus controller
  8e669b38-conf-add-event-channels.patch,
  a93f55c5-libxl-add-event-channels.patch,
  967f4eeb-xenconfig-event-channels.patch
  bsc#1168767

* Mon Apr 06 2020 James Fehlig <jfehlig@suse.com>
- libxl: fix crash when initializing driver
  88011ed2-libxl-driver-crash-fix.patch

* Fri Apr 03 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.2.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - CVE-2020-10701
    bsc#1168680
  - Dropped patches:
    a30078cb-qemu-create-mp-target.patch,
    aeb909bf-qemu-multipath-fix.patch
  - Added patch:
    disable-multipath-pr-tests.patch

* Thu Mar 19 2020 James Fehlig <jfehlig@suse.com>
- libxl: Bump minimum supported Xen version to 4.9, allowing use
  of newer libxl APIs for retrieving memory statistics
  suse-bump-xen-version.patch
  bsc#1157490, bsc#1167007

* Tue Mar 17 2020 James Fehlig <jfehlig@suse.com>
- qemu: Create multipath targets for PRs
  a30078cb-qemu-create-mp-target.patch,
  aeb909bf-qemu-multipath-fix.patch
  bsc#1161883

* Mon Mar 16 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Xen is not built for armv7 anymore, so do not use it for armv7

* Thu Mar 05 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.1.0
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    6c1dddaf-libxl-shutdown-inhibit.patch,
    849052ec-libxl-support-credit2.patch,
    72ed254b-drop-exec-perms-bashcompletion.patch,
    e092daac-prohib-parallel-tunneled-mig.patch,
    ae9e6c2a-qemu-allow-cond-format-probe.patch

* Tue Mar 03 2020 James Fehlig <jfehlig@suse.com>
- qemu: Allow format probing under special circumstances
  ae9e6c2a-qemu-allow-cond-format-probe.patch
  bsc#1165588

* Wed Feb 05 2020 James Fehlig <jfehlig@suse.com>
- xen: Fix the list of supported ovmf firmwares
  suse-xen-ovmf-loaders.patch
  bsc#1159793

* Mon Feb 03 2020 James Fehlig <jfehlig@suse.com>
- lib: Prohibit parallel connections with tunneled migration
  e092daac-prohib-parallel-tunneled-mig.patch
  jsc#SLE-6998

* Mon Feb 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig((lib)?udev) instead of (lib)?udev: allow
  OBS to shortcut through -mini flavors.

* Thu Jan 30 2020 James Fehlig <jfehlig@suse.com>
- spec: Fix several rpmlint warnings
  72ed254b-drop-exec-perms-bashcompletion.patch

* Thu Jan 30 2020 James Fehlig <jfehlig@suse.com>
- xen: Support setting credit2 scheduler parameters
  849052ec-libxl-support-credit2.patch
  bsc#1162160

* Wed Jan 29 2020 James Fehlig <jfehlig@suse.com>
- xen: Inhibit libvirtd shutdown when domains are running
  6c1dddaf-libxl-shutdown-inhibit.patch
  bsc#1157100

* Wed Jan 15 2020 James Fehlig <jfehlig@suse.com>
- Update to libvirt 6.0.0
  - jsc#SLE-6997, jsc#SLE-6998
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    0a65cba4-news-fix.patch 07aaced4-Add-TAA-No.patch,
    f411b7ef6-Add-TSX-CTRL.patch, 50d7465f-qemu-firmware1.patch,
    57f9067c-qemu-firmware2.patch, 7c5264d2-qemu-firmware3.patch,
    8e1804f9-qemu-firmware4.patch, 8fcee478-qemu-firmware5.patch

* Thu Jan 09 2020 James Fehlig <jfehlig@suse.com>
- qemu: Fix firmware auto detection
  50d7465f-qemu-firmware1.patch, 57f9067c-qemu-firmware2.patch,
  7c5264d2-qemu-firmware3.patch, 8e1804f9-qemu-firmware4.patch,
  8fcee478-qemu-firmware5.patch
  boo#1157378, bsc#1159796

* Thu Dec 19 2019 James Fehlig <jfehlig@suse.com>
- CVE-2019-11135: Add TSX_CTRL and TAA_NO bits for
  IA32_ARCH_CAPABILITIES MSR
  07aaced4-Add-TAA-No.patch, f411b7ef6-Add-TSX-CTRL.patch
  bsc#1152505

* Tue Dec 10 2019 C������dric Bosdonnat <cbosdonnat@suse.com>
- virt-create-rootfs: add SLE 15 and SLE 12 service packs support
  bsc#1154093

* Mon Dec 02 2019 James Fehlig <jfehlig@suse.com>
- Update to libvirt 5.10.0
  - bsc#1157149
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    2552752f-libxl-fix-lock-manager-lock-ordering.patch
  - Added patches:
    0a65cba4-news-fix.patch

* Wed Nov 27 2019 James Fehlig <jfehlig@suse.com>
- spec: Enable 'libvirt' firewalld zone for firewalld >= 0.7.0
  boo#1157766

* Thu Nov 14 2019 James Fehlig <jfehlig@suse.com>
- libxl: Fix lock manager lock ordering
  2552752f-libxl-fix-lock-manager-lock-ordering.patch
  bsc#1145774

* Tue Nov 12 2019 James Fehlig <jfehlig@suse.com>
- spec: Forcibly remove '--listen' option from LIBVIRTD_ARGS in
  /etc/sysconfig/libvirtd since it is incompatible with socket
  activation. Also add '--timeout' option for consistency with
  upstream.
  boo#1156161

* Mon Nov 11 2019 James Fehlig <jfehlig@suse.com>
- Enable automatic firmware seletction and add the new smm
  flavor to the build-time firmware list
  jsc#SLE-6997

* Wed Nov 06 2019 James Fehlig <jfehlig@suse.com>
- Update to libvirt 5.9.0
  - jsc#SLE-7440
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html

* Tue Oct 08 2019 James Fehlig <jfehlig@suse.com>
- Update to libvirt 5.8.0
  - bsc#1149100
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html

* Thu Sep 05 2019 James Fehlig <jfehlig@suse.com>
- Add apparmor-abstractions as a required package for daemon
  bsc#1142992

* Wed Sep 04 2019 James Fehlig <jfehlig@suse.com>
- Update to libvirt 5.7.0
  - Experimental split of libvirtd into separate daemons
  - bsc#1145440, bsc#1145586
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html
  - Dropped patches:
    93c1d5fe-network-fix-ability-to-use-openvswitch-with-vlans.patch,
    blockcopy-check-dst-identical-device.patch,
    suse-libvirtd-service-xen.patch

* Thu Aug 15 2019 Martin Wilck <mwilck@suse.com>
- network: fix ability to use openvswitch with vlans (bsc#1145651)
  - Added patch:
    93c1d5fe-network-fix-ability-to-use-openvswitch-with-vlans.patch

* Mon Aug 05 2019 James Fehlig <jfehlig@suse.com>
- Update to libvirt 5.6.0
  - Enable proper use of systemd socket    activation with libvirtd
  - bsc#1133719
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    xen-pv-cdrom.patch, xen-sxpr-disk-type.patch
- qemu: fix default value of security_default_confined
  Updated suse-qemu-conf.patch
  bsc#1143871

* Tue Jul 02 2019 James Fehlig <jfehlig@suse.com>
- Update to libvirt 5.5.0
  - CVE-2019-10161, CVE-2019-10166, CVE-2019-10167, CVE-2019-10168
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    aed6a032-CVE-2019-10161.patch,
    db0b7845-CVE-2019-10166.patch,
    8afa68ba-CVE-2019-10167.patch,
    bf6c2830-CVE-2019-10168.patch

* Thu Jun 20 2019 Jim Fehlig <jfehlig@suse.com>
- api: disallow virConnect*HypervisorCPU,
  virConnectGetDomainCapabilities, virDomainManagedSaveDefineXML,
  and virDomainSaveImageGetXMLDesc on read-only connections
  aed6a032-CVE-2019-10161.patch, db0b7845-CVE-2019-10166.patch,
  8afa68ba-CVE-2019-10167.patch, bf6c2830-CVE-2019-10168.patch
  CVE-2019-10161, CVE-2019-10166, CVE-2019-10167, CVE-2019-10168
  bsc#1138301, bsc#1138302, bsc#1138303, bsc#1138305

* Wed Jun 12 2019 Dominique Leuenberger <dimstar@opensuse.org>
- Drop systemd BuildRequires: there is already pkgconfig(systemd)
  present, which is the same package.

* Mon Jun 03 2019 Jim Fehlig <jfehlig@suse.com>
- Update to libvirt 5.4.0
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    5cd9db3a-cputest-add-data-E3-1225-v5.patch,
    538d8735-cpu_map-Define-md-clear-CPUID-bit.patch,
    96f41cd7-admin-reject-clients.patch,
    f111e094-locking-restrict-sockets-to-mode-0600.patch,
    e37bd65f-logging-restrict-sockets-to-mode-0600.patch,
    76b420d0-build-libqemutestdriver-lto-fix.patch

* Thu May 30 2019 James Fehlig <jfehlig@suse.com>
- build: fix linking libqemutestdriver with LTO enabled
  76b420d0-build-libqemutestdriver-lto-fix.patch
  boo#1133253

* Thu May 30 2019 Martin Li������ka <mliska@suse.cz>
- Use %make_build in order to provide verbose output.

* Thu May 23 2019 Jim Fehlig <jfehlig@suse.com>
- spec: add systemd-container dependency to qemu and lxc drivers
  bsc#1136109

* Tue May 21 2019 James Fehlig <jfehlig@suse.com>
- admin: reject clients unless their UID matches the server UID
  CVE-2019-10132
  96f41cd7-admin-reject-clients.patch,
  f111e094-locking-restrict-sockets-to-mode-0600.patch,
  e37bd65f-logging-restrict-sockets-to-mode-0600.patch
  bsc#1134348

* Mon May 20 2019 James Fehlig <jfehlig@suse.com>
- cpu_map: add cpu feature md-clear. CVE-2018-12126,
  CVE-2018-12127, CVE-2018-12130, CVE-2019-11091
  5cd9db3a-cputest-add-data-E3-1225-v5.patch,
  538d8735-cpu_map-Define-md-clear-CPUID-bit.patch
  bsc#1111331, bsc#1135273

* Wed May 08 2019 James Fehlig <jfehlig@suse.com>
- Update to libvirt 5.3.0
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    ff376c62-tests-fix-mocking-stat-lstat.patch,
    ebe9c6ea-qemu-firmware-dirent.patch,
    2a07c990-api-CVE-2019-3886.patch,
    ae076bb4-remote-CVE-2019-3886.patch,
    f66f70ac-snapshot-fix-use-after-free.patch,
    89237d53-conf-expose-virDomainSCSIDriveAddressIsUsed.patch,
    ee2c5ef3-test-scsi-disk.patch,
    ddc72f99-qemu-check-dup-drive-address.patch,
    22dc3e94-revert-f1d65853.patch

* Thu Apr 25 2019 Jim Fehlig <jfehlig@suse.com>
- Fix build with LTO enabled
  Adjusted support-managed-pci-xen-driver.patch
  boo#1133253

* Fri Apr 19 2019 James Fehlig <jfehlig@suse.com>
- qemu: fix CDROM media change when using virDomainAttachDevice
  89237d53-conf-expose-virDomainSCSIDriveAddressIsUsed.patch,
  ee2c5ef3-test-scsi-disk.patch,
  ddc72f99-qemu-check-dup-drive-address.patch,
  22dc3e94-revert-f1d65853.patch
  boo#1132127

* Thu Apr 11 2019 James Fehlig <jfehlig@suse.com>
- Fix and re-enable snapshot tests
  f66f70ac-snapshot-fix-use-after-free.patch

* Fri Apr 05 2019 James Fehlig <jfehlig@suse.com>
- CVE-2019-3886: disallow virDomainGetHostname and virDomainGetTime
  for read-only connections and users
  2a07c990-api-CVE-2019-3886.patch,
  ae076bb4-remote-CVE-2019-3886.patch
  bsc#1131595
- spec: BuildRequires rpcgen since ae076bb4-remote-CVE-2019-3886.patch
  touches remote_protocol.x

* Wed Apr 03 2019 Jim Fehlig <jfehlig@suse.com>
- Update to libvirt 5.2.0
  - Many incremental improvements and bug fixes, see
    http://libvirt.org/news.html
  - Dropped patches:
    4ec3cf9a-apparmor-rules.patch,
    f38ef0fa-no-RDMA-check.patch,
    411cdaf8-apparmor-check-profile-name.patch,
    696239ba-qemu-fix-query-cpus-fast.patch,
    09eb1ae0-conf-add-xenbus-controller.patch,
    fb059757-libxl-add-xenbus-controller.patch,
    ec5a1191-libxl-support-max-grant-frames.patch,
    5a64c202-xenconfig-support-max-grant-frames.patch
  - Added patches:
    ff376c62-tests-fix-mocking-stat-lstat.patch,
    ebe9c6ea-qemu-firmware-dirent.patch

* Thu Mar 21 2019 James Fehlig <jfehlig@suse.com>
- apparmor: reintroduce upstream lxc mount rules
  Drop apparmor-no-mount.patch
  bsc#1130129

* Fri Mar 15 2019 James Fehlig <jfehlig@suse.com>
- supportconfig: collect rotated logs in /var/log/libvirt/*
  Modified libvirt-supportconfig
  bsc#1124667

* Wed Mar 13 2019 James Fehlig <jfehlig@suse.com>
- hook: encode incoming XML to UTF-8 before passing to lxml etree
  fromstring method
  Modifed suse-qemu-domain-hook.py
  boo#1123642

* Wed Mar 13 2019 James Fehlig <jfehlig@suse.com>
- libxl: change autoballooning default to disabled
  suse-libxl-disable-autoballoon.patch
  jsc#SLE-3059

* Wed Mar 13 2019 James Fehlig <jfehlig@suse.com>
- 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

* Wed Mar 13 2019 James Fehlig <jfehlig@suse.com>
- 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

* Mon Mar 11 2019 James Fehlig <jfehlig@suse.com>
-  util: skip RDMA detection for non-PCI network devices
  f38ef0fa-no-RDMA-check.patch
  bsc#1112182

* Wed Mar 06 2019 James Fehlig <jfehlig@suse.com>
- qemu: s390: show correct CPU status after guest crash
  0001-qemu-Fix-query-cpus-fast-target-architecture-detecti.patch
  bsc#1127841

* Wed Mar 06 2019 James Fehlig <jfehlig@suse.com>
- 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

* Mon Mar 04 2019 James Fehlig <jfehlig@suse.com>
- 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

* Wed Feb 27 2019 jfehlig@suse.com
- spec: disable VirtualBox driver

* Tue Feb 19 2019 James Fehlig <jfehlig@suse.com>
- qemu: don't use CAP_DAC_OVERRIDE capability if non-root
  620d9dd5-qemu-no-dac-override-nonroot.patch
  boo#1125665

* Fri Feb 08 2019 James Fehlig <jfehlig@suse.com>
- 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

* Wed Jan 23 2019 James Fehlig <jfehlig@suse.com>
- 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

* Wed Jan 23 2019 Jan Engelhardt <jengelh@inai.de>
- Noun phrase for %description doc.
- Remove idempotent %if..%endif pair around
  %package bash-completion.
- Reduce hard requirements on bash-c and documentation.

* Thu Jan 17 2019 James Fehlig <jfehlig@suse.com>
- Enable bash completion in Leap15/SLE15 and newer

* Tue Jan 15 2019 James Fehlig <jfehlig@suse.com>
- 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

* Wed Jan 02 2019 James Fehlig <jfehlig@suse.com>
- Requires: ncurses expands to Requires: libncurses5, which
  is not required by any component of this package. Remove it
  along with the BuildRequires: ncurses-devel


You are receiving this mail because: