From f638f9b864ee828ada6236dd1a200d4b049afd52 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 6 Oct 2014 14:26:58 +0200 Subject: [PATCH] only require systemd-sysv and chkconfig for %triggerun --- dnsmasq.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 02cf166..40cac38 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -33,10 +33,10 @@ BuildRequires: libidn-devel BuildRequires: nettle-devel BuildRequires: systemd -Requires(post): systemd systemd-sysv chkconfig +Requires(post): systemd Requires(preun): systemd Requires(postun): systemd - +Requires(triggerun): systemd systemd-sysv chkconfig %description Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. @@ -151,6 +151,7 @@ rm -rf $RPM_BUILD_ROOT * Mon Oct 06 2014 Nils Philippsen - don't include /etc/dnsmasq.d in triplicate, ignore RPM backup files instead - package is dual-licensed GPL v2 or v3 +- only require systemd-sysv and chkconfig for %%triggerun * Mon Oct 06 2014 Tomas Hozza - 2.72-2 - Fix typo in default configuration (#1149459)