Hello community, here is the log from the commit of package SuSEfirewall2 for openSUSE:Factory checked in at 2017-07-02 13:37:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SuSEfirewall2 (Old) and /work/SRC/openSUSE:Factory/.SuSEfirewall2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SuSEfirewall2" Sun Jul 2 13:37:19 2017 rev:84 rq:506733 version:3.6.360 Changes: -------- --- /work/SRC/openSUSE:Factory/SuSEfirewall2/SuSEfirewall2.changes 2017-06-28 10:33:44.848928581 +0200 +++ /work/SRC/openSUSE:Factory/.SuSEfirewall2.new/SuSEfirewall2.changes 2017-07-02 13:37:21.174044525 +0200 @@ -1,0 +2,5 @@ +Wed Jun 28 09:19:26 UTC 2017 - [email protected] + +- Only consider *.conf files to ignore backup files and similar (bnc#1044523) + +------------------------------------------------------------------- Old: ---- SuSEfirewall2-3.6.359.tar.bz2 New: ---- SuSEfirewall2-3.6.360.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SuSEfirewall2.spec ++++++ --- /var/tmp/diff_new_pack.uOMIv7/_old 2017-07-02 13:37:21.761961620 +0200 +++ /var/tmp/diff_new_pack.uOMIv7/_new 2017-07-02 13:37:21.765961056 +0200 @@ -19,7 +19,7 @@ %define newname SUSEfirewall2 Name: SuSEfirewall2 -Version: 3.6.359 +Version: 3.6.360 Release: 0 Url: http://en.opensuse.org/SuSEfirewall2 PreReq: /bin/sed textutils fileutils grep filesystem ++++++ SuSEfirewall2-3.6.359.tar.bz2 -> SuSEfirewall2-3.6.360.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SuSEfirewall2-3.6.359/SuSEfirewall2 new/SuSEfirewall2-3.6.360/SuSEfirewall2 --- old/SuSEfirewall2-3.6.359/SuSEfirewall2 2017-06-20 18:12:11.000000000 +0200 +++ new/SuSEfirewall2-3.6.360/SuSEfirewall2 2017-06-28 11:18:23.000000000 +0200 @@ -630,7 +630,7 @@ { local path="$1" - for file in /etc/sysctl.conf /etc/sysctl.d/*; do + for file in /etc/sysctl.conf /etc/sysctl.d/*.conf; do get_sysctl_cfg "$path" "$file" && return 0 done
