Revert OL modifications
This commit is contained in:
parent
a32f3c4f37
commit
4d9cc064e0
@ -210,7 +210,7 @@
|
||||
Summary: Library providing a simple virtualization API
|
||||
Name: libvirt
|
||||
Version: 8.0.0
|
||||
Release: 23.4.0.1%{?dist}%{?extra_release}
|
||||
Release: 23.4%{?dist}%{?extra_release}
|
||||
License: LGPLv2+
|
||||
URL: https://libvirt.org/
|
||||
|
||||
@ -749,7 +749,6 @@ volumes using libgfapi.
|
||||
Summary: Storage driver plugin for rbd
|
||||
Requires: libvirt-daemon-driver-storage-core = %{version}-%{release}
|
||||
Requires: libvirt-libs = %{version}-%{release}
|
||||
Requires: librbd1 >= 1:10.2.5
|
||||
|
||||
%description daemon-driver-storage-rbd
|
||||
The storage driver backend adding implementation of the storage APIs for rbd
|
||||
@ -1234,11 +1233,10 @@ exit 1
|
||||
|
||||
%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}/%{name}.spec)
|
||||
|
||||
%meson \
|
||||
-Drunstatedir=%{_rundir} \
|
||||
%{?arg_qemu} \
|
||||
@ -1316,6 +1314,8 @@ exit 1
|
||||
%install
|
||||
rm -fr %{buildroot}
|
||||
|
||||
export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/%{name}.spec)
|
||||
|
||||
%meson_install
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
@ -2210,10 +2210,6 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 04 2025 EL Errata <el-errata_ww@oracle.com> - 8.0.0-23.4.0.1
|
||||
- Set SOURCE_DATE_EPOCH from changelog [Orabug: 32019554]
|
||||
- Add runtime deps for pkg librbd1 >= 1:10.2.5 (Keshav Sharma)
|
||||
|
||||
* Thu Jun 5 2025 Jiri Denemark <jdenemar@redhat.com> - 8.0.0-23.4.el8
|
||||
- util: xml: Introduce virXMLNodeGetSubelementList (RHEL-88716)
|
||||
- util: xml: Return GPtrArray from virXMLNodeGetSubelement [partial] (RHEL-88716)
|
||||
|
Loading…
Reference in New Issue
Block a user