From 9f3237cf5aae48c7db0ba8a0e125151305b6ebc0e0f9a33899764523e3c972c7 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sat, 4 Jan 2020 05:48:56 +0000 Subject: [PATCH] Accepting request 758272 from home:dimstar:Factory Allow systemd-mini OBS-URL: https://build.opensuse.org/request/show/758272 OBS-URL: https://build.opensuse.org/package/show/server:dns/dnscrypt-proxy?expand=0&rev=20 --- dnscrypt-proxy.changes | 6 ++++++ dnscrypt-proxy.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dnscrypt-proxy.changes b/dnscrypt-proxy.changes index 77853b9..2249075 100644 --- a/dnscrypt-proxy.changes +++ b/dnscrypt-proxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 19 15:27:22 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: + Allow OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Mon Oct 23 08:42:59 UTC 2017 - bwiedemann@suse.com diff --git a/dnscrypt-proxy.spec b/dnscrypt-proxy.spec index 26edc7e..2448f15 100644 --- a/dnscrypt-proxy.spec +++ b/dnscrypt-proxy.spec @@ -1,7 +1,7 @@ # # spec file for package dnscrypt-proxy # -# Copyright (c) 2017 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: A tool for securing communications between a client and a DNS resolver License: BSD-3-Clause Group: Productivity/Networking/DNS/Utilities -Url: https://dnscrypt.org/ +URL: https://dnscrypt.org/ Source: https://download.dnscrypt.org/dnscrypt-proxy/%{name}-%{version}.tar.bz2 Source1: %{name}@.service Source5: %{name}.tmpfile @@ -31,8 +31,8 @@ BuildRequires: libsodium-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: shadow -BuildRequires: systemd-devel BuildRequires: systemd-rpm-macros +BuildRequires: pkgconfig(libsystemd) Requires(pre): coreutils Requires(pre): diffutils Requires(pre): fillup