Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package supermin for openSUSE:Factory 
checked in at 2021-09-20 23:33:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supermin (Old)
 and      /work/SRC/openSUSE:Factory/.supermin.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supermin"

Mon Sep 20 23:33:03 2021 rev:14 rq:920136 version:5.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/supermin/supermin.changes        2021-09-09 
23:08:19.944885848 +0200
+++ /work/SRC/openSUSE:Factory/.supermin.new.1899/supermin.changes      
2021-09-20 23:34:41.351287432 +0200
@@ -1,0 +2,11 @@
+Sun Sep 12 10:20:30 UTC 2021 - oher...@suse.de
+
+- Restore ExclusiveArch, continue to follow libguestfs
+  The 'almost' below is the reason.
+
+-------------------------------------------------------------------
+Thu Sep  9 19:19:19 UTC 2021 - oher...@suse.de
+
+- arm32 may have a kernel named /boot/zImage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ supermin.spec ++++++
--- /var/tmp/diff_new_pack.LAcBPS/_old  2021-09-20 23:34:41.755287931 +0200
+++ /var/tmp/diff_new_pack.LAcBPS/_new  2021-09-20 23:34:41.759287936 +0200
@@ -59,8 +59,10 @@
 Requires:       zypper
 Provides:       febootstrap
 %{?ocaml_preserve_bytecode}
-# fails to run %%check
-ExcludeArch:    armv7l
+%if "%{?_ignore_exclusive_arch}" == ""
+# this must follow libguestfs, which is the only consumer of this pkg
+ExclusiveArch:  x86_64 ppc64 ppc64le s390x aarch64 riscv64
+%endif
 
 %description
 supermin is a tool for building supermin appliances. These are tiny
@@ -90,7 +92,7 @@
 ls -alt /boot /lib/modules || :
 ls -altd /lib/modules/*/* || :
 
-for i in /boot/image* /boot/Image* /boot/vmlinu*
+for i in /boot/image* /boot/Image* /boot/vmlinu* /boot/zImage*
 do
   test -f "$i" || continue
   if get_kernel_version "${i}" > $$

Reply via email to