Hello community,
here is the log from the commit of package perl-App-Dochazka-REST for
openSUSE:Factory checked in at 2020-02-20 15:00:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-Dochazka-REST (Old)
and /work/SRC/openSUSE:Factory/.perl-App-Dochazka-REST.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-App-Dochazka-REST"
Thu Feb 20 15:00:43 2020 rev:6 rq:777677 version:0.558
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-App-Dochazka-REST/perl-App-Dochazka-REST.changes
2020-02-19 12:41:21.723719536 +0100
+++
/work/SRC/openSUSE:Factory/.perl-App-Dochazka-REST.new.26092/perl-App-Dochazka-REST.changes
2020-02-20 15:00:48.598927288 +0100
@@ -1,0 +2,6 @@
+Fri Feb 14 12:13:21 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+ shortcut through the -mini flavors.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-App-Dochazka-REST.spec ++++++
--- /var/tmp/diff_new_pack.NXCy5Q/_old 2020-02-20 15:00:49.598929250 +0100
+++ /var/tmp/diff_new_pack.NXCy5Q/_new 2020-02-20 15:00:49.602929258 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-App-Dochazka-REST
#
-# 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
@@ -23,7 +23,7 @@
Summary: Dochazka REST server
License: BSD-3-Clause
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/App-Dochazka-REST/
+URL: http://search.cpan.org/dist/App-Dochazka-REST/
Source0: App-Dochazka-REST-0.558.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -84,12 +84,12 @@
Requires: perl(Web::Machine) >= 0.15
%{perl_requires}
# MANUAL BEGIN
-BuildRequires: systemd
BuildRequires: perl(Starman)
+BuildRequires: pkgconfig(systemd)
Requires: perl(Starman)
Requires(pre): /usr/sbin/groupadd
Requires(pre): /usr/sbin/useradd
-%{?systemd_requires}
+%{?systemd_ordering}
%pre
getent group dochazka-rest >/dev/null || groupadd -r dochazka-rest