]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
Revert "- do not package loggen (it's a syslog-ng testing tool)"
authorElan Ruusamäe <glen@delfi.ee>
Mon, 30 Sep 2013 19:06:25 +0000 (22:06 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 30 Sep 2013 19:09:45 +0000 (22:09 +0300)
it may be actually useful testing your setup throughput

This reverts commit f2972fae75c053de2b3285a4b3f621a3a3eca9e1.

Conflicts:
syslog-ng.spec

syslog-ng.spec

index 4d25db36d92d88f654af5badbb7d060e398f0237..8cd6d185a56a210514e5e96036fd47cd6833eb5d 100644 (file)
@@ -358,7 +358,6 @@ for n in daemon debug iptables kernel lpr maillog messages secure spooler syslog
 done
 touch $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
-%{__rm} $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}/loggen*
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/syslog-ng/*.la
 
@@ -463,6 +462,7 @@ exit 0
 %attr(755,root,root) %{_libdir}/syslog-ng/libsystem-source.so
 %attr(755,root,root) %{_sbindir}/syslog-ng
 %attr(755,root,root) %{_sbindir}/syslog-ng-ctl
+%attr(755,root,root) %{_bindir}/loggen
 %attr(755,root,root) %{_bindir}/pdbtool
 %attr(755,root,root) %{_bindir}/update-patterndb
 
@@ -481,6 +481,7 @@ exit 0
 
 %dir %{_var}/lib/%{name}
 %dir %{_var}/lib/%{name}/xsd
+%{_mandir}/man1/loggen.1*
 %{_mandir}/man1/pdbtool.1*
 %{_mandir}/man1/syslog-ng-ctl.1*
 %{_mandir}/man5/syslog-ng.conf.5*
This page took 0.1074 seconds and 4 git commands to generate.