commit issue-generator for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2020-10-23 12:20:25

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new.3463 (New)


Package is "issue-generator"

Fri Oct 23 12:20:25 2020 rev:16 rq:843161 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2020-10-10 19:02:54.340440060 +0200
+++ 
/work/SRC/openSUSE:Factory/.issue-generator.new.3463/issue-generator.changes
2020-10-23 12:21:05.388629871 +0200
@@ -1,0 +2,16 @@
+Wed Oct 21 08:53:39 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 1.12
+  - Update manual page
+  - Use python3 instead of python 2.x
+
+---
+Mon Oct 19 14:26:58 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 1.11
+  - Don't display issue.d/*.issue files, agetty will do that [bsc#1177891]
+  - Ignore /run/issue.d in issue-generator.path, else issue-generator will
+be called too fast too often [bsc#1177865]
+  - Ignore *.bak, *~ and *.rpm* files [bsc#1118862]
+
+---

Old:

  issue-generator-1.10.tar.xz

New:

  issue-generator-1.12.tar.xz



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.7OrCmn/_old  2020-10-23 12:21:07.988631704 +0200
+++ /var/tmp/diff_new_pack.7OrCmn/_new  2020-10-23 12:21:07.992631707 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   issue-generator
-Version:1.10
+Version:1.12
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0-or-later

++ issue-generator-1.10.tar.xz -> issue-generator-1.12.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.10/NEWS 
new/issue-generator-1.12/NEWS
--- old/issue-generator-1.10/NEWS   2020-07-07 09:57:48.0 +0200
+++ new/issue-generator-1.12/NEWS   2020-10-21 10:48:09.0 +0200
@@ -2,6 +2,15 @@
 
 Copyright (C) 2016-2020 Thorsten Kukuk
 
+Version 1.12
+* Document changes about handling of issue.d/* files
+
+Version 1.11
+* Don't display issue.d/*.issue files, agetty will do that [bsc#1177891]
+* Ignore /run/issue.d in issue-generator.path, else issue-generator will
+  be called too fast too often [bsc#1177865]
+* Ignore *.bak, *~ and *.rpm* files [bsc#1118862]
+
 Version 1.10
 * Display wlan interfaces, too [bsc#1169070]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.10/configure 
new/issue-generator-1.12/configure
--- old/issue-generator-1.10/configure  2020-07-07 09:57:52.0 +0200
+++ new/issue-generator-1.12/configure  2020-10-21 10:48:15.0 +0200
@@ -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.10.
+# Generated by GNU Autoconf 2.69 for issue-generator 1.12.
 #
 #
 # 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.10'
-PACKAGE_STRING='issue-generator 1.10'
+PACKAGE_VERSION='1.12'
+PACKAGE_STRING='issue-generator 1.12'
 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.10 to adapt to many kinds of systems.
+\`configure' configures issue-generator 1.12 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.10:";;
+ short | recursive ) echo "Configuration of issue-generator 1.12:";;
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.10
+issue-generator configure 1.12
 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.10, which was
+It was created by issue-generator $as_me 1.12, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2236,7 +2236,7 @@
 
 # Define the identity of the package.

commit issue-generator for openSUSE:Factory

2020-10-10 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2020-10-10 19:02:42

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new.4249 (New)


Package is "issue-generator"

Sat Oct 10 19:02:42 2020 rev:15 rq:840255 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2020-07-15 11:29:48.229880688 +0200
+++ 
/work/SRC/openSUSE:Factory/.issue-generator.new.4249/issue-generator.changes
2020-10-10 19:02:54.340440060 +0200
@@ -1,0 +2,5 @@
+Tue Oct  6 11:40:21 UTC 2020 - Fabian Vogt 
+
+- Handle the .path unit in scriptlets as well
+
+---



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.9U0ZLC/_old  2020-10-10 19:02:55.104440438 +0200
+++ /var/tmp/diff_new_pack.9U0ZLC/_new  2020-10-10 19:02:55.104440438 +0200
@@ -51,18 +51,18 @@
 %fdupes %{buildroot}%{_mandir}
 
 %pre
-%service_add_pre issue-generator.service issue-add-ssh-keys.service
+%service_add_pre issue-generator.service issue-generator.path 
issue-add-ssh-keys.service
 
 %post
 %tmpfiles_create issue-generator.conf
 %{fillup_only -n issue-generator}
-%service_add_post issue-generator.service issue-add-ssh-keys.service
+%service_add_post issue-generator.service issue-generator.path 
issue-add-ssh-keys.service
 
 %preun
-%service_del_preun issue-generator.service issue-add-ssh-keys.service
+%service_del_preun issue-generator.service issue-generator.path 
issue-add-ssh-keys.service
 
 %postun
-%service_del_postun issue-generator.service issue-add-ssh-keys.service
+%service_del_postun issue-generator.service issue-generator.path 
issue-add-ssh-keys.service
 
 %files
 %license COPYING




commit issue-generator for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2020-07-15 11:26:00

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new.3060 (New)


Package is "issue-generator"

Wed Jul 15 11:26:00 2020 rev:14 rq:819274 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2020-05-02 22:12:49.475968809 +0200
+++ 
/work/SRC/openSUSE:Factory/.issue-generator.new.3060/issue-generator.changes
2020-07-15 11:29:48.229880688 +0200
@@ -1,0 +2,6 @@
+Tue Jul  7 09:30:43 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 1.10
+  - Display wlan interfaces [bsc#1169070]
+
+---

Old:

  issue-generator-1.9.tar.xz

New:

  issue-generator-1.10.tar.xz



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.WQd1Ej/_old  2020-07-15 11:29:50.421882858 +0200
+++ /var/tmp/diff_new_pack.WQd1Ej/_new  2020-07-15 11:29:50.425882862 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   issue-generator
-Version:1.9
+Version:1.10
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0-or-later

++ issue-generator-1.9.tar.xz -> issue-generator-1.10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.9/NEWS 
new/issue-generator-1.10/NEWS
--- old/issue-generator-1.9/NEWS2020-04-30 14:48:32.0 +0200
+++ new/issue-generator-1.10/NEWS   2020-07-07 09:57:48.0 +0200
@@ -2,6 +2,9 @@
 
 Copyright (C) 2016-2020 Thorsten Kukuk
 
+Version 1.10
+* Display wlan interfaces, too [bsc#1169070]
+
 Version 1.9
 * Fix path for systemd files
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.9/configure 
new/issue-generator-1.10/configure
--- old/issue-generator-1.9/configure   2020-04-30 14:47:08.0 +0200
+++ new/issue-generator-1.10/configure  2020-07-07 09:57:52.0 +0200
@@ -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.9.
+# Generated by GNU Autoconf 2.69 for issue-generator 1.10.
 #
 #
 # 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.9'
-PACKAGE_STRING='issue-generator 1.9'
+PACKAGE_VERSION='1.10'
+PACKAGE_STRING='issue-generator 1.10'
 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.9 to adapt to many kinds of systems.
+\`configure' configures issue-generator 1.10 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.9:";;
+ short | recursive ) echo "Configuration of issue-generator 1.10:";;
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.9
+issue-generator configure 1.10
 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.9, which was
+It was created by issue-generator $as_me 1.10, 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.9'
+ VERSION='1.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3126,7 +3126,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.9, which was
+This file was extended by issue-generator $as_me 1.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3179,7 +3179,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.9
+issue-generator config.status 1.10
 configured by 

commit issue-generator for openSUSE:Factory

2020-05-02 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2020-05-02 22:12:46

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new.2738 (New)


Package is "issue-generator"

Sat May  2 22:12:46 2020 rev:13 rq:799319 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2020-02-15 22:25:05.507299067 +0100
+++ 
/work/SRC/openSUSE:Factory/.issue-generator.new.2738/issue-generator.changes
2020-05-02 22:12:49.475968809 +0200
@@ -1,0 +2,6 @@
+Thu Apr 30 13:03:18 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 1.9
+  - Fix path for systemd files
+
+---

Old:

  issue-generator-1.8.tar.xz

New:

  issue-generator-1.9.tar.xz



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.Zy2J8y/_old  2020-05-02 22:12:50.051970015 +0200
+++ /var/tmp/diff_new_pack.Zy2J8y/_new  2020-05-02 22:12:50.051970015 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   issue-generator
-Version:1.8
+Version:1.9
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0-or-later
@@ -67,7 +67,6 @@
 %files
 %license COPYING
 %doc NEWS README.md
-#%ghost %{_sysconfdir}/issue
 %dir %{_sysconfdir}/issue.d
 %dir %{_prefix}/lib/issue.d
 %dir %{_prefix}/lib/tmpfiles.d

++ issue-generator-1.8.tar.xz -> issue-generator-1.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.8/NEWS new/issue-generator-1.9/NEWS
--- old/issue-generator-1.8/NEWS2020-02-12 17:42:16.0 +0100
+++ new/issue-generator-1.9/NEWS2020-04-30 14:48:32.0 +0200
@@ -2,6 +2,9 @@
 
 Copyright (C) 2016-2020 Thorsten Kukuk
 
+Version 1.9
+* Fix path for systemd files
+
 Version 1.8
 * Handle network interface renames
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.8/configure 
new/issue-generator-1.9/configure
--- old/issue-generator-1.8/configure   2020-02-12 17:40:31.0 +0100
+++ new/issue-generator-1.9/configure   2020-04-30 14:47:08.0 +0200
@@ -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.8.
+# Generated by GNU Autoconf 2.69 for issue-generator 1.9.
 #
 #
 # 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.8'
-PACKAGE_STRING='issue-generator 1.8'
+PACKAGE_VERSION='1.9'
+PACKAGE_STRING='issue-generator 1.9'
 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.8 to adapt to many kinds of systems.
+\`configure' configures issue-generator 1.9 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.8:";;
+ short | recursive ) echo "Configuration of issue-generator 1.9:";;
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.8
+issue-generator configure 1.9
 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.8, which was
+It was created by issue-generator $as_me 1.9, 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.8'
+ VERSION='1.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2335,26 +2335,17 @@
 
 
 
-if test ${libexecdir} = '${exec_prefix}/libexec'
+if test "${exec_prefix}" = "NONE"
 then
-  libexecdir='${exec_prefix}/lib'
-  if test "${exec_prefix}" = "NONE"
-  then
-TMPFILESDIR=${prefix}/lib/tmpfiles.d
-ISSUEDIR=${prefix}/lib/issue.d
-UDEVRULESDIR=${prefix}/lib/udev/rules.d
-SYSTEMDDIR=${prefix}/lib/systemd/system
-  else
-TMPFILESDIR=${exec_prefix}/lib/tmpfiles.d
-ISSUEDIR=${exec_prefix}/lib/issue.d
-

commit issue-generator for openSUSE:Factory

2020-02-15 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2020-02-15 22:24:56

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new.26092 (New)


Package is "issue-generator"

Sat Feb 15 22:24:56 2020 rev:12 rq:773881 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2019-01-29 14:44:07.743134741 +0100
+++ 
/work/SRC/openSUSE:Factory/.issue-generator.new.26092/issue-generator.changes   
2020-02-15 22:25:05.507299067 +0100
@@ -1,0 +2,6 @@
+Wed Feb 12 16:46:37 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 1.8
+  - Handle network interface renames
+
+---

Old:

  issue-generator-1.7.tar.xz

New:

  issue-generator-1.8.tar.xz



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.VFiPGt/_old  2020-02-15 22:25:06.051299362 +0100
+++ /var/tmp/diff_new_pack.VFiPGt/_new  2020-02-15 22:25:06.051299362 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package issue-generator
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   issue-generator
-Version:1.7
+Version:1.8
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0-or-later
 Group:  System/Base
-Url:https://github.com/thkukuk/issue-generator
+URL:https://github.com/thkukuk/issue-generator
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 Requires(post): %fillup_prereq

++ issue-generator-1.7.tar.xz -> issue-generator-1.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.7/Makefile.am 
new/issue-generator-1.8/Makefile.am
--- old/issue-generator-1.7/Makefile.am 2018-06-04 11:14:08.0 +0200
+++ new/issue-generator-1.8/Makefile.am 2020-02-12 17:41:37.0 +0100
@@ -11,7 +11,7 @@
 
 M4_FILES = m4/jh_path_xml_catalog.m4
 
-EXTRA_DIST = ChangeLog $(M4_FILES) README.md
+EXTRA_DIST = $(M4_FILES) README.md
 
 ACLOCAL_AMFLAGS = -I m4
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.7/Makefile.in 
new/issue-generator-1.8/Makefile.in
--- old/issue-generator-1.7/Makefile.in 2019-01-11 14:52:18.0 +0100
+++ new/issue-generator-1.8/Makefile.in 2020-02-12 17:41:50.0 +0100
@@ -154,7 +154,7 @@
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog INSTALL NEWS \
+am__DIST_COMMON = $(srcdir)/Makefile.in COPYING INSTALL NEWS \
install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
@@ -291,7 +291,7 @@
 SUBDIRS = sbin man udev systemd tmpfiles.d tests
 CLEANFILES = *~
 M4_FILES = m4/jh_path_xml_catalog.m4
-EXTRA_DIST = ChangeLog $(M4_FILES) README.md
+EXTRA_DIST = $(M4_FILES) README.md
 ACLOCAL_AMFLAGS = -I m4
 all: all-recursive
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.7/NEWS new/issue-generator-1.8/NEWS
--- old/issue-generator-1.7/NEWS2019-01-11 14:52:53.0 +0100
+++ new/issue-generator-1.8/NEWS2020-02-12 17:42:16.0 +0100
@@ -1,6 +1,9 @@
 issue-generator NEWS -- history of user-visible changes.
 
-Copyright (C) 2016-2019 Thorsten Kukuk
+Copyright (C) 2016-2020 Thorsten Kukuk
+
+Version 1.8
+* Handle network interface renames
 
 Version 1.7
 * Create new issue file automatically if there are new snippets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.7/configure 
new/issue-generator-1.8/configure
--- old/issue-generator-1.7/configure   2019-01-11 14:52:18.0 +0100
+++ new/issue-generator-1.8/configure   2020-02-12 17:40:31.0 +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.7.
+# Generated by GNU Autoconf 2.69 for issue-generator 1.8.
 #
 #
 # 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.7'
-PACKAGE_STRING='issue-generator 1.7'
+PACKAGE_VERSION='1.8'
+PACKAGE_STRING='issue-generator 1.8'

commit issue-generator for openSUSE:Factory

2019-01-29 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2019-01-29 14:44:06

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new.28833 (New)


Package is "issue-generator"

Tue Jan 29 14:44:06 2019 rev:11 rq:664664 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2018-06-05 12:52:13.931131060 +0200
+++ 
/work/SRC/openSUSE:Factory/.issue-generator.new.28833/issue-generator.changes   
2019-01-29 14:44:07.743134741 +0100
@@ -1,0 +2,6 @@
+Fri Jan 11 14:53:33 CET 2019 - ku...@suse.de
+
+- Update to version 1.7
+  - automatically generate issue file [bsc#1116825]
+
+---

Old:

  issue-generator-1.6.tar.xz

New:

  issue-generator-1.7.tar.xz



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.14rphT/_old  2019-01-29 14:44:08.171134222 +0100
+++ /var/tmp/diff_new_pack.14rphT/_new  2019-01-29 14:44:08.171134222 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package issue-generator
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   issue-generator
-Version:1.6
+Version:1.7
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0-or-later
@@ -77,6 +77,7 @@
 %{_prefix}/lib/tmpfiles.d/issue-generator.conf
 %{_prefix}/lib/udev/rules.d/90-issue-generator.rules
 %{_prefix}/lib/systemd/system/issue-add-ssh-keys.service
+%{_prefix}/lib/systemd/system/issue-generator.path
 %{_prefix}/lib/systemd/system/issue-generator.service
 %{_sbindir}/issue-generator
 %{_sbindir}/rcissue-generator

++ issue-generator-1.6.tar.xz -> issue-generator-1.7.tar.xz ++
 1862 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/issue-generator-1.6/NEWS new/issue-generator-1.7/NEWS
--- old/issue-generator-1.6/NEWS2018-06-04 11:13:31.0 +0200
+++ new/issue-generator-1.7/NEWS2019-01-11 14:52:53.0 +0100
@@ -1,6 +1,9 @@
 issue-generator NEWS -- history of user-visible changes.
 
-Copyright (C) 2016-2018 Thorsten Kukuk
+Copyright (C) 2016-2019 Thorsten Kukuk
+
+Version 1.7
+* Create new issue file automatically if there are new snippets
 
 Version 1.6
 * Fix permission of /run/issue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/issue-generator-1.6/configure.ac new/issue-generator-1.7/configure.ac
--- old/issue-generator-1.6/configure.ac2018-06-04 11:13:17.0 
+0200
+++ new/issue-generator-1.7/configure.ac2019-01-11 14:52:15.0 
+0100
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(issue-generator, 1.6)
+AC_INIT(issue-generator, 1.7)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([sbin/issue-generator.in])
 AC_PREFIX_DEFAULT(/usr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/issue-generator-1.6/man/90-issue-generator.rules.8.html 
new/issue-generator-1.7/man/90-issue-generator.rules.8.html
--- old/issue-generator-1.6/man/90-issue-generator.rules.8.html 2017-03-28 
12:56:19.0 +0200
+++ new/issue-generator-1.7/man/90-issue-generator.rules.8.html 2018-09-03 
15:07:25.0 +0200
@@ -1,4 +1,4 @@
-issue-generator
+issue-generator

commit issue-generator for openSUSE:Factory

2018-06-05 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2018-06-05 12:52:10

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Tue Jun  5 12:52:10 2018 rev:10 rq:613988 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2018-05-22 16:58:19.516165617 +0200
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2018-06-05 12:52:13.931131060 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 11:17:18 CEST 2018 - ku...@suse.de
+
+- Update to version 1.6
+  - Fix permission of /run/issue [bsc#1095697]
+
+---

Old:

  issue-generator-1.5.tar.bz2

New:

  issue-generator-1.6.tar.xz



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.j9eAb4/_old  2018-06-05 12:52:14.943093995 +0200
+++ /var/tmp/diff_new_pack.j9eAb4/_new  2018-06-05 12:52:14.947093848 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   issue-generator
-Version:1.5
+Version:1.6
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0-or-later
 Group:  System/Base
 Url:https://github.com/thkukuk/issue-generator
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 Requires(post): %fillup_prereq
 BuildArch:  noarch




commit issue-generator for openSUSE:Factory

2018-05-22 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2018-05-22 16:58:16

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Tue May 22 16:58:16 2018 rev:9 rq:610247 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2018-02-25 11:33:14.694481128 +0100
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2018-05-22 16:58:19.516165617 +0200
@@ -1,0 +2,7 @@
+Fri May 18 10:57:45 CEST 2018 - ku...@suse.de
+
+- Update to version 1.5
+  - don't replace issue file or reload agetty if there were no
+changes (found due to [bsc#1085196]).
+
+---

Old:

  issue-generator-1.4.tar.bz2

New:

  issue-generator-1.5.tar.bz2



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.1IkGcd/_old  2018-05-22 16:58:20.064145679 +0200
+++ /var/tmp/diff_new_pack.1IkGcd/_new  2018-05-22 16:58:20.064145679 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   issue-generator
-Version:1.4
+Version:1.5
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0-or-later

++ issue-generator-1.4.tar.bz2 -> issue-generator-1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.4/NEWS new/issue-generator-1.5/NEWS
--- old/issue-generator-1.4/NEWS2018-02-07 15:45:07.0 +0100
+++ new/issue-generator-1.5/NEWS2018-05-18 10:56:53.0 +0200
@@ -2,6 +2,9 @@
 
 Copyright (C) 2016-2018 Thorsten Kukuk
 
+Version 1.5
+* Don't replace /run/issue or reload agetty if there were no changes
+
 Version 1.4
 * Don't print error if there is no agetty
 * Adjust parsing of ssh-keygen output
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/issue-generator-1.4/configure 
new/issue-generator-1.5/configure
--- old/issue-generator-1.4/configure   2018-02-07 15:45:17.0 +0100
+++ new/issue-generator-1.5/configure   2018-05-18 11:00:31.0 +0200
@@ -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.4.
+# Generated by GNU Autoconf 2.69 for issue-generator 1.5.
 #
 #
 # 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.4'
-PACKAGE_STRING='issue-generator 1.4'
+PACKAGE_VERSION='1.5'
+PACKAGE_STRING='issue-generator 1.5'
 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.4 to adapt to many kinds of systems.
+\`configure' configures issue-generator 1.5 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.4:";;
+ short | recursive ) echo "Configuration of issue-generator 1.5:";;
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.4
+issue-generator configure 1.5
 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.4, which was
+It was created by issue-generator $as_me 1.5, 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.4'
+ VERSION='1.5'
 
 
 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.4, which was
+This file was extended by issue-generator $as_me 1.5, 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/^ //; 

commit issue-generator for openSUSE:Factory

2018-02-25 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2018-02-25 11:33:13

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Sun Feb 25 11:33:13 2018 rev:8 rq:579498 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2018-02-08 14:10:15.298359454 +0100
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2018-02-25 11:33:14.694481128 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 12:06:27 UTC 2018 - ku...@suse.com
+
+- Use %license instead of %doc [bsc#1082318]
+
+---



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.hOVfi7/_old  2018-02-25 11:33:15.842439443 +0100
+++ /var/tmp/diff_new_pack.hOVfi7/_new  2018-02-25 11:33:15.842439443 +0100
@@ -20,13 +20,12 @@
 Version:1.4
 Release:0
 Summary:Generates an issue files from different snippets
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Base
 Url:https://github.com/thkukuk/issue-generator
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 Requires(post): %fillup_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -44,7 +43,7 @@
 %endif
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 ln -sf service %{buildroot}%{_sbindir}/rcissue-generator
 ln -sf service %{buildroot}%{_sbindir}/rcissue-add-ssh-keys
 mkdir -p %{buildroot}%{_fillupdir}
@@ -66,8 +65,8 @@
 %service_del_postun issue-generator.service issue-add-ssh-keys.service
 
 %files
-%defattr(-,root,root)
-%doc NEWS COPYING README.md
+%license COPYING
+%doc NEWS README.md
 #%ghost %{_sysconfdir}/issue
 %dir %{_sysconfdir}/issue.d
 %dir %{_prefix}/lib/issue.d




commit issue-generator for openSUSE:Factory

2018-02-08 Thread root
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 - ku...@suse.de
+
+- 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/NEWS2017-03-28 12:55:47.0 +0200
+++ new/issue-generator-1.4/NEWS2018-02-07 15:45:07.0 +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.0 +0200
+++ new/issue-generator-1.4/configure   2018-02-07 15:45:17.0 +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 

commit issue-generator for openSUSE:Factory

2017-12-16 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2017-12-16 20:46:01

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Sat Dec 16 20:46:01 2017 rev:6 rq:556644 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2017-12-09 20:25:09.264218125 +0100
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2017-12-16 20:46:09.722428151 +0100
@@ -1,0 +2,6 @@
+Wed Dec 13 12:05:01 CET 2017 - ku...@suse.de
+
+- Enable more network devices to be shown on s390x [bsc#1071776]
+- Remove systemd require again, systemd-preset-branding is fixed.
+
+---



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.Rrhje9/_old  2017-12-16 20:46:11.126360378 +0100
+++ /var/tmp/diff_new_pack.Rrhje9/_new  2017-12-16 20:46:11.130360184 +0100
@@ -28,7 +28,6 @@
 Requires(post): %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%{?systemd_requires}
 
 %description
 issue-generator is a tool to create an issue file dynamically.
@@ -39,6 +38,10 @@
 %build
 %configure
 make %{?_smp_mflags}
+%ifarch s390x
+# Adjust regex in sysconfig/issue-generator for s390x
+sed -i -e 's|NETWORK_INTERFACE_REGEX=.*|NETWORK_INTERFACE_REGEX="^[beqich]"|g' 
udev/sysconfig.issue-generator
+%endif
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install




commit issue-generator for openSUSE:Factory

2017-12-09 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2017-12-09 20:25:05

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Sat Dec  9 20:25:05 2017 rev:5 rq:555169 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2017-11-30 12:38:33.652819277 +0100
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2017-12-09 20:25:09.264218125 +0100
@@ -1,0 +2,6 @@
+Fri Dec  8 07:22:42 UTC 2017 - ku...@suse.com
+
+- Readd require for systemd, else package will be installed too
+  early and services will never be enabled [bsc#1071776]
+
+---



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.3r3V7w/_old  2017-12-09 20:25:10.080179261 +0100
+++ /var/tmp/diff_new_pack.3r3V7w/_new  2017-12-09 20:25:10.084179069 +0100
@@ -28,6 +28,7 @@
 Requires(post): %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%{?systemd_requires}
 
 %description
 issue-generator is a tool to create an issue file dynamically.




commit issue-generator for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2017-11-30 12:38:31

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Thu Nov 30 12:38:31 2017 rev:4 rq:546216 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2017-06-07 09:53:37.229969902 +0200
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2017-11-30 12:38:33.652819277 +0100
@@ -1,0 +2,18 @@
+Tue Nov 28 13:10:37 CET 2017 - ku...@suse.de
+
+- Use official systemd macros in %post install
+
+---
+Tue Nov 28 11:51:23 CET 2017 - ku...@suse.de
+
+- Don't require systemd: if it's there, we will use it, if it is
+  not there like in a base container image, there is nothing to do
+  for us.
+
+---
+Thu Nov 23 13:42:31 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.ObCVsg/_old  2017-11-30 12:38:34.244797752 +0100
+++ /var/tmp/diff_new_pack.ObCVsg/_new  2017-11-30 12:38:34.248797606 +0100
@@ -28,7 +28,6 @@
 Requires(post): %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%{?systemd_requires}
 
 %description
 issue-generator is a tool to create an issue file dynamically.
@@ -44,15 +43,15 @@
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
 ln -sf service %{buildroot}%{_sbindir}/rcissue-generator
 ln -sf service %{buildroot}%{_sbindir}/rcissue-add-ssh-keys
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -m 644 udev/sysconfig.issue-generator 
%{buildroot}%{_localstatedir}/adm/fillup-templates/
+mkdir -p %{buildroot}%{_fillupdir}
+install -m 644 udev/sysconfig.issue-generator %{buildroot}%{_fillupdir}/
 %fdupes %{buildroot}%{_mandir}
 
 %pre
 %service_add_pre issue-generator.service issue-add-ssh-keys.service
 
 %post
-%{_bindir}/systemd-tmpfiles --create issue-generator.conf ||:
+%tmpfiles_create issue-generator.conf
 %{fillup_only -n issue-generator}
 %service_add_post issue-generator.service issue-add-ssh-keys.service
 
@@ -71,7 +70,7 @@
 %dir %{_prefix}/lib/tmpfiles.d
 %dir %{_prefix}/lib/udev
 %dir %{_prefix}/lib/udev/rules.d
-%{_localstatedir}/adm/fillup-templates/sysconfig.issue-generator
+%{_fillupdir}/sysconfig.issue-generator
 %{_prefix}/lib/tmpfiles.d/issue-generator.conf
 %{_prefix}/lib/udev/rules.d/90-issue-generator.rules
 %{_prefix}/lib/systemd/system/issue-add-ssh-keys.service




commit issue-generator for openSUSE:Factory

2017-06-07 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2017-06-07 09:53:35

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Wed Jun  7 09:53:35 2017 rev:3 rq:500165 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2017-04-12 18:11:42.716172761 +0200
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2017-06-07 09:53:37.229969902 +0200
@@ -1,0 +2,5 @@
+Wed May 31 15:18:23 CEST 2017 - ku...@suse.de
+
+- Remove ghost entry for /etc/issue [bsc#1038526]
+
+---



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.pIduXo/_old  2017-06-07 09:53:38.657768129 +0200
+++ /var/tmp/diff_new_pack.pIduXo/_new  2017-06-07 09:53:38.661767563 +0200
@@ -65,7 +65,7 @@
 %files
 %defattr(-,root,root)
 %doc NEWS COPYING README.md
-%ghost %{_sysconfdir}/issue
+#%ghost %{_sysconfdir}/issue
 %dir %{_sysconfdir}/issue.d
 %dir %{_prefix}/lib/issue.d
 %dir %{_prefix}/lib/tmpfiles.d




commit issue-generator for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2017-04-12 17:43:33

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Wed Apr 12 17:43:33 2017 rev:2 rq:483011 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2016-12-16 11:54:51.951250186 +0100
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2017-04-12 18:11:42.716172761 +0200
@@ -1,0 +2,6 @@
+Tue Mar 28 12:58:59 CEST 2017 - ku...@suse.de
+
+- Update to version 1.3
+  - make list of network interfaces configureable
+
+---

Old:

  issue-generator-1.2.tar.bz2

New:

  issue-generator-1.3.tar.bz2



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.kiBTWn/_old  2017-04-12 18:11:43.352082843 +0200
+++ /var/tmp/diff_new_pack.kiBTWn/_new  2017-04-12 18:11:43.356082278 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package issue-generator
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,15 +17,17 @@
 
 
 Name:   issue-generator
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:1.2
+Version:1.3
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0+
 Group: System/Base
-URL:   https://github.com/thkukuk/issue-generator
+Url:https://github.com/thkukuk/issue-generator
+Source: %{name}-%{version}.tar.bz2
+BuildRequires:  fdupes
+Requires(post): %fillup_prereq
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Source: %name-%version.tar.bz2
 %{?systemd_requires}
 
 %description
@@ -36,18 +38,22 @@
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-ln -sf service $RPM_BUILD_ROOT/usr/sbin/rcissue-generator
-ln -sf service $RPM_BUILD_ROOT/usr/sbin/rcissue-add-ssh-keys
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+ln -sf service %{buildroot}%{_sbindir}/rcissue-generator
+ln -sf service %{buildroot}%{_sbindir}/rcissue-add-ssh-keys
+mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -m 644 udev/sysconfig.issue-generator 
%{buildroot}%{_localstatedir}/adm/fillup-templates/
+%fdupes %{buildroot}%{_mandir}
 
 %pre
 %service_add_pre issue-generator.service issue-add-ssh-keys.service
 
 %post
-/usr/bin/systemd-tmpfiles --create issue-generator.conf ||:
+%{_bindir}/systemd-tmpfiles --create issue-generator.conf ||:
+%{fillup_only -n issue-generator}
 %service_add_post issue-generator.service issue-add-ssh-keys.service
 
 %preun
@@ -59,23 +65,25 @@
 %files
 %defattr(-,root,root)
 %doc NEWS COPYING README.md
-%dir /etc/issue.d
-%dir /usr/lib/issue.d
-%dir /usr/lib/tmpfiles.d
-%dir /usr/lib/udev
-%dir /usr/lib/udev/rules.d
-/usr/lib/tmpfiles.d/issue-generator.conf
-/usr/lib/udev/rules.d/90-issue-generator.rules
-/usr/lib/systemd/system/issue-add-ssh-keys.service
-/usr/lib/systemd/system/issue-generator.service
-/usr/sbin/issue-generator
-/usr/sbin/rcissue-generator
-/usr/sbin/rcissue-add-ssh-keys
-%doc %{_mandir}/man5/issue.d.5.gz
-%doc %{_mandir}/man8/issue-generator.8.gz
-%doc %{_mandir}/man8/90-issue-generator.rules.8.gz
-%doc %{_mandir}/man8/issue-add-ssh-keys.service.8.gz
-%doc %{_mandir}/man8/issue-generator.conf.8.gz
-%doc %{_mandir}/man8/issue-generator.service.8.gz
+%ghost %{_sysconfdir}/issue
+%dir %{_sysconfdir}/issue.d
+%dir %{_prefix}/lib/issue.d
+%dir %{_prefix}/lib/tmpfiles.d
+%dir %{_prefix}/lib/udev
+%dir %{_prefix}/lib/udev/rules.d
+%{_localstatedir}/adm/fillup-templates/sysconfig.issue-generator
+%{_prefix}/lib/tmpfiles.d/issue-generator.conf
+%{_prefix}/lib/udev/rules.d/90-issue-generator.rules
+%{_prefix}/lib/systemd/system/issue-add-ssh-keys.service
+%{_prefix}/lib/systemd/system/issue-generator.service
+%{_sbindir}/issue-generator
+%{_sbindir}/rcissue-generator
+%{_sbindir}/rcissue-add-ssh-keys
+%{_mandir}/man5/issue.d.5%{ext_man}
+%{_mandir}/man8/issue-generator.8%{ext_man}
+%{_mandir}/man8/90-issue-generator.rules.8%{ext_man}
+%{_mandir}/man8/issue-add-ssh-keys.service.8%{ext_man}
+%{_mandir}/man8/issue-generator.conf.8%{ext_man}
+%{_mandir}/man8/issue-generator.service.8%{ext_man}
 
 %changelog

++ issue-generator-1.2.tar.bz2 -> issue-generator-1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore'