diff --git a/syslog-ng.spec b/syslog-ng.spec index ca89359..0b42e6a 100644 --- a/syslog-ng.spec +++ b/syslog-ng.spec @@ -2,7 +2,7 @@ Name: syslog-ng Version: 3.14.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Next-generation syslog server Group: System Environment/Daemons @@ -166,9 +166,10 @@ developing applications that use %{name}. %prep %autosetup -p 1 -# Remove bundled copy of rabbitmq-c, otherwise configure will run there even -# though building with --with-librabbitmq-client=no. +# Remove bundled libraries +rm -rf lib/ivykis rm -rf modules/afamqp/rabbitmq-c +rm -rf modules/afmongodb/mongo-c-driver # fix perl path %{__sed} -i 's|^#!/usr/local/bin/perl|#!%{__perl}|' contrib/relogger.pl @@ -394,6 +395,9 @@ fi %changelog +* Thu Mar 01 2018 My Karlsson - 3.14.1-3 +- Remove bundled libraries at build time + * Thu Mar 01 2018 My Karlsson - 3.14.1-2 - Disable configuring of rabbitmq-c