diff --git a/libguestfs.spec b/libguestfs.spec index c5dc683..d8fbc44 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -42,7 +42,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.54.0 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL-2.1-or-later # Build only for architectures that have a kernel @@ -823,6 +823,10 @@ find $RPM_BUILD_ROOT -name .packlist -delete find $RPM_BUILD_ROOT -name '*.bs' -delete find $RPM_BUILD_ROOT -name 'bindtests.pl' -delete +# debuginfo generation fails with debugedit >= 5.1 unless the files +# are writable: +find $RPM_BUILD_ROOT -name Guestfs.so -exec chmod u+w {} \; + # golang: Ignore what libguestfs upstream installs, and just copy the # source files to %%{_datadir}/gocode/src. %ifarch %{golang_arches} @@ -1121,7 +1125,7 @@ rm ocaml/html/.gitignore %changelog -* Tue Nov 26 2024 Richard W.M. Jones - 1:1.54.0-4 +* Tue Nov 26 2024 Richard W.M. Jones - 1:1.54.0-5 - Rebase to libguestfs 1.54.0 resolves: RHEL-56810 - Fix osinfo for Windows Server 2025 @@ -1130,6 +1134,8 @@ rm ocaml/html/.gitignore resolves: RHEL-65293 - Remove squashfs-tools on RHEL resolves: RHEL-68937 +- Fix perl-Sys-Guestfs debuginfo + resolves: RHEL-68973 * Wed Aug 28 2024 Richard W.M. Jones - 1:1.52.2-4 - Synchronize patches with RHEL 9.5