Hello community, here is the log from the commit of package openvpn for openSUSE:Factory checked in at 2020-02-03 11:11:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvpn (Old) and /work/SRC/openSUSE:Factory/.openvpn.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvpn" Mon Feb 3 11:11:28 2020 rev:86 rq:768341 version:2.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes 2020-01-19 20:54:02.747943351 +0100 +++ /work/SRC/openSUSE:Factory/.openvpn.new.26092/openvpn.changes 2020-02-03 11:11:44.653797196 +0100 @@ -1,0 +2,10 @@ +Fri Jan 24 11:22:01 UTC 2020 - Dominique Leuenberger <[email protected]> + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut through the -mini flavors. +- Use %systemd_ordering instead of systemd_requires: in fact, + systemd is not a hard requirement for openvpn. But in case a + system is being installed with systemd, we want systemd to be + there before openvpn is being installed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvpn.spec ++++++ --- /var/tmp/diff_new_pack.pDGwhg/_old 2020-02-03 11:11:45.873797813 +0100 +++ /var/tmp/diff_new_pack.pDGwhg/_new 2020-02-03 11:11:45.877797815 +0100 @@ -63,17 +63,13 @@ Requires: iproute2 Requires: pkcs11-helper >= 1.11 %if %{with_systemd} -%{?systemd_requires} +BuildRequires: pkgconfig(libsystemd) +BuildRequires: pkgconfig(systemd) +%systemd_ordering %else PreReq: %fillup_prereq PreReq: %insserv_prereq %endif -%if %{with_systemd} -BuildRequires: systemd -%endif -%if %{with_systemd} -BuildRequires: pkgconfig(libsystemd) -%endif %description OpenVPN is a full-featured SSL VPN solution which can accommodate a wide
