|
|
@ -289,7 +289,7 @@ |
|
|
|
|
|
|
|
|
Summary: Library providing a simple virtualization API |
|
|
Summary: Library providing a simple virtualization API |
|
|
Name: libvirt |
|
|
Name: libvirt |
|
|
Version: 12.6.0 |
|
|
Version: 12.7.0 |
|
|
Release: 1%{?dist} |
|
|
Release: 1%{?dist} |
|
|
License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.1 |
|
|
License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.1 |
|
|
URL: https://libvirt.org/ |
|
|
URL: https://libvirt.org/ |
|
|
@ -302,7 +302,7 @@ Source: https://download.libvirt.org/%{?mainturl}libvirt-%{version}.tar.xz |
|
|
%if %{with_libvirtd} |
|
|
%if %{with_libvirtd} |
|
|
Requires: libvirt-daemon = %{version}-%{release} |
|
|
Requires: libvirt-daemon = %{version}-%{release} |
|
|
%else |
|
|
%else |
|
|
Obsoletes: libvirt-daemon < %(version)-%(release) |
|
|
Obsoletes: libvirt-daemon < %{version}-%{release} |
|
|
%endif |
|
|
%endif |
|
|
Requires: libvirt-daemon-config-network = %{version}-%{release} |
|
|
Requires: libvirt-daemon-config-network = %{version}-%{release} |
|
|
Requires: libvirt-daemon-config-nwfilter = %{version}-%{release} |
|
|
Requires: libvirt-daemon-config-nwfilter = %{version}-%{release} |
|
|
@ -2709,6 +2709,9 @@ exit 0 |
|
|
%endif |
|
|
%endif |
|
|
|
|
|
|
|
|
%changelog |
|
|
%changelog |
|
|
|
|
|
* Thu Sep 3 2026 Daniel P. Berrangé <berrange@redhat.com> - 12.7.0-1 |
|
|
|
|
|
- Update to 12.7.0 |
|
|
|
|
|
|
|
|
* Mon Aug 3 2026 Daniel P. Berrangé <berrange@redhat.com> - 12.6.0-1 |
|
|
* Mon Aug 3 2026 Daniel P. Berrangé <berrange@redhat.com> - 12.6.0-1 |
|
|
- Update to 12.6.0 |
|
|
- Update to 12.6.0 |
|
|
|
|
|
|
|
|
|