Accepting request 632188 from network

- add missing prereq on the group to be created (bsc#1106446)

OBS-URL: https://build.opensuse.org/request/show/632188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=67
This commit is contained in:
Dominique Leuenberger 2018-09-04 20:47:01 +00:00 committed by Git OBS Bridge
commit 6b772c2010
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 16:22:13 UTC 2018 - dmueller@suse.com
- add missing prereq on the group to be created (bsc#1106446)
-------------------------------------------------------------------
Mon Jul 16 10:15:54 CEST 2018 - kukuk@suse.de

View File

@ -42,6 +42,7 @@ BuildRequires: libidn-devel
BuildRequires: libnettle-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(libnetfilter_conntrack)
Requires(pre): group(nogroup)
%if 0%{?suse_version} >= 1210
BuildRequires: systemd
%endif