From 0c17079da6ef0e71a137e6073fd9e1759d8c68fbc290bc7a99b2b1af80dd2fd7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 29 Aug 2018 16:22:36 +0000 Subject: [PATCH] - add missing prereq on the group to be created (bsc#1106446) OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=97 --- dnsmasq.changes | 5 +++++ dnsmasq.spec | 1 + 2 files changed, 6 insertions(+) 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