From 29e458095a7d388e03bdb4a1302d27bffbb69c4a Mon Sep 17 00:00:00 2001 From: liudabo Date: Thu, 4 Mar 2021 17:14:54 +0800 Subject: [PATCH] fix rsyslog.service failed --- rsyslog.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rsyslog.spec b/rsyslog.spec index 14eabb4..db24536 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -4,7 +4,7 @@ Name: rsyslog Version: 8.2012.0 -Release: 1 +Release: 2 Summary: The rocket-fast system for log processing License: (GPLv3+ and ASL 2.0) URL: http://www.rsyslog.com/ @@ -150,9 +150,9 @@ mv build doc autoreconf -vfi %ifarch sparc64 -export CFLAGS="$RPM_OPT_FLAGS -fPIE -DPATH_PIDFILE=\\\"%{Pidfile}\\\"" +export CFLAGS="$RPM_OPT_FLAGS -fPIE" %else -export CFLAGS="$RPM_OPT_FLAGS -fpie -DPATH_PIDFILE=\\\"%{Pidfile}\\\"" +export CFLAGS="$RPM_OPT_FLAGS -fpie" export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %endif @@ -360,6 +360,12 @@ done %{_mandir}/man1/rscryutil.1.gz %changelog +* Thu Mar 4 2021 tianwei - 8.2012.0-2 +- Type:NA +- ID:NA +- SUG:restart +- DESC: fix rsyslog.service failed + * Wed Feb 3 2021 yuanxin - 8.2012.0-1 - Upgrade version to 8.2012.0 -- Gitee