Hello community, here is the log from the commit of package rinetd for openSUSE:Factory checked in at 2020-02-04 19:54:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rinetd (Old) and /work/SRC/openSUSE:Factory/.rinetd.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rinetd" Tue Feb 4 19:54:30 2020 rev:19 rq:769752 version:0.62 Changes: -------- --- /work/SRC/openSUSE:Factory/rinetd/rinetd.changes 2014-07-31 07:41:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rinetd.new.26092/rinetd.changes 2020-02-04 19:54:33.761363923 +0100 @@ -1,0 +2,6 @@ +Mon Feb 3 16:23:59 UTC 2020 - Dominique Leuenberger <[email protected]> + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut through the -mini flavors. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rinetd.spec ++++++ --- /var/tmp/diff_new_pack.Ixr3nv/_old 2020-02-04 19:54:34.429364313 +0100 +++ /var/tmp/diff_new_pack.Ixr3nv/_new 2020-02-04 19:54:34.433364315 +0100 @@ -1,7 +1,7 @@ # # spec file for package rinetd # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -12,9 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %if 0%{?suse_version} > 1220 %define with_systemd 1 %else @@ -22,12 +23,12 @@ %endif Name: rinetd -License: GPL-2.0+ -Group: Productivity/Networking/System Version: 0.62 Release: 0 Summary: TCP Redirection Server -Url: http://www.boutell.com/rinetd/ +License: GPL-2.0-or-later +Group: Productivity/Networking/System +URL: http://www.boutell.com/rinetd/ Source0: %{name}-%{version}.tar.bz2 Source1: rc.rinetd Source2: logrotate.rinetd @@ -37,8 +38,8 @@ Patch2: rinetd-conf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with_systemd} -BuildRequires: systemd -%{?systemd_requires} +BuildRequires: pkgconfig(systemd) +%{?systemd_ordering} %else PreReq: %fillup_prereq %insserv_prereq %endif
