Accepting request 236341 from Base:System

rsyslog 8.2.2 [v8-stable] (forwarded request 236321 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/236341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=89
This commit is contained in:
Stephan Kulow 2014-07-20 08:58:43 +00:00 committed by Git OBS Bridge
commit e1bf347f9d
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:193901c359b8228a85dca7a6a2e715ab2b52c18a66ca9f805d4028bedff98196
size 1944225

3
rsyslog-8.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3be91450b456a41f8baf01e8080023dbb5155debb9785ac22cae28ca94fa2a2d
size 1943594

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 4 19:40:26 UTC 2014 - andreas.stieger@gmx.de
- rsyslog 8.2.2 [v8-stable]
* made contributed modules build under v8
- add mmrfc5424addhmac, was removed in upgrade to v8-stable series
- fix warning about missing symlink
/usr/sbin/rcrsyslog -> /usr/sbin/service
-------------------------------------------------------------------
Mon May 19 07:37:34 UTC 2014 - mt@suse.com

View File

@ -20,7 +20,7 @@ Name: rsyslog
Summary: The enhanced syslogd for Linux and Unix
License: (GPL-3.0+ and Apache-2.0)
Group: System/Daemons
Version: 8.2.1
Version: 8.2.2
Release: 0
%if 0%{?suse_version} >= 1210
%bcond_without systemd
@ -557,6 +557,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar -I../..
--enable-mmsequence \
--enable-mmfields \
--enable-mmpstrucdata \
--enable-mmrfc5424addhmac \
%if %{with guardtime}
--enable-guardtime \
%endif
@ -627,6 +628,7 @@ fi
#
%if %{with systemd} && ! %{with systemv}
install -m755 rsyslog-service-prepare %{buildroot}%{_sbindir}/
ln -svf service %buildroot/%{_sbindir}/rc%{name}
%else
if test -e %{buildroot}%{_unitdir}/rsyslog.service ; then
rm -f %{buildroot}%{_unitdir}/rsyslog.service
@ -842,6 +844,7 @@ fi
%{rsyslog_module_dir_nodeps}/mmcount.so
%{rsyslog_module_dir_nodeps}/mmfields.so
%{rsyslog_module_dir_nodeps}/mmpstrucdata.so
%{rsyslog_module_dir_nodeps}/mmrfc5424addhmac.so
%{rsyslog_module_dir_nodeps}/mmsequence.so
%{rsyslog_module_dir_nodeps}/mmutf8fix.so
%{rsyslog_module_dir_nodeps}/ommail.so
@ -878,6 +881,7 @@ fi
%if %{with systemd} && ! %{with systemv}
%{_sbindir}/rsyslog-service-prepare
%{_unitdir}/rsyslog.service
%{_sbindir}/rc%{name}
%endif
%if %{with diagtools}