- 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
This commit is contained in:
Michal Hrusecky 2021-05-14 21:26:43 +00:00 committed by Git OBS Bridge
parent 6fc36aa19b
commit ed15bb17f4
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 14 21:24:51 UTC 2021 - Michal Hrusecky <michal.hrusecky@opensuse.org>
- 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 <michal.hrusecky@opensuse.org>

View File

@ -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}