diff --git a/dnsmasq.changes b/dnsmasq.changes index 7e0637a..6fc2285 100644 --- a/dnsmasq.changes +++ b/dnsmasq.changes @@ -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 diff --git a/dnsmasq.spec b/dnsmasq.spec index 4c88652..3d8d694 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -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