Hello community,
here is the log from the commit of package perl-App-Dochazka-WWW for
openSUSE:Factory checked in at 2020-04-16 23:06:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-Dochazka-WWW (Old)
and /work/SRC/openSUSE:Factory/.perl-App-Dochazka-WWW.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-App-Dochazka-WWW"
Thu Apr 16 23:06:44 2020 rev:3 rq:794603 version:0.155
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-App-Dochazka-WWW/perl-App-Dochazka-WWW.changes
2020-02-20 14:54:10.590146334 +0100
+++
/work/SRC/openSUSE:Factory/.perl-App-Dochazka-WWW.new.2738/perl-App-Dochazka-WWW.changes
2020-04-16 23:06:50.499866449 +0200
@@ -1,0 +2,9 @@
+Mon Mar 9 08:52:09 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Use BuildRequires: pkgconfig(systemd) instead of systemd: allow
+ OBS to shortcut through -mini flavors.
+- Use %systemd_ordering instead of %systemd_requires: systemd is
+ not strictly needed, but if it's installed as part of the same
+ transaction, we want systemd to be installed first.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-App-Dochazka-WWW.spec ++++++
--- /var/tmp/diff_new_pack.zUyLBj/_old 2020-04-16 23:06:51.731867546 +0200
+++ /var/tmp/diff_new_pack.zUyLBj/_new 2020-04-16 23:06:51.735867549 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-App-Dochazka-WWW
#
-# 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 Attendance & Time Tracking system web client
License: BSD-3-Clause
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/App-Dochazka-WWW/
+URL: http://search.cpan.org/dist/App-Dochazka-WWW/
Source0: App-Dochazka-WWW-0.155.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -42,10 +42,10 @@
Requires: perl(File::ShareDir) >= 1.00
%{perl_requires}
# MANUAL BEGIN
-BuildRequires: systemd
+BuildRequires: pkgconfig(systemd)
Requires(pre): /usr/sbin/groupadd
Requires(pre): /usr/sbin/useradd
-%{?systemd_requires}
+%{?systemd_ordering}
%pre
getent group dochazka-www >/dev/null || groupadd -r dochazka-www