From 3e1705e817de3d65ebff244897cbd6325e31a647 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 23 May 2025 13:07:07 +0000 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 9b6f157..cc3860e 100644 --- a/SPECS/libvirt.spec +++ b/SPECS/libvirt.spec @@ -289,7 +289,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 10.10.0 -Release: 7.3.0.1%{?dist}%{?extra_release} +Release: 7.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/ @@ -1418,8 +1418,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) @@ -2723,9 +2722,6 @@ exit 0 %endif %changelog -* Fri May 16 2025 EL Errata - 10.10.0-7.3.0.1 -- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554] - * Tue Apr 29 2025 Jiri Denemark - 10.10.0-7.3.el9_6 - Add load average information type into virDomainGetGuestInfo (RHEL-88449) - qemu_agent: Add qemuAgentGetLoadAvg() (RHEL-88449)