Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package slurm for openSUSE:Factory checked 
in at 2022-09-26 18:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slurm (Old)
 and      /work/SRC/openSUSE:Factory/.slurm.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slurm"

Mon Sep 26 18:48:44 2022 rev:78 rq:1006180 version:22.05.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/slurm/slurm.changes      2022-09-22 
14:50:15.854487890 +0200
+++ /work/SRC/openSUSE:Factory/.slurm.new.2275/slurm.changes    2022-09-26 
18:48:46.848119661 +0200
@@ -1,0 +2,10 @@
+Sat Sep 24 07:34:31 UTC 2022 - Egbert Eich <e...@suse.com>
+
+- Do not deduplicate files of testsuite Slurm configuration.
+  This directory is supposed to be mounted over /etc/slurm
+  therefore it must not contain softlinks to the files in
+  this directory.
+- Improve .a and .o file collection for test suite: find these
+  files even if there are multiple ones in a single line.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ slurm.spec ++++++
--- /var/tmp/diff_new_pack.ZHxlhB/_old  2022-09-26 18:48:47.520120931 +0200
+++ /var/tmp/diff_new_pack.ZHxlhB/_new  2022-09-26 18:48:47.524120938 +0200
@@ -152,7 +152,7 @@
 Source10:       
https://raw.githubusercontent.com/openSUSE/hpc/10c105e/files/slurm/slurmd.xml
 Source11:       
https://raw.githubusercontent.com/openSUSE/hpc/10c105e/files/slurm/slurmctld.xml
 Source12:       
https://raw.githubusercontent.com/openSUSE/hpc/10c105e/files/slurm/slurmdbd.xml
-# create: tar --owner=nobody --group=nogroup -cvzf test_setup.tar.gz test_setup
+# create: tar --owner=nobody --group=nogroup --exclude=*~ -cvzf 
test_setup.tar.gz test_setup
 Source20:       test_setup.tar.gz
 Source21:       README_Testsuite.md
 Patch0:         Remove-rpath-from-build.patch
@@ -851,7 +851,7 @@
     filelist="$(for i in $filelist $tlist; do echo $i; done | sort | uniq)"
     [ "$filelist" = "$oldfilelist" ] && break
 done
-filelist+=" $(grep -r "build_dir.*\.[oa]" | sed -e 's@.*[^ 
]*{build_dir}/\([^\]*\.o\).*@\1@' | sort | uniq)"
+filelist+=" $(grep -Ehor '\{*build_dir\}*[^ ]*\.[oa]' | sed -e 
"s@{*build_dir}*/@@" | sort | uniq)"
 cd -
 newlist=""
 for i in $filelist; do
@@ -920,11 +920,13 @@
 mv test_setup/setup-testsuite.sh %{buildroot}/root
 
 mkdir -p %{buildroot}/srv/slurm-testsuite/config/plugstack.conf.d
-mv test_setup/* %{buildroot}/srv/slurm-testsuite/config
 cp %{S:21} .
 %endif
 
 %fdupes -s %{buildroot}
+# For testsuite - do after fdupes!
+[ -d test_setup -a -d %{buildroot}/srv/slurm-testsuite/config ] && \
+    mv test_setup/* %{buildroot}/srv/slurm-testsuite/config
 
 # Temporary - remove when build is fixed upstream.
 %if !0%{?build_slurmrestd}

Reply via email to