Revert OL modifications

This commit is contained in:
AlmaLinux RelEng Bot 2026-04-17 05:23:50 -04:00
parent 9f834855c7
commit bf28e9e5ed

View File

@ -289,7 +289,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 10.10.0
Release: 15.9.0.1%{?dist}%{?extra_release}
Release: 15.9%{?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/
@ -1534,8 +1534,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)
@ -2839,9 +2838,6 @@ exit 0
%endif
%changelog
* Tue Apr 07 2026 EL Errata <el-errata_ww@oracle.com> - 10.10.0-15.9.0.1
- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554]
* Wed Mar 11 2026 Jiri Denemark <jdenemar@redhat.com> - 10.10.0-15.9.el9_7
- Introduce EXPAND_CPU_FEATURES flag for domain capabilities (RHEL-154551)
- qemu: Implement VIR_CONNECT_GET_DOMAIN_CAPABILITIES_EXPAND_CPU_FEATURES (RHEL-154551)