diff --git a/SOURCES/libvirt-docs-Clarify-host-model-description-in-domain-capabilities.patch b/SOURCES/libvirt-docs-Clarify-host-model-description-in-domain-capabilities.patch old mode 100755 new mode 100644 diff --git a/SPECS/libvirt.spec b/SPECS/libvirt.spec index 238803f..b5e0d69 100644 --- a/SPECS/libvirt.spec +++ b/SPECS/libvirt.spec @@ -294,7 +294,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 11.10.0 -Release: 12.3.0.1%{?dist}%{?extra_release} +Release: 12.3%{?dist}%{?extra_release} 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/ @@ -1464,8 +1464,7 @@ exit 1 %define arg_packager_version -Dpackager_version="%{release}" %define arg_selinux_mount -Dselinux_mount="/sys/fs/selinux" -# Set SOURCE_DATE_EPOCH from changelog -%define source_date_epoch_from_changelog 1 +# place macros above and build commands below this comment export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/libvirt.spec) @@ -2809,9 +2808,6 @@ exit 0 %endif %changelog -* Mon Jun 08 2026 EL Errata - 11.10.0-12.3.0.1 -- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554] - * Thu Jun 4 2026 Jiri Denemark - 11.10.0-12.3.el9_8 - cpu_conf: Introduce virCPUDefSortFeatures (RHEL-178822) - qemu_capabilities: Split virQEMUCapsFillDomainCPUCaps (RHEL-178822)