From ed15bb17f4da2f00d4a7499d83f24c3adfefa67d62864cb51de8cbdbad534758 Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Fri, 14 May 2021 21:26:43 +0000 Subject: [PATCH] - make sure we have getent and groupadd/useradd in pre * added dependency on shadow and glibc * might be related to bnc#1186023 OBS-URL: https://build.opensuse.org/package/show/server:dns/knot?expand=0&rev=11 --- knot.changes | 7 +++++++ knot.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/knot.changes b/knot.changes index 5f9aeee..ada4469 100644 --- a/knot.changes +++ b/knot.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 14 21:24:51 UTC 2021 - Michal Hrusecky + +- make sure we have getent and groupadd/useradd in pre + * added dependency on shadow and glibc + * might be related to bnc#1186023 + ------------------------------------------------------------------- Wed May 12 12:43:44 UTC 2021 - Michal Hrusecky diff --git a/knot.spec b/knot.spec index 2fe5c62..3840637 100644 --- a/knot.spec +++ b/knot.spec @@ -73,6 +73,8 @@ BuildRequires: pkgconfig(libmaxminddb) BuildRequires: libcap-ng-devel BuildRequires: xz Requires(pre): pwdutils +Requires(pre): shadow +Requires(pre): glibc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: lmdb-devel >= 0.9.15 %if %{with docs}