diff --git a/.gitignore b/.gitignore index 0279e38..d9d81e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ syslog-ng_3.1.1.tar.gz /syslog-ng-3.2.2.tar.bz2 +/syslog-ng-3.2.3-20110424.tar.bz2 diff --git a/sources b/sources index 891d4c3..d5e0cd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29604c4157328f0a9b32c0f85e7b43e0 syslog-ng-3.2.2.tar.bz2 +9ae92b35c43cf099d8d0c513510c7c3e syslog-ng-3.2.3-20110424.tar.bz2 diff --git a/syslog-ng.spec b/syslog-ng.spec index dd6d273..680defb 100644 --- a/syslog-ng.spec +++ b/syslog-ng.spec @@ -1,4 +1,5 @@ %define evtlog_ver 0.2.12 +%define gitsnapshot 20110424 %define _sbindir /sbin %define _localstatedir /var/lib/syslog-ng @@ -6,8 +7,8 @@ %define system_service /lib/systemd/system Name: syslog-ng -Version: 3.2.2 -Release: 4%{?dist} +Version: 3.2.3 +Release: 0.%{gitsnapshot}.1%{?dist} Summary: Next-generation syslog server Group: System Environment/Daemons @@ -16,9 +17,9 @@ Url: http://www.balabit.com/products/syslog_ng/ # git clone git://git.balabit.hu/bazsi/syslog-ng-3.2.git/ # cd syslog-ng-3.2/ -# git archive --format=tar --prefix="syslog-ng-3.2.2/" HEAD . | bzip2 > ../syslog-ng-3.2.2.tar.bz2 +# git archive --format=tar --prefix="syslog-ng-3.2.3/" HEAD . | bzip2 > ../syslog-ng-3.2.3-20110424.tar.bz2 #Source0: http://www.balabit.com/downloads/files/%{name}/open-source-edition/%{version}/source/%{name}_%{version}.tar.gz -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}-%{gitsnapshot}.tar.bz2 Source1: syslog-ng.conf Source2: syslog-ng.init.d Source3: syslog-ng.sysconfig @@ -255,6 +256,10 @@ fi %changelog +* Mon Apr 25 2011 Jose Pedro Oliveira - 3.2.3-0.20110424.1 +- change NVR to alert users that we have been using a syslog-ng v3.2 git snapshot + (for systemd support) + * Mon Apr 25 2011 Jose Pedro Oliveira - 3.2.2-4 - re-introduces the "Provides: syslog" (#651823 comments 13, 15 and 21) - rename the logrotate.d file back to syslog (#651823 comments 12, 15, 16 and 21)