Hello community, here is the log from the commit of package rabbitmq-c for openSUSE:Factory checked in at 2020-10-30 11:49:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rabbitmq-c (Old) and /work/SRC/openSUSE:Factory/.rabbitmq-c.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rabbitmq-c" Fri Oct 30 11:49:45 2020 rev:2 rq:844990 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rabbitmq-c/rabbitmq-c.changes 2020-09-08 22:46:24.759489623 +0200 +++ /work/SRC/openSUSE:Factory/.rabbitmq-c.new.3463/rabbitmq-c.changes 2020-10-30 11:50:15.549845018 +0100 @@ -1,0 +2,5 @@ +Fri Oct 30 09:12:17 UTC 2020 - pgaj...@suse.com + +- fix tests for SLE15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rabbitmq-c.spec ++++++ --- /var/tmp/diff_new_pack.Nf2ozs/_old 2020-10-30 11:50:16.053845464 +0100 +++ /var/tmp/diff_new_pack.Nf2ozs/_new 2020-10-30 11:50:16.057845468 +0100 @@ -45,6 +45,7 @@ %package -n %{libname}%{majsonum} Summary: Client library for AMQP +Group: Development/Libraries/C and C++ %description -n %{libname}%{majsonum} This is a C-language AMQP client library for use with AMQP servers @@ -52,6 +53,7 @@ %package -n %{libname}-devel Summary: Header files and development libraries for %{name} +Group: Development/Libraries/C and C++ Requires: %{libname}%{majsonum} = %{version} %description -n %{libname}-devel @@ -60,6 +62,7 @@ %package -n %{name}-tools Summary: Example tools built using the librabbitmq package +Group: Development/Libraries/C and C++ %description -n %{name}-tools This package contains example tools built using %{name}. It provides: @@ -92,16 +95,20 @@ # rabbitmq-server needs to run only for test_basic, # which can be skipped in case this will bring some # issues -RABBITMQ_PID_FILE=/home/abuild/rabbitmq/rabbitmq.pid \ -RABBITMQ_LOG_BASE=/home/abuild/rabbitmq/log/ \ -RABBITMQ_MNESIA_BASE=/home/abuild/rabbitmq/mnesia/ \ +export RABBITMQ_PID_FILE=/home/abuild/rabbitmq/rabbitmq.pid +export RABBITMQ_LOG_BASE=/home/abuild/rabbitmq/log +export RABBITMQ_MNESIA_BASE=/home/abuild/rabbitmq/mnesia +%if 0%{?suse_version} <= 1500 +export RABBITMQ_SCHEMA_DIR=/home/abuild/rabbitmq/schema +export RABBITMQ_GENERATED_CONFIG_DIR=/home/abuild/rabbitmq/config +%endif %{_libdir}/rabbitmq/lib/rabbitmq_server-*/sbin/rabbitmq-server& # wait for server start sleep 20 %ctest kill `cat /home/abuild/rabbitmq/rabbitmq.pid` # needs to wait: Killing not allowed - living nodes in database. -sleep 2 +sleep 5 epmd -kill %post -n %{libname}%{majsonum} -p /sbin/ldconfig