OBS User unknown 2008-09-13 10:09:11 +00:00 committed by Git OBS Bridge
parent 846b5054c6
commit 4307d1ae68
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 10 15:11:05 CEST 2008 - schwab@suse.de
- Run autoreconf.
-------------------------------------------------------------------
Tue Sep 9 16:16:14 CEST 2008 - mt@suse.de

View File

@ -23,7 +23,7 @@ Name: rsyslog
%define rsyslog_docdir %{_docdir}/%{name}
%define install_all_modules_in_lib 0
Version: 3.18.3
Release: 2
Release: 4
License: GPL v3 or later
Group: System/Daemons
Summary: Rsyslog, the enhanced syslogd for Linux and Unix
@ -173,8 +173,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall"
%if 0%{?suse_version} > 1000 && 0%{?suse_version} < 1030
export CFLAGS="$CFLAGS -fstack-protector"
%endif
%{?suse_update_config:%{suse_update_config -f}}
#autoreconf
autoreconf -fi
%configure \
%if ! 0%{install_all_modules_in_lib}
--with-moddirs=%{_prefix}%{_libdir}/rsyslog/ \
@ -443,6 +442,8 @@ fi
%endif
%changelog
* Wed Sep 10 2008 schwab@suse.de
- Run autoreconf.
* Tue Sep 09 2008 mt@suse.de
- Enabled mail, imfile and imtemplate modules
- Enabled snmp module, packaged as rsyslog-module-snmp