From da1b247839287b3525383ba62c1074e4b4d22ac4dc960f28b24451ac89743598 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Jan 2020 13:52:29 +0000 Subject: [PATCH] Accepting request 758221 from home:dimstar:Factory - BuildRequire pkgconfig(libsystemd) instead of systemd-devel: Allow OBS to shortcut through the -mini flavors. OBS-URL: https://build.opensuse.org/request/show/758221 OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=28 --- ocserv.changes | 6 ++++++ ocserv.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ocserv.changes b/ocserv.changes index d8bb058..bf306cb 100644 --- a/ocserv.changes +++ b/ocserv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 19 14:56:10 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: + Allow OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Wed Jul 24 13:28:00 UTC 2019 - matthias.gerstner@suse.com diff --git a/ocserv.spec b/ocserv.spec index 12320cf..15500d4 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -1,7 +1,7 @@ # # spec file for package ocserv # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -22,7 +22,7 @@ Release: 0 Summary: OpenConnect VPN Server License: GPL-2.0-only Group: Productivity/Networking/Security -Url: http://www.infradead.org/ocserv +URL: http://www.infradead.org/ocserv #Source: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz # released tarball has some problem, check out same thing from git # git clone https://gitlab.com/ocserv/ocserv @@ -58,7 +58,7 @@ BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: protobuf-c BuildRequires: readline-devel -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) BuildRequires: rubygem(ronn) # /usr/bin/certtool for generating certificates Requires: gnutls >= 3.1.10