diff --git a/.cvsignore b/.cvsignore index 8d762d8..ee1217f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslog-ng-1.6.8.tar.gz +syslog-ng-1.6.9.tar.gz diff --git a/sources b/sources index 79d900a..7c2548f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffbad7e8e6dcbe385820b8ffba23b622 syslog-ng-1.6.8.tar.gz +5280a86b4f5c25b2ba157c8cea302cf0 syslog-ng-1.6.9.tar.gz diff --git a/syslog-ng.spec b/syslog-ng.spec index e58416d..ce62da7 100644 --- a/syslog-ng.spec +++ b/syslog-ng.spec @@ -2,20 +2,20 @@ %define sbindir /sbin Name: syslog-ng -Version: 1.6.8 -Release: 2%{?dist} +Version: 1.6.9 +Release: 1%{?dist} Summary: Syslog replacement daemon Group: System Environment/Daemons License: GPL Url: http://www.balabit.com/products/syslog_ng/ -Source0: http://www.balabit.com/downloads/syslog-ng/1.6/src/syslog-ng-1.6.8.tar.gz +Source0: http://www.balabit.com/downloads/syslog-ng/1.6/src/syslog-ng-%{version}.tar.gz Source1: syslog.log Patch0: syslog-ng-1.6.7-init.patch Patch1: syslog-ng-1.6.7-logrotate.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libol-devel >= 0.3.16 +#BuildRequires: libol-devel >= 0.3.16 BuildRequires: flex, tcp_wrappers, which # Requires sed v3.95 (command line option -i) Requires: logrotate, sed >= 3.95 @@ -117,6 +117,10 @@ fi %changelog +* Wed Nov 23 2005 Jose Pedro Oliveira - 1.6.9-1 +- Update to 1.6.9. +- The libol support library is now included in the syslog-ng tarball. + * Wed Jun 22 2005 Jose Pedro Oliveira - 1.6.8-2 - BuildRequire which, since it's not part of the default buildgroup (Konstantin Ryabitsev).