Hello community,

here is the log from the commit of package rpm-config-SUSE for openSUSE:Factory 
checked in at 2019-04-22 12:21:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm-config-SUSE (Old)
 and      /work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm-config-SUSE"

Mon Apr 22 12:21:46 2019 rev:6 rq:695446 version:0.g14

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm-config-SUSE/rpm-config-SUSE.changes  
2019-02-06 14:04:51.078676966 +0100
+++ 
/work/SRC/openSUSE:Factory/.rpm-config-SUSE.new.5536/rpm-config-SUSE.changes    
    2019-04-22 12:21:55.528818340 +0200
@@ -1,0 +2,5 @@
+Wed Apr 10 09:59:33 CEST 2019 - ku...@suse.de
+
+- Don't use bash syntax in %install_info macro [bsc#1131957]
+
+-------------------------------------------------------------------

Old:
----
  rpm-config-SUSE-0.g11.tar.xz

New:
----
  rpm-config-SUSE-0.g14.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpm-config-SUSE.spec ++++++
--- /var/tmp/diff_new_pack.O1TIe8/_old  2019-04-22 12:21:57.840820131 +0200
+++ /var/tmp/diff_new_pack.O1TIe8/_new  2019-04-22 12:21:57.860820146 +0200
@@ -13,12 +13,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:           rpm-config-SUSE
-Version:        0.g11
+Version:        0.g14
 Release:        0
 Summary:        SUSE specific RPM configuration files
 License:        GPL-2.0-or-later

++++++ rpm-config-SUSE-0.g11.tar.xz -> rpm-config-SUSE-0.g14.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rpm-config-SUSE-0.g11/package/rpm-config-SUSE.changes 
new/rpm-config-SUSE-0.g14/package/rpm-config-SUSE.changes
--- old/rpm-config-SUSE-0.g11/package/rpm-config-SUSE.changes   2019-01-30 
13:58:44.000000000 +0100
+++ new/rpm-config-SUSE-0.g14/package/rpm-config-SUSE.changes   2019-04-10 
11:40:50.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Apr 10 09:59:33 CEST 2019 - ku...@suse.de
+
+- Don't use bash syntax in %install_info macro [bsc#1131957]
+
+-------------------------------------------------------------------
 Wed Jan 30 13:57:55 CET 2019 - m...@suse.de
 
 - Added macros.d/macros.initrd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpm-config-SUSE-0.g11/suse_macros.in 
new/rpm-config-SUSE-0.g14/suse_macros.in
--- old/rpm-config-SUSE-0.g11/suse_macros.in    2019-01-30 13:58:44.000000000 
+0100
+++ new/rpm-config-SUSE-0.g14/suse_macros.in    2019-04-10 11:40:50.000000000 
+0200
@@ -221,9 +221,8 @@
 
 # for %post
 %install_info(:-:) \
-    ALL_ARGS=(%{**}) \
     if test -x /sbin/install-info ; then \
-       /sbin/install-info "${ALL_ARGS[@]}" || : \
+       /sbin/install-info %{**} || : \
     fi ;
 
 # for %preun


Reply via email to