Hello community, here is the log from the commit of package syslog-ng for openSUSE:Factory checked in at 2012-11-18 20:27:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syslog-ng (Old) and /work/SRC/openSUSE:Factory/.syslog-ng.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syslog-ng", Maintainer is "m...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes 2012-10-26 17:33:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2012-11-18 20:27:24.000000000 +0100 @@ -1,0 +2,40 @@ +Mon Nov 12 17:30:32 UTC 2012 - m...@suse.com + +- Fixed build requires / deps to work on 12.x and SLE-11-SP2. +- Initialized SYSLOG_NG_PARAMS env variable in service file. +- Marked additional log sockets file as ghost. + +------------------------------------------------------------------- +Mon Nov 12 10:33:15 UTC 2012 - m...@suse.com + +- Added syslog-ng.service and prepare script to spec file sources. + +------------------------------------------------------------------- +Fri Nov 9 17:09:24 UTC 2012 - m...@suse.com + +- Changed to provide a specific syslog-ng.service file which + creates an alias to syslog.service while activation instead + of using a SYSLOG_DAEMON to choose the syslog daemon. + A short pre-exec script is used to generate the additional + (chroot) log socket config (bnc#788330). +- Updated syslog provides/requires and added a conflict with + otherproviders(syslog). +- Dropped all ifdef-s and cleaned up to specify all relevant + directories via rpm macros. +- Changed to install in /usr/sbin, compatibility link in /sbin. + +------------------------------------------------------------------- +Tue Nov 6 17:06:14 CET 2012 - cza...@balabit.hu + +- remove ifdef-s related to 11.X support except for systemd + (so SLES support could be fixed) +- remove no more used parts from spec +- remove syslog-ng.rc-script from sources + +------------------------------------------------------------------- +Tue Oct 31 12:18:36 CET 2012 - cza...@balabit.hu + +- update to 3.3.7 release +- some last minute bugfixes + +------------------------------------------------------------------- Old: ---- syslog-ng.rc-script syslog-ng_3.3.6.91.tar.gz New: ---- syslog-ng-service-prepare syslog-ng.service syslog-ng_3.3.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syslog-ng.spec ++++++ ++++ 636 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.spec ++++ and /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.spec ++++++ syslog-ng-service-prepare ++++++ #!/bin/sh test -s "/etc/sysconfig/syslog" && \ . "/etc/sysconfig/syslog" run_dir="RUN_DIR" cfg_file="ADDITIONAL_SOCKETS" umask 0022 /bin/mkdir -p -m 0755 "${run_dir}" # # Prepare include with sockets in chroot's # echo 'source chroots {' > "${cfg_file}" for variable in ${!SYSLOGD_ADDITIONAL_SOCKET*}; do eval value=\$$variable test -z "$value" && continue test -d "${value%/*}" || continue echo "unix-dgram(\"$value\");" done >> "${cfg_file}" echo '};' >> "${cfg_file}" # # make sure xconsole exists and is a pipe # if test -e /dev/xconsole -a ! -p /dev/xconsole ; then /bin/rm -f /dev/xconsole fi if test ! -e /dev/xconsole ; then /bin/mknod -m 0600 /dev/xconsole p /bin/chown root:tty /dev/xconsole fi exit 0 ++++++ syslog-ng.conf.default ++++++ --- /var/tmp/diff_new_pack.jTrD4u/_old 2012-11-18 20:27:25.000000000 +0100 +++ /var/tmp/diff_new_pack.jTrD4u/_new 2012-11-18 20:27:25.000000000 +0100 @@ -48,7 +48,7 @@ #udp(ip("0.0.0.0") port(514)); }; -include "/var/run/syslog-ng/additional-log-sockets.conf"; +include "ADDITIONAL_SOCKETS"; # # Filter definitions ++++++ syslog-ng.service ++++++ [Unit] Description=System Logging Service Requires=var-run.mount Requires=syslog.target After=var-run.mount Before=syslog.target Conflicts=rsyslog.service syslogd.service [Service] Environment=SYSLOG_NG_PARAMS= ExecStartPre=@sbindir@/syslog-ng-service-prepare EnvironmentFile=-/etc/sysconfig/syslog ExecStart=@sbindir@/syslog-ng -F $SYSLOG_NG_PARAMS ExecReload=/bin/kill -HUP $MAINPID Sockets=syslog.socket StandardOutput=null [Install] WantedBy=multi-user.target Alias=syslog.service ++++++ syslog-ng_3.3.6.91.tar.gz -> syslog-ng_3.3.7.tar.gz ++++++ ++++ 87566 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org