From 96216ab1dd77d1d410d07760ba3334190e17c3761c591f02216b14ee62cd6ef1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Dec 2018 07:41:51 +0000 Subject: [PATCH] Accepting request 657028 from home:jengelh:branches:Base:System Factory view - Set /bin/bash as scriptlet interpreter where needed. the scriptlet uses quite some bash-specific stuff OBS-URL: https://build.opensuse.org/request/show/657028 OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=143 --- syslogd.changes | 5 +++++ syslogd.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/syslogd.changes b/syslogd.changes index 5d737cf..fe3040d 100644 --- a/syslogd.changes +++ b/syslogd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 11 02:04:18 UTC 2018 - Jan Engelhardt + +- Set /bin/bash as scriptlet interpreter where needed. + ------------------------------------------------------------------- Tue Nov 20 22:47:25 CET 2018 - sbrabec@suse.com diff --git a/syslogd.spec b/syslogd.spec index 24c67c8..f234412 100644 --- a/syslogd.spec +++ b/syslogd.spec @@ -246,7 +246,7 @@ chown news:news var/log/news/news.notice %preun -n syslog-service %service_del_preun klog.service -%post -n syslog-service +%post -n syslog-service -p /bin/bash %{remove_and_set -n syslog SYSLOG_DAEMON} %{remove_and_set -n syslog SYSLOG_REQUIRES_NETWORK} %{remove_and_set -n boot KLOGCONSOLE_PARAMS}