Revert OL changes

This commit is contained in:
eabdullin 2025-03-19 14:46:57 +03:00
parent c982bef298
commit 00f7004cef

View File

@ -289,7 +289,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 10.5.0
Release: 7.5.0.1%{?dist}%{?extra_release}
Release: 7.5%{?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/
@ -1364,8 +1364,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)
@ -2669,9 +2668,6 @@ exit 0
%endif
%changelog
* Tue Mar 18 2025 EL Errata <el-errata_ww@oracle.com> - 10.5.0-7.5.0.1.el9_5
- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554]
* Tue Jan 21 2025 Jiri Denemark <jdenemar@redhat.com> - 10.5.0-7.5.el9_5
- qemu: snapshot: delete disk image only if parent snapshot is external (RHEL-75154)