diff --git a/rsyslog.changes b/rsyslog.changes index e26ea85..665b173 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 31 12:14:59 UTC 2011 - aj@suse.de + +- Add systemd service file back (bnc#696963). + ------------------------------------------------------------------- Fri May 27 07:53:38 UTC 2011 - mt@suse.de diff --git a/rsyslog.spec b/rsyslog.spec index 31567fe..68b44cd 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -409,10 +409,6 @@ install -m644 plugins/ompgsql/createDB.sql \ %{buildroot}%{rsyslogdocdir}/pgsql-createDB.sql %endif # -%if %{with systemd} -# TODO: https://features.opensuse.org/311316 -rm -v %{buildroot}/lib/systemd/system/rsyslog.service -%endif %clean if [ -n "%{buildroot}" ] && [ "%{buildroot}" != "/" ] ; then @@ -519,6 +515,7 @@ fi %config(noreplace) %attr(600,root,root) %{_sysconfdir}/rsyslog.early.conf %config(noreplace) %attr(600,root,root) %{_sysconfdir}/rsyslog.d/remote.conf %{_sbindir}/rsyslogd +/lib/systemd/system/rsyslog.service %dir %{rsyslog_module_dir_nodeps} %{rsyslog_module_dir_nodeps}/imfile.so %{rsyslog_module_dir_nodeps}/imklog.so