- Removed broken zpipe utility from diag-tools package (bnc#890228)

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=206
This commit is contained in:
Marius Tomaschewski 2014-10-01 08:53:17 +00:00 committed by Git OBS Bridge
parent 2d8cc4add9
commit 1432ad5892
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 1 08:44:57 UTC 2014 - mt@suse.de
- Removed broken zpipe utility from diag-tools package (bnc#890228)
-------------------------------------------------------------------
Tue Sep 30 11:07:08 UTC 2014 - mt@suse.de

View File

@ -655,6 +655,8 @@ if test "%{_sbindir}" != "/sbin" ; then
install -d -m0755 %{buildroot}/sbin
ln -sf %{_sbindir}/rsyslogd $RPM_BUILD_ROOT/sbin/rsyslogd
fi
# it is simply broken (bnc#890228)
rm -f $RPM_BUILD_ROOT%{_sbindir}/zpipe
#
%if %{with systemd} && ! %{with systemv}
install -m755 rsyslog-service-prepare %{buildroot}%{_sbindir}/
@ -956,7 +958,6 @@ fi
%defattr(-,root,root)
%{_sbindir}/msggen
%{_sbindir}/rsyslog_diag_hostname
%{_sbindir}/zpipe
%{rsyslog_module_dir_nodeps}/imdiag.so
%endif