From 0709e989185235e0aaff144d58b2d25d9ba62585 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 4 Dec 2025 08:33:50 +0000 Subject: [PATCH] Revert OL modifications --- libvirt.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index ee3a9cc..5675450 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -289,7 +289,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 11.5.0 -Release: 4.1.0.1%{?dist}%{?extra_release} +Release: 4.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/ @@ -1388,8 +1388,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) @@ -2735,9 +2734,6 @@ exit 0 %endif %changelog -* Tue Nov 25 2025 EL Errata - 11.5.0-4.1.0.1 -- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554] - * Wed Oct 8 2025 Jiri Denemark - 11.5.0-4.1.el10_1 - tools: Secure guest check for Intel in virt-host-validate (RHEL-111863) - qemu: Check if INTEL Trust Domain Extention support is enabled (RHEL-111863)