From 455ebc820abbf565ec32832b053c40c6678ab87cb1203a21f9372ac13b619f93 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sat, 12 Jan 2019 02:29:52 +0000 Subject: [PATCH] Accepting request 664071 from home:dimstar:Factory - Require /usr/sbin/useradd to be present before installation, as we run it in the %pre script. OBS-URL: https://build.opensuse.org/request/show/664071 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=98 --- unbound.changes | 6 ++++++ unbound.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/unbound.changes b/unbound.changes index 5df98b5..6f7fab2 100644 --- a/unbound.changes +++ b/unbound.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 9 12:11:47 UTC 2019 - Dominique Leuenberger + +- Require /usr/sbin/useradd to be present before installation, as + we run it in the %pre script. + ------------------------------------------------------------------- Fri Dec 28 17:16:01 UTC 2018 - Jan Engelhardt diff --git a/unbound.spec b/unbound.spec index 86421ad..f39bd45 100644 --- a/unbound.spec +++ b/unbound.spec @@ -174,6 +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 %description anchor Unbound is a validating, recursive, and caching DNS(SEC) resolver.