Accepting request 172597 from home:AndreasStieger:rsyslog-stable

fix build

OBS-URL: https://build.opensuse.org/request/show/172597
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=137
This commit is contained in:
2013-04-19 22:04:19 +00:00
committed by Git OBS Bridge
parent 37c5195d5e
commit 12bca0b5e3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 19 21:53:30 UTC 2013 - andreas.stieger@gmx.de
- rsyslogd.conf removed from upstream tarball, no longer install as
documentation.
- build requirement for libestr is >= 0.1.5
-------------------------------------------------------------------
Fri Apr 19 09:11:23 UTC 2013 - mt@suse.de

View File

@@ -589,7 +589,7 @@ install -m0600 %{_sourcedir}/rsyslog.sysconfig \
#
rm -f doc/Makefile*
install -d -m0755 %{buildroot}%{rsyslogdocdir}/
find ChangeLog README AUTHORS COPYING COPYING.LESSER rsyslog.conf doc \
find ChangeLog README AUTHORS COPYING COPYING.LESSER doc \
\( -type d -exec install -m755 -d %{buildroot}%{rsyslogdocdir}/\{\} \; \) \
-o \( -type f -exec install -m644 \{\} %{buildroot}%{rsyslogdocdir}/\{\} \; \)
#
@@ -783,7 +783,6 @@ fi
%{_mandir}/man5/rsyslog.conf.5*
%{_mandir}/man8/rsyslogd.8*
%dir %{rsyslogdocdir}
%doc %{rsyslogdocdir}/rsyslog.conf
%doc %{rsyslogdocdir}/ChangeLog
%doc %{rsyslogdocdir}/README
%doc %{rsyslogdocdir}/AUTHORS