Hello community,
here is the log from the commit of package rabbitmq-server for openSUSE:Factory
checked in at 2020-02-07 15:56:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rabbitmq-server (Old)
and /work/SRC/openSUSE:Factory/.rabbitmq-server.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rabbitmq-server"
Fri Feb 7 15:56:59 2020 rev:56 rq:770809 version:3.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes
2020-01-15 16:50:11.361341654 +0100
+++
/work/SRC/openSUSE:Factory/.rabbitmq-server.new.26092/rabbitmq-server.changes
2020-02-07 15:57:48.279616787 +0100
@@ -1,0 +2,6 @@
+Mon Feb 3 16:07:06 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+ shortcut through the -mini flavors.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rabbitmq-server.spec ++++++
--- /var/tmp/diff_new_pack.gP3wE2/_old 2020-02-07 15:57:49.147617230 +0100
+++ /var/tmp/diff_new_pack.gP3wE2/_new 2020-02-07 15:57:49.147617230 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rabbitmq-server
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
Summary: A message broker supporting AMQP, STOMP and MQTT
License: MPL-1.1
Group: System/Daemons
-Url: http://www.rabbitmq.com/
+URL: http://www.rabbitmq.com/
Source:
https://github.com/rabbitmq/rabbitmq-server/releases/download/v%{version}/rabbitmq-server-%{version}.tar.xz
Source1: rabbitmq-server.init
# This comes from:
http://hg.rabbitmq.com/rabbitmq-server/raw-file/2da625c0a436/packaging/common/rabbitmq-script-wrapper
@@ -76,8 +76,8 @@
Requires(pre): %fillup_prereq
Requires(pre): %insserv_prereq
%if 0%{?suse_version} > 1140
-BuildRequires: systemd
-%{?systemd_requires}
+BuildRequires: pkgconfig(systemd)
+%{?systemd_ordering}
%define have_systemd 1
Requires: socat
%else