Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2024-01-19 23:01:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Fri Jan 19 23:01:43 2024 rev:100 rq:1139823 version:1.52.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2024-01-08 
23:46:44.945555429 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new.16006/libguestfs.changes 
2024-01-19 23:01:46.769114291 +0100
@@ -1,0 +2,7 @@
+Thu Jan 11 15:45:00 MST 2024 - carn...@suse.com
+
+- Copy sorted packagelist to packages during supermin appliance
+  setup. (bsc#1215586)
+  libguestfs.spec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.0SEMeT/_old  2024-01-19 23:01:47.445139020 +0100
+++ /var/tmp/diff_new_pack.0SEMeT/_new  2024-01-19 23:01:47.449139166 +0100
@@ -97,7 +97,7 @@
 # provide a wrapper to tar that creates bit-reproducible output (boo#1218191)
 # used in supermin for base.tar.gz, in %install for zz-winsupport.tar.gz 
zz-scripts.tar.gz and in appliance/Makefile.am for 3 more .tar.gz files
 SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH:-$(date -r %{SOURCE0} +%%s)}
-mkdir ~/bin ; cat >~/bin/tar <<EOF
+mkdir -p ~/bin ; cat >~/bin/tar <<EOF
 #!/bin/sh
 exec /usr/bin/tar \
   --sort=name --clamp-mtime --mtime=@$SOURCE_DATE_EPOCH \
@@ -223,6 +223,8 @@
 # OCaml
 %ocaml_create_file_list
 # Supermin
+# Use RPMs from packagelist for the packages file. Sort and clean leading 
whitespace.
+sort -u appliance/packagelist | awk '{$1=$1};1' > 
%buildroot%_libdir/guestfs/supermin.d/packages
 pushd $RPM_BUILD_ROOT%{_libdir}/guestfs/supermin.d
 
 function remove

Reply via email to