* - change NVR to alert users that we have been using a syslog-ng v3.2

git snapshot (for systemd support)
This commit is contained in:
Jose Pedro Oliveira 2011-04-26 02:02:37 +01:00
parent 75106670f5
commit 3aa58cc42f
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
29604c4157328f0a9b32c0f85e7b43e0 syslog-ng-3.2.2.tar.bz2
9ae92b35c43cf099d8d0c513510c7c3e syslog-ng-3.2.3-20110424.tar.bz2

View File

@ -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 <jpo at di.uminho.pt> - 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 <jpo at di.uminho.pt> - 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)