Revert OL modifications

This commit is contained in:
eabdullin 2025-12-22 07:18:58 +00:00
parent c55ab8faf1
commit fbcc865240

View File

@ -289,7 +289,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 11.5.0
Release: 4.2.0.1%{?dist}%{?extra_release}
Release: 4.2%{?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/
@ -1394,8 +1394,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)
@ -2741,9 +2740,6 @@ exit 0
%endif
%changelog
* Thu Dec 18 2025 EL Errata <el-errata_ww@oracle.com> - 11.5.0-4.2.0.1
- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554]
* Fri Nov 21 2025 Jiri Denemark <jdenemar@redhat.com> - 11.5.0-4.2.el10_1
- cpu_conf: Make virCPUDefFilterFeatures return void (RHEL-126094)
- qemu_domain: Simplify qemuDomainFixupCPUs (RHEL-126094)