From fd7ff33c41691528ef11fa44d850eb721dee6990 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 23 Jun 2026 07:29:28 -0400 Subject: [PATCH] Revert OL modifications --- SPECS/libvirt.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/SPECS/libvirt.spec b/SPECS/libvirt.spec index 6c47e19..9422d78 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.1.0.1%{?dist}%{?extra_release} +Release: 12.1%{?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/ @@ -1428,8 +1428,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) @@ -2773,9 +2772,6 @@ exit 0 %endif %changelog -* Tue May 19 2026 EL Errata - 11.10.0-12.1.0.1 -- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554] - * Thu Mar 12 2026 Jiri Denemark - 11.10.0-12.1.el9_8 - conf: Parse hyperv features even for host-model (RHEL-151684) - qemu: Wire up new hyperv host-model mode behavior (RHEL-151684)