[dnsmasq/f18: 3/3] Introduce new systemd-rpm macros in dnsmasq spec file (#850096)

Tomas Hozza thozza at fedoraproject.org
Tue Oct 23 07:01:12 UTC 2012


commit 31764d750046854ffee926c25fe2c3ce4c6a58eb
Author: Tomas Hozza <thozza at redhat.com>
Date:   Tue Oct 23 08:47:24 2012 +0200

    Introduce new systemd-rpm macros in dnsmasq spec file (#850096)

 dnsmasq.spec |   28 +++++++++++-----------------
 1 files changed, 11 insertions(+), 17 deletions(-)
---
diff --git a/dnsmasq.spec b/dnsmasq.spec
index 07d3e60..c706791 100644
--- a/dnsmasq.spec
+++ b/dnsmasq.spec
@@ -11,7 +11,7 @@
 
 Name:           dnsmasq
 Version:        2.63
-Release:        1%{?extraversion}%{?dist}
+Release:        2%{?extraversion}%{?dist}
 Summary:        A lightweight DHCP/caching DNS server
 
 Group:          System Environment/Daemons
@@ -24,10 +24,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  dbus-devel
 BuildRequires:  pkgconfig
 
-BuildRequires:  systemd-units
-Requires(post): systemd-units systemd-sysv chkconfig
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+BuildRequires:  systemd
+Requires(post): systemd systemd-sysv chkconfig
+Requires(preun): systemd
+Requires(postun): systemd
 
 
 %description
@@ -101,22 +101,13 @@ rm -rf %{buildroot}%{_initrddir}
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if [ $1 -eq 1 ] ; then
-    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
-fi
+%systemd_post dnsmasq.service
 
 %preun
-if [ $1 -eq 0 ]; then
-  /bin/systemctl --no-reload dnsmasq.service > /dev/null 2>&1 || :
-  /bin/systemctl stop dnsmasq.service > /dev/null 2>&1 || :
-fi
-
+%systemd_preun dnsmasq.service
 
 %postun
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-if [ $1 -ge 1 ] ; then
-    /bin/systemctl try-restart dnsmasq.service >/dev/null 2>&1 || :
-fi
+%systemd_postun_with_restart dnsmasq.service
 
 %triggerun -- dnsmasq < 2.52-3
 %{_bindir}/systemd-sysv-convert --save dnsmasq >/dev/null 2>&1 ||:
@@ -139,6 +130,9 @@ fi
 %{_mandir}/man1/dhcp_*
 
 %changelog
+* Tue Oct 23 2012 Tomas Hozza <thozza at redhat.com> - 2.63-2
+- Introduce new systemd-rpm macros in dnsmasq spec file (#850096)
+
 * Sat Aug 23 2012 Douglas Schilling Landgraf <dougsland at redhat.com> - 2.63-1
 - Use .tar.gz compression, in upstream site there is no .lzma anymore
 - New version 2.63


More information about the scm-commits mailing list