From e32e6e538e18bbdcb250bf10022dd519106a3bb8 Mon Sep 17 00:00:00 2001 From: Tomas Heinrich Date: Tue, 11 Jun 2013 10:17:01 +0200 Subject: [PATCH] Rebase to 7.4.0 - drop autoconf automake libtool from BuildRequires - depends on systemd >= 201 because of the sd_journal_get_events() api --- .gitignore | 1 + rsyslog.spec | 18 ++++++++++-------- sources | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index fa21b94..2373ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ rsyslog-4.6.3.tar.gz /rsyslog-7.3.9.tar.gz /rsyslog-7.3.10.tar.gz /rsyslog-7.3.15-20130604git6e72fa6.tar.gz +/rsyslog-7.4.0.tar.gz diff --git a/rsyslog.spec b/rsyslog.spec index 42d7c9d..76c75c5 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -9,16 +9,15 @@ %global want_hiredis 1 %global want_mongodb 1 %endif -%global snapshot 20130604git6e72fa6 Summary: Enhanced system logging and kernel message trapping daemon Name: rsyslog -Version: 7.3.15 -Release: 1.%{snapshot}%{?dist} +Version: 7.4.0 +Release: 1%{?dist} License: (GPLv3+ and ASL 2.0) Group: System Environment/Daemons URL: http://www.rsyslog.com/ -Source0: %{name}-%{version}-%{snapshot}.tar.gz +Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz Source2: rsyslog.conf Source3: rsyslog.sysconfig Source4: rsyslog.log @@ -29,14 +28,13 @@ Patch1: rsyslog-7.2.2-manpage-dbg-mode.patch Patch2: rsyslog-7.2.1-msg_c_nonoverwrite_merge.patch Patch3: rsyslog-7.3.15-imuxsock-warning.patch -BuildRequires: autoconf automake libtool BuildRequires: bison BuildRequires: flex BuildRequires: json-c-devel BuildRequires: libuuid-devel BuildRequires: pkgconfig BuildRequires: python-docutils -BuildRequires: systemd-devel >= 197 +BuildRequires: systemd-devel >= 201 BuildRequires: zlib-devel Requires: logrotate >= 3.5.2 @@ -241,7 +239,7 @@ spoof the sender address. Also, it enables to circle through a number of source ports. %prep -%setup -q -n rsyslog +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -262,7 +260,6 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" export HIREDIS_CFLAGS=-I/usr/include/hiredis export HIREDIS_LIBS=-L%{_libdir} %endif -autoreconf -is %configure \ --prefix=/usr \ --disable-static \ @@ -468,6 +465,11 @@ done %{_libdir}/rsyslog/omudpspoof.so %changelog +* Tue Jun 11 2013 Tomas Heinrich 7.4.0-1 +- rebase to 7.4.0 +- drop autoconf automake libtool from BuildRequires +- depends on systemd >= 201 because of the sd_journal_get_events() api + * Tue Jun 04 2013 Tomas Heinrich 7.3.15-1.20130604git6e72fa6 - rebase to an upstream snapshot, effectively version 7.3.15 plus several more changes diff --git a/sources b/sources index 44a4fe5..0ef7f3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2ce253138499a3a7b9c7975dcdf8417 rsyslog-7.3.15-20130604git6e72fa6.tar.gz +5bd05354331f4955337d8e4bc64db985 rsyslog-7.4.0.tar.gz