Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2022-12-16 21:26:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Fri Dec 16 21:26:05 2022 rev:88 rq:1043374 version:1.48.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2022-11-30 
15:00:54.213685954 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new.1835/libguestfs.changes  
2022-12-16 21:26:06.487787977 +0100
@@ -1,0 +2,14 @@
+Fri Dec 16 09:08:08 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix build with RPM 4.18: rpm wants to do a proper cleanup, and
+  fails on the design choice to have /usr/lib65 without write
+  permission. As we already tar'ed the content up, we can simply
+  change the permissions of winsupport's content to allow proper
+  erasing.
+
+-------------------------------------------------------------------
+Wed Nov 30 14:34:58 UTC 2022 - Andreas Schwab <sch...@suse.de>
+
+- Enable build on riscv64
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.AzfwSP/_old  2022-12-16 21:26:07.707795099 +0100
+++ /var/tmp/diff_new_pack.AzfwSP/_new  2022-12-16 21:26:07.711795122 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libguestfs
-ExclusiveArch:  x86_64 ppc64 ppc64le s390x aarch64
+ExclusiveArch:  x86_64 ppc64 ppc64le s390x aarch64 riscv64
 Version:        1.48.6
 Release:        0
 Summary:        Access and modify virtual machine disk images
@@ -104,6 +104,9 @@
 %ifarch ppc64
 %define kvm_binary %{_bindir}/qemu-system-ppc64
 %endif
+%ifarch riscv64
+%define kvm_binary %{_bindir}/qemu-system-riscv64
+%endif
 %ifarch s390x
 %define kvm_binary %{_bindir}/qemu-system-s390x
 %endif
@@ -256,6 +259,10 @@
 hwinfo
 EOF
 
+# do some cleanup so that rpm can properly empty directories without 
permission denie
+# The winsupport directory has already been tar'ed up, so we don't care much
+find winsupport -type d -exec chmod 755 {} \;
+
 mkdir -p %{buildroot}/tmp/usr/bin
 cp %{S:100} %{buildroot}/tmp/usr/bin
 chmod a+x %{buildroot}/tmp/usr/bin/*

Reply via email to