Revert OL modifications

This commit is contained in:
Andrew Lukoshko 2023-06-22 15:24:50 +00:00
parent 49de7581f4
commit c10bd8cbd9
1 changed files with 2 additions and 6 deletions

View File

@ -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 <el-errata_ww@oracle.com> - 9.0.0-10.2.0.1
- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554]
* Mon May 29 2023 Jiri Denemark <jdenemar@redhat.com> - 9.0.0-10.2.el9_2
- virpci: Resolve leak in virPCIVirtualFunctionList cleanup (CVE-2023-2700, rhbz#2208596)