From c10bd8cbd92eea742806acb5c7d3329e46a54776 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 22 Jun 2023 15:24:50 +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 3cd4576..5b00144 100644 --- a/SPECS/libvirt.spec +++ b/SPECS/libvirt.spec @@ -229,7 +229,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 9.0.0 -Release: 10.2.0.1%{?dist}%{?extra_release} +Release: 10.2%{?dist}%{?extra_release} License: LGPLv2+ URL: https://libvirt.org/ @@ -1212,8 +1212,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) @@ -2400,9 +2399,6 @@ exit 0 %endif %changelog -* Wed Jun 21 2023 EL Errata - 9.0.0-10.2.0.1 -- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554] - * Mon May 29 2023 Jiri Denemark - 9.0.0-10.2.el9_2 - virpci: Resolve leak in virPCIVirtualFunctionList cleanup (CVE-2023-2700, rhbz#2208596)