Hello community, here is the log from the commit of package syslog-ng for openSUSE:Factory checked in at 2017-11-10 14:57:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syslog-ng (Old) and /work/SRC/openSUSE:Factory/.syslog-ng.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syslog-ng" Fri Nov 10 14:57:28 2017 rev:91 rq:540161 version:3.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes 2017-10-11 23:03:57.670047056 +0200 +++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2017-11-10 14:57:41.903424961 +0100 @@ -1,0 +2,8 @@ +Wed Oct 11 15:24:42 UTC 2017 - [email protected] + +- Update package summaries and RPM group classifications. + Drop author lists from descriptions. Remove redundant %clean + section. Replace old $RPM_ shell vars and make consistent use + of macros instead. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syslog-ng.spec ++++++ --- /var/tmp/diff_new_pack.jp9Qc1/_old 2017-11-10 14:57:43.691360290 +0100 +++ /var/tmp/diff_new_pack.jp9Qc1/_new 2017-11-10 14:57:43.695360145 +0100 @@ -156,23 +156,16 @@ * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). -The official home page of syslog-ng is: -http://www.balabit.com/network-security/syslog-ng/ - -Authors: --------- - Balázs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %if %{with curl} %package curl -Summary: Curl (HTTP) destination support for syslog-ng -Group: System/Libraries +Summary: HTTP destination support for syslog-ng +Group: System/Daemons Requires: %{name} = %{version} %description curl -This package provides curl (HTTP) destination support for syslog-ng. +This package provides HTTP destination support for syslog-ng by means +of libcurl. %endif @@ -180,18 +173,18 @@ %package java Summary: Java destination support for syslog-ng -Group: System/Libraries +Group: System/Daemons Requires: %{name} = %{version} %description java -This package provides java destination support for syslog-ng. +This package provides Java destination support for syslog-ng. %endif %if %{with dbi} %package sql -Summary: SQL support using DBI +Summary: SQL support using DBI for syslog-ng Group: System/Daemons Requires: %{name} = %{version} @@ -199,17 +192,12 @@ This package provides the libafsql module providing support for logging into a SQL database using DBI. -Authors: --------- - Balázs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %endif %if 0%{?with_smtp} %package smtp -Summary: SMTP output support +Summary: SMTP output support for syslog-ng Group: System/Daemons Requires: %{name} = %{version} @@ -217,17 +205,12 @@ This package provides the afsmtp module providing support for logging into SMTP. -Authors: --------- - Balázs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %endif %if 0%{?with_geoip} %package geoip -Summary: GeoIP support +Summary: GeoIP support for syslog-ng Group: System/Daemons Requires: %{name} = %{version} @@ -235,17 +218,12 @@ This package provides the tfgeoip module providing support for logging country information. -Authors: --------- - Balázs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %endif %if %{with redis} %package redis -Summary: Redis destination support +Summary: Redis destination support for syslog-ng Group: System/Daemons Requires: %{name} = %{version} @@ -253,38 +231,28 @@ This package provides the libredis module providing support for logging to a redis destination. -Authors: --------- - Balázs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %endif %if %{with python} %package python Summary: Python destination support for syslog-ng -Group: System/Libraries +Group: System/Daemons Requires: %{name} = %{version} %description python -This package provides python destination support for syslog-ng. +This package provides Python destination support for syslog-ng. %endif %package devel Summary: Development files for syslog-ng -Group: System/Daemons +Group: Development/Libraries/C and C++ Requires: %{name} = %{version} %description devel This package provides files necessary for syslog-ng development. -Authors: --------- - Balázs Scheidler <[email protected]> - BalaBit IT Ltd. <[email protected]> - %prep %setup -q -n syslog-ng-%{version} %patch0 -p1 @@ -311,7 +279,7 @@ ## libtoolize --force --copy --install autoreconf -fi -export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="%{optflags}" %if 0%{?with_geoip} export GEOIP_LIBS="-lGeoIP" %endif @@ -398,9 +366,9 @@ # install configs install -m644 syslog-ng.conf.default \ - $RPM_BUILD_ROOT%{_sysconfdir}/syslog-ng/syslog-ng.conf -install -m644 $RPM_SOURCE_DIR/syslog-ng.sysconfig \ - $RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates/sysconfig.syslog-ng + %{buildroot}/%{_sysconfdir}/syslog-ng/syslog-ng.conf +install -m644 %{_sourcedir}/syslog-ng.sysconfig \ + %{buildroot}/%{_localstatedir}/adm/fillup-templates/sysconfig.syslog-ng # create empty /etc/syslog-ng/conf.d/ install -d -m755 %{buildroot}%{_sysconfdir}/syslog-ng/conf.d/ @@ -424,14 +392,6 @@ rm %{buildroot}/%{_libdir}/pkgconfig/syslog-ng-test.pc rm %{buildroot}/%{_libdir}/syslog-ng/libtest/libsyslog-ng-test.a -%clean -## -## clean build root ######################################### -## -if [ -n "%{buildroot}" ] && [ "%{buildroot}" != "/" ] ; then - rm -rf "%{buildroot}" -fi - %if %{with systemd} && ! %{with systemv} %pre
