[unbound/f19] * refix runuser job in post

Paul Wouters pwouters at fedoraproject.org
Mon Apr 22 16:12:48 UTC 2013


commit ccbdcb4ad26998af08a498bea8fd7b898bedb9f3
Author: Paul Wouters <pwouters at redhat.com>
Date:   Mon Apr 22 12:12:05 2013 -0400

    * refix runuser job in post

 unbound.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index 0eee1f3..8e8e38d 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -11,7 +11,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Version: 1.4.20
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -253,7 +253,7 @@ exit 0
 
 %post libs 
 /sbin/ldconfig
-%{_sbindir}/runuser \ --command="%{_sbindir}/unbound-anchor -a %{_sharedstatedir}/unbound/root.key -c %{_sysconfdir}/unbound/icannbundle.pem" \ --shell /bin/sh unbound
+%{_sbindir}/runuser  --command="%{_sbindir}/unbound-anchor -a %{_sharedstatedir}/unbound/root.key -c %{_sysconfdir}/unbound/icannbundle.pem"  --shell /bin/sh unbound ||:
 
 %preun
 %systemd_preun unbound.service
@@ -279,6 +279,9 @@ exit 0
 /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
 
 %changelog
+* Mon Apr 22 2013 Paul Wouters <pwouters at redhat.com> - 1.4.20-8
+- Refix
+
 * Fri Apr 19 2013 Paul Wouters <pwouters at redhat.com> - 1.4.20-7
 - Fix for the runuser command in post (rhbz#953337)
 


More information about the scm-commits mailing list