Accepting request 176156 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/176156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=70
This commit is contained in:
Stephan Kulow 2013-05-27 07:59:12 +00:00 committed by Git OBS Bridge
commit 26d24f32c6
6 changed files with 44 additions and 6 deletions

3
rscryutil.1.gz Normal file
View File

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

3
rsgtutil.1.gz Normal file
View File

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

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 13 09:42:56 UTC 2013 - mt@suse.de
- Fixed SLES-11 build that does not have rst2man/python-docutils;
added pre-built rscryutil.1 and rsgtutil.1 as sources because
v7.3.14 does not ship them pre-built any more.
-------------------------------------------------------------------
Tue May 7 18:27:48 UTC 2013 - mt@suse.de
- update to 7.3.14 [beta] 2013-05-06:
- bugfix: some man pages were not properly installed either
rscryutil or rsgtutil man was installed, but not both.
Thanks to Marius Tomaschewski for the patch.
- bugfix: potential segfault on startup when builtin module was
specified in module() statement.
Thanks to Marius Tomaschewski for reporting the bug.
- bugfix: segfault due to invalid dynafile cache handling
Accidently, the old-style cache size parameter was used when the
dynafile cache was created in a RainerScript action. If the
old-style size was lower than the one actually set, this lead to
misadressing when the size was overrun, and that could lead to
all kinds of “interesting things”, often in segfaults.
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440
-------------------------------------------------------------------
Tue Apr 30 13:59:30 UTC 2013 - mt@suse.de

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: 7.3.13
Version: 7.3.14
Release: 0
%if 0%{?suse_version} >= 1210
%bcond_without systemd
@ -158,6 +158,9 @@ BuildRequires: pkgconfig(uuid) >= 2.21.0
%else
BuildRequires: libuuid-devel
%endif
%if 0%{?suse_version} >= 1200
BuildRequires: python-docutils
%endif
%if %{with systemd}
%{?systemd_requires}
BuildRequires: pkgconfig(systemd)
@ -168,6 +171,8 @@ Source1: rsyslog.sysconfig
Source2: rsyslog.conf.in
Source4: rsyslog.d.remote.conf.in
Source5: rsyslog-service-prepare.in
Source10: rscryutil.1.gz
Source11: rsgtutil.1.gz
# PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodriguez@opensuse.org Customize upstream systemd unit for openSUSE needs.
Patch0: rsyslog-unit.patch
@ -467,6 +472,10 @@ for file in rsyslog-service-prepare; do
done
%endif
dos2unix doc/*.html
# v7.3.14 does not ship them pre-built
for m in rscryutil.1 rsgtutil.1 ; do
test -f tools/${m} || gunzip -c "$RPM_SOURCE_DIR/${m}.gz" > tools/${m}
done
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar -I../../grammar"
@ -569,8 +578,6 @@ make %{?_smp_mflags:%{_smp_mflags}} V=1
%install
make install DESTDIR="%{buildroot}" V=1
# Hack for v7.3.13, remove when fixed upstream
install -m644 tools/rsgtutil.1 %{buildroot}%{_mandir}/man1/
#
rm -f %{buildroot}%{rsyslog_module_dir_nodeps}/*.la
#