]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- release 3 - enabled tcp wrapper support, not tested
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 10 Sep 2003 21:13:10 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng.spec -> 1.85

syslog-ng.spec

index 6b8cdb092c7b5118a505f428cd7bf3e58b5ff1d4..bf35df87be228a1fb49e1f7d1791c110f9faf052 100644 (file)
@@ -8,7 +8,7 @@ Summary(pl):    Syslog-ng - zamiennik syskloga
 Summary(pt_BR):        Daemon de log nova geração
 Name:          syslog-ng
 Version:       %{mainver}.%{minorver}
-Release:       0.%{subver}.2
+Release:       0.%{subver}.3
 License:       GPL
 Group:         Daemons
 Source0:       http://www.balabit.hu/downloads/syslog-ng/%{mainver}/src/%{name}-%{fullver}.tar.gz
@@ -22,6 +22,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: flex
 BuildRequires: libol-static >= 0.3.10
+BuildRequires: libwrap-devel
 PreReq:                rc-scripts >= 0.2.0
 Requires(post,preun):  /sbin/chkconfig
 Requires(post):        fileutils
@@ -64,7 +65,8 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --enable-tcp-wrapper
 %{__make}
 
 %install
This page took 0.128825 seconds and 4 git commands to generate.