Hello community, here is the log from the commit of package issue-generator for openSUSE:Factory checked in at 2018-02-08 14:10:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/issue-generator (Old) and /work/SRC/openSUSE:Factory/.issue-generator.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "issue-generator" Thu Feb 8 14:10:14 2018 rev:7 rq:573737 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes 2017-12-16 20:46:09.722428151 +0100 +++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 2018-02-08 14:10:15.298359454 +0100 @@ -1,0 +2,7 @@ +Wed Feb 7 15:52:39 CET 2018 - [email protected] + +- Update to version 1.4 + - check if agetty is available + - adjust to changed ssh-keygen output + +------------------------------------------------------------------- Old: ---- issue-generator-1.3.tar.bz2 New: ---- issue-generator-1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ issue-generator.spec ++++++ --- /var/tmp/diff_new_pack.wa4PJ3/_old 2018-02-08 14:10:16.054324158 +0100 +++ /var/tmp/diff_new_pack.wa4PJ3/_new 2018-02-08 14:10:16.054324158 +0100 @@ -1,7 +1,7 @@ # # spec file for package issue-generator # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: issue-generator -Version: 1.3 +Version: 1.4 Release: 0 Summary: Generates an issue files from different snippets License: GPL-2.0+ ++++++ issue-generator-1.3.tar.bz2 -> issue-generator-1.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/issue-generator-1.3/NEWS new/issue-generator-1.4/NEWS --- old/issue-generator-1.3/NEWS 2017-03-28 12:55:47.000000000 +0200 +++ new/issue-generator-1.4/NEWS 2018-02-07 15:45:07.000000000 +0100 @@ -1,6 +1,10 @@ issue-generator NEWS -- history of user-visible changes. -Copyright (C) 2016, 2017 Thorsten Kukuk +Copyright (C) 2016-2018 Thorsten Kukuk + +Version 1.4 +* Don't print error if there is no agetty +* Adjust parsing of ssh-keygen output Version 1.3 * Make list of shown network interfaces configureable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/issue-generator-1.3/configure new/issue-generator-1.4/configure --- old/issue-generator-1.3/configure 2017-03-28 12:55:56.000000000 +0200 +++ new/issue-generator-1.4/configure 2018-02-07 15:45:17.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for issue-generator 1.3. +# Generated by GNU Autoconf 2.69 for issue-generator 1.4. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ # Identity of this package. PACKAGE_NAME='issue-generator' PACKAGE_TARNAME='issue-generator' -PACKAGE_VERSION='1.3' -PACKAGE_STRING='issue-generator 1.3' +PACKAGE_VERSION='1.4' +PACKAGE_STRING='issue-generator 1.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1210,7 +1210,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 issue-generator 1.3 to adapt to many kinds of systems. +\`configure' configures issue-generator 1.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1276,7 +1276,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of issue-generator 1.3:";; + short | recursive ) echo "Configuration of issue-generator 1.4:";; esac cat <<\_ACEOF @@ -1356,7 +1356,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -issue-generator configure 1.3 +issue-generator configure 1.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1373,7 +1373,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by issue-generator $as_me 1.3, which was +It was created by issue-generator $as_me 1.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2236,7 +2236,7 @@ # Define the identity of the package. PACKAGE='issue-generator' - VERSION='1.3' + VERSION='1.4' cat >>confdefs.h <<_ACEOF @@ -3093,7 +3093,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by issue-generator $as_me 1.3, which was +This file was extended by issue-generator $as_me 1.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3146,7 +3146,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -issue-generator config.status 1.3 +issue-generator config.status 1.4 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/issue-generator-1.3/configure.ac new/issue-generator-1.4/configure.ac --- old/issue-generator-1.3/configure.ac 2017-03-28 12:55:12.000000000 +0200 +++ new/issue-generator-1.4/configure.ac 2018-02-07 15:41:24.000000000 +0100 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(issue-generator, 1.3) +AC_INIT(issue-generator, 1.4) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([sbin/issue-generator.in]) AC_PREFIX_DEFAULT(/usr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/issue-generator-1.3/sbin/issue-generator.in new/issue-generator-1.4/sbin/issue-generator.in --- old/issue-generator-1.3/sbin/issue-generator.in 2017-03-28 11:38:20.000000000 +0200 +++ new/issue-generator-1.4/sbin/issue-generator.in 2018-02-07 15:43:44.000000000 +0100 @@ -80,7 +80,7 @@ mkdir -p ${PREFIX}/run/issue.d for KEY_FILE in $(find /etc/ssh -name 'ssh_host_*_key') ; do ssh-keygen -l -f ${KEY_FILE}; - done | awk '{print "SSH host key: " $2 " " $5}' > ${PREFIX}/run/issue.d/60-ssh_host_keys.conf + done | awk '{print "SSH host key: " $2 " " $4}' > ${PREFIX}/run/issue.d/60-ssh_host_keys.conf ;; del|delete|rm|remove) rm -f ${PREFIX}/run/issue.d/60-ssh_host_keys.conf @@ -108,4 +108,4 @@ find_files generate_issue > ${PREFIX}/run/issue -/usr/sbin/agetty --reload > /dev/null || : +[ -x /usr/sbin/agetty ] && /usr/sbin/agetty --reload > /dev/null || :
