Accepting request 68368 from home:darix:branches:Base:System

ok

OBS-URL: https://build.opensuse.org/request/show/68368
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=47
This commit is contained in:
2011-04-26 12:29:10 +00:00
committed by Git OBS Bridge
parent ed9f503103
commit fa9db82161
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 26 12:20:16 UTC 2011 - mrueckert@suse.de
- dont ship the systemd service file for now.
-------------------------------------------------------------------
Sun Apr 24 01:32:17 UTC 2011 - mrueckert@suse.de

View File

@@ -327,6 +327,9 @@ install -m644 plugins/ommysql/createDB.sql \
install -m644 plugins/ompgsql/createDB.sql \
%{buildroot}%{rsyslogdocdir}/pgsql-createDB.sql
#
%if 0%{?with_systemd}
rm -v %{buildroot}/lib/systemd/system/rsyslog.service
%endif
%clean
if [ -n "%{buildroot}" ] && [ "%{buildroot}" != "/" ] ; then
@@ -471,9 +474,6 @@ fi
%doc %{rsyslogdocdir}/COPYING.LESSER
%dir %{_localstatedir}/spool/rsyslog
/var/adm/fillup-templates/sysconfig.syslog-rsyslog
%if 0%{?with_systemd}
/lib/systemd/system/rsyslog.service
%endif
%files doc
%defattr(-,root,root)