Hello community, here is the log from the commit of package slurm for openSUSE:Factory checked in at 2018-09-25 15:42:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slurm (Old) and /work/SRC/openSUSE:Factory/.slurm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slurm" Tue Sep 25 15:42:36 2018 rev:19 rq:637642 version:17.11.9 Changes: -------- --- /work/SRC/openSUSE:Factory/slurm/slurm.changes 2018-09-24 13:13:29.965681966 +0200 +++ /work/SRC/openSUSE:Factory/.slurm.new/slurm.changes 2018-09-25 15:42:38.261276778 +0200 @@ -1,0 +2,7 @@ +Mon Sep 24 09:25:57 UTC 2018 - [email protected] + +- added correct link flags for perl bindings (bsc#1108671) + * added correct linker search path in slurm-2.4.4-rpath.patch + * perl:Switch is required by slurm torque wrappers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slurm.spec ++++++ --- /var/tmp/diff_new_pack.qv5iPN/_old 2018-09-25 15:42:38.837276162 +0200 +++ /var/tmp/diff_new_pack.qv5iPN/_new 2018-09-25 15:42:38.841276158 +0200 @@ -235,6 +235,7 @@ %package torque Summary: Wrappers for transitition from Torque/PBS to SLURM Group: Productivity/Clustering/Computing +Requires: perl-Switch Requires: perl-slurm = %{version} Provides: torque-client ++++++ slurm-2.4.4-rpath.patch ++++++ --- /var/tmp/diff_new_pack.qv5iPN/_old 2018-09-25 15:42:38.905276089 +0200 +++ /var/tmp/diff_new_pack.qv5iPN/_new 2018-09-25 15:42:38.905276089 +0200 @@ -6,7 +6,7 @@ # flags so we have to add some :) my $os = lc(`uname`); -my $other_ld_flags = "-Wl,-rpath,@top_builddir@/src/api/.libs -Wl,-rpath,@prefix@/lib"; -+my $other_ld_flags = " "; ++my $other_ld_flags = "-L@top_builddir@/src/api/.libs -lslurm"; $other_ld_flags = " -brtl -G -bnoentry -bgcbypass:1000 -bexpfull" if $os =~ "aix"; @@ -27,7 +27,7 @@ # flags so we have to add some :) my $os = lc(`uname`); -my $other_ld_flags = "-Wl,-rpath,@top_builddir@/src/db_api/.libs -Wl,-rpath,@prefix@/lib"; -+my $other_ld_flags = " "; ++my $other_ld_flags = "-L@top_builddir@/src/api/.libs -lslurm"; $other_ld_flags = " -brtl -G -bnoentry -bgcbypass:1000 -bexpfull" if $os =~ "aix";
