From 67bd732fb94a4e08508432086d58d591b55c5325 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 5 Feb 2025 12:52:27 +0300 Subject: [PATCH] Revert OL changes --- SPECS/libvirt.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/SPECS/libvirt.spec b/SPECS/libvirt.spec index e0b03f2..c303711 100644 --- a/SPECS/libvirt.spec +++ b/SPECS/libvirt.spec @@ -289,7 +289,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 10.5.0 -Release: 7.4.0.1%{?dist}%{?extra_release} +Release: 7.4%{?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/ @@ -1363,8 +1363,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) @@ -2668,9 +2667,6 @@ exit 0 %endif %changelog -* Mon Feb 03 2025 EL Errata - 10.5.0-7.4.0.1 -- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554] - * Fri Dec 20 2024 Jiri Denemark - 10.5.0-7.4.el9_5 - qemu: Enable I/O APIC if needed (RHEL-69725) - qemu: Enable I/O APIC even more frequently (RHEL-69725)