diff --git a/syslog-ng.spec b/syslog-ng.spec index 9407552..83c8fa5 100644 --- a/syslog-ng.spec +++ b/syslog-ng.spec @@ -2,7 +2,7 @@ Name: syslog-ng Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Syslog replacement daemon Group: System Environment/Daemons @@ -16,8 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex BuildRequires: pkgconfig >= 0.20 -BuildRequires: glib2-static >= 2.2 -BuildRequires: eventlog-static >= 0.2.5 +BuildRequires: glib2-devel >= 2.2 +BuildRequires: eventlog-devel >= 0.2.5 Requires: logrotate Requires(post): chkconfig, initscripts @@ -50,7 +50,8 @@ chmod -c a-x contrib/syslog2ng %configure \ --sbindir=%{sbindir} \ --sysconfdir=%{_sysconfdir}/syslog-ng \ - --enable-ipv6 + --enable-ipv6 \ + --enable-dynamic-linking make %{?_smp_mflags} @@ -146,6 +147,11 @@ fi %changelog +* Sun Feb 25 2007 Jose Pedro Oliveira - 2.0.2-2 +- Dynamic link glib2 and eventlog (--enable-dynamic-linking). + For Fedora Core 6 (and above) both packages install their dynamic + libraries in /lib. + * Mon Jan 29 2007 Jose Pedro Oliveira - 2.0.2-1 - Update to 2.0.2.