Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-update for openSUSE:Factory checked in at 2022-11-10 17:33:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-update (Old) and /work/SRC/openSUSE:Factory/.os-update.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-update" Thu Nov 10 17:33:10 2022 rev:5 rq:1035100 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/os-update/os-update.changes 2022-11-08 10:54:13.385666532 +0100 +++ /work/SRC/openSUSE:Factory/.os-update.new.1597/os-update.changes 2022-11-10 17:33:11.839511531 +0100 @@ -1,0 +2,7 @@ +Thu Nov 10 15:25:52 UTC 2022 - Thorsten Kukuk <ku...@suse.com> + +- Update to version 1.4.1 + - Increase limit of lines from log in status mail to 500 + - Fix syntax error in systemd-status-mail manual page source + +------------------------------------------------------------------- Old: ---- os-update-1.4.tar.xz New: ---- os-update-1.4.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-update.spec ++++++ --- /var/tmp/diff_new_pack.asrTg4/_old 2022-11-10 17:33:12.251513636 +0100 +++ /var/tmp/diff_new_pack.asrTg4/_new 2022-11-10 17:33:12.255513656 +0100 @@ -21,7 +21,7 @@ %endif Name: os-update -Version: 1.4 +Version: 1.4.1 Release: 0 Summary: Updates the system regular to stay current and safe License: GPL-2.0-or-later @@ -43,6 +43,7 @@ %package -n systemd-status-mail Summary: Send a mail if a systemd.timer fails and/or succeeds Requires: (/usr/sbin/sendmail or mailx) +Suggests: mailx %description -n systemd-status-mail systemd-mail-status is called by systemd-status-mail@.service if the ++++++ os-update-1.4.tar.xz -> os-update-1.4.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-update-1.4/NEWS new/os-update-1.4.1/NEWS --- old/os-update-1.4/NEWS 2022-11-07 15:26:30.000000000 +0100 +++ new/os-update-1.4.1/NEWS 2022-11-10 16:23:01.000000000 +0100 @@ -1,3 +1,6 @@ +Version 1.4.1 + - Increase limit of lines from log in status mail to 500 + Version 1.4 - Provide service to send mails about systemd service status diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-update-1.4/configure new/os-update-1.4.1/configure --- old/os-update-1.4/configure 2022-11-07 15:31:37.000000000 +0100 +++ new/os-update-1.4.1/configure 2022-11-10 16:23:25.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for os-update 1.4. +# Generated by GNU Autoconf 2.69 for os-update 1.4.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ # Identity of this package. PACKAGE_NAME='os-update' PACKAGE_TARNAME='os-update' -PACKAGE_VERSION='1.4' -PACKAGE_STRING='os-update 1.4' +PACKAGE_VERSION='1.4.1' +PACKAGE_STRING='os-update 1.4.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1214,7 +1214,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures os-update 1.4 to adapt to many kinds of systems. +\`configure' configures os-update 1.4.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1280,7 +1280,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of os-update 1.4:";; + short | recursive ) echo "Configuration of os-update 1.4.1:";; esac cat <<\_ACEOF @@ -1370,7 +1370,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -os-update configure 1.4 +os-update configure 1.4.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1387,7 +1387,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by os-update $as_me 1.4, which was +It was created by os-update $as_me 1.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2250,7 +2250,7 @@ # Define the identity of the package. PACKAGE='os-update' - VERSION='1.4' + VERSION='1.4.1' cat >>confdefs.h <<_ACEOF @@ -3124,7 +3124,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by os-update $as_me 1.4, which was +This file was extended by os-update $as_me 1.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3177,7 +3177,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -os-update config.status 1.4 +os-update config.status 1.4.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-update-1.4/configure.ac new/os-update-1.4.1/configure.ac --- old/os-update-1.4/configure.ac 2022-11-07 15:26:35.000000000 +0100 +++ new/os-update-1.4.1/configure.ac 2022-11-10 16:23:01.000000000 +0100 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(os-update, 1.4) +AC_INIT(os-update, 1.4.1) AM_INIT_AUTOMAKE AC_PREFIX_DEFAULT(/usr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-update-1.4/src/systemd-status-mail new/os-update-1.4.1/src/systemd-status-mail --- old/os-update-1.4/src/systemd-status-mail 2022-11-07 10:41:12.000000000 +0100 +++ new/os-update-1.4.1/src/systemd-status-mail 2022-11-09 14:59:18.000000000 +0100 @@ -38,7 +38,7 @@ Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 -$(systemctl status --full "$2") +$(systemctl status --lines=500 --full "$2") EOF ;; mailx) @@ -46,7 +46,7 @@ RELAY="-Ssmtp=${RELAYHOST}" fi mailx -Ssendwait -s "$2 ($HOSTNAME)" -r "systemd <root@$HOSTNAME>" "$RELAY" "$1" <<EOF -$(systemctl status --full "$2") +$(systemctl status --lines=500 --full "$2") EOF ;; esac diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-update-1.4/src/systemd-status-mail.8 new/os-update-1.4.1/src/systemd-status-mail.8 --- old/os-update-1.4/src/systemd-status-mail.8 2022-11-07 11:54:14.000000000 +0100 +++ new/os-update-1.4.1/src/systemd-status-mail.8 2022-11-10 16:23:27.000000000 +0100 @@ -4,8 +4,8 @@ .hy .SH NAME .PP -\f[B]systemd-status-mail\f[R] - Send a mail if a systemd.timer fails # -SYNOPSIS +\f[B]systemd-status-mail\f[R] - Send a mail if a systemd.timer fails +.SH SYNOPSIS .PP \f[B]/usr/libexec/systemd-status-mail\f[R] .PD 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-update-1.4/src/systemd-status-mail.8.md new/os-update-1.4.1/src/systemd-status-mail.8.md --- old/os-update-1.4/src/systemd-status-mail.8.md 2022-11-07 11:54:10.000000000 +0100 +++ new/os-update-1.4.1/src/systemd-status-mail.8.md 2022-11-10 16:23:01.000000000 +0100 @@ -4,6 +4,7 @@ # NAME **systemd-status-mail** - Send a mail if a systemd.timer fails + # SYNOPSIS | **/usr/libexec/systemd-status-mail**