forked from pool/openvpn
Accepting request 768341 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/768341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=86
This commit is contained in:
commit
6050490a35
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 11:22:01 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 21:28:42 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Jan 7 21:28:42 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
10
openvpn.spec
10
openvpn.spec
@ -63,17 +63,13 @@ BuildRequires: xz
|
|||||||
Requires: iproute2
|
Requires: iproute2
|
||||||
Requires: pkcs11-helper >= 1.11
|
Requires: pkcs11-helper >= 1.11
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
%{?systemd_requires}
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
%systemd_ordering
|
||||||
%else
|
%else
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
PreReq: %insserv_prereq
|
PreReq: %insserv_prereq
|
||||||
%endif
|
%endif
|
||||||
%if %{with_systemd}
|
|
||||||
BuildRequires: systemd
|
|
||||||
%endif
|
|
||||||
%if %{with_systemd}
|
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenVPN is a full-featured SSL VPN solution which can accommodate a wide
|
OpenVPN is a full-featured SSL VPN solution which can accommodate a wide
|
||||||
|
Loading…
Reference in New Issue
Block a user