From 0898e5036afa9b487dec32120c7a18a60e7b952b7ec12255a803400c642358c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Thu, 28 Feb 2019 20:01:29 +0000 Subject: [PATCH] Accepting request 680171 from home:rtorrero:branches:server:dns - Remove old pwdutils dependency and add shadow to cover both useradd and groupadd as suggested in (bsc#1126757) OBS-URL: https://build.opensuse.org/request/show/680171 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=100 --- libunbound-devel-mini.spec | 4 ++-- unbound.changes | 6 ++++++ unbound.spec | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/libunbound-devel-mini.spec b/libunbound-devel-mini.spec index 07158d6..c1fdc23 100644 --- a/libunbound-devel-mini.spec +++ b/libunbound-devel-mini.spec @@ -1,7 +1,7 @@ # # spec file for package libunbound-devel-mini # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # diff --git a/unbound.changes b/unbound.changes index 6f7fab2..e051cf9 100644 --- a/unbound.changes +++ b/unbound.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 28 14:33:05 UTC 2019 - Rubén Torrero Marijnissen + +- Remove old pwdutils dependency and add shadow to cover both useradd + and groupadd as suggested in (bsc#1126757) + ------------------------------------------------------------------- Wed Jan 9 12:11:47 UTC 2019 - Dominique Leuenberger diff --git a/unbound.spec b/unbound.spec index f39bd45..3495ce8 100644 --- a/unbound.spec +++ b/unbound.spec @@ -1,7 +1,7 @@ # # spec file for package unbound # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -83,7 +83,7 @@ BuildRequires: protobuf-c >= 1.0.0 %if %{with python} BuildRequires: swig %endif -PreReq: pwdutils + Requires: ldns >= %{ldns_version} # until we figured something else out for the unbound-anchor part in the systemd unit file Requires: sudo @@ -174,7 +174,7 @@ This package holds the development files to work with libunbound. # Summary: Unbound Anchor cert management tools Group: Productivity/Networking/DNS/Servers -Requires(pre): /usr/sbin/useradd +Requires(pre): shadow %description anchor Unbound is a validating, recursive, and caching DNS(SEC) resolver.