Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Leap:15.2 checked in at 2020-02-04 17:53:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.suse-module-tools.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools"

Tue Feb  4 17:53:35 2020 rev:19 rq:766037 version:15.2.10

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/suse-module-tools/suse-module-tools.changes    
2020-01-19 15:47:05.161688384 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.suse-module-tools.new.26092/suse-module-tools.changes
 2020-02-04 17:53:40.500722301 +0100
@@ -1,0 +2,14 @@
+Mon Jan 20 15:03:51 UTC 2020 - [email protected]
+
+- Update to version 15.2.10:
+  * ppc64le: fix dependency of papr_scm
+    (bsc#1142152, ltc#176292, FATE#327775).
+
+-------------------------------------------------------------------
+Wed Jan 15 20:46:40 UTC 2020 - [email protected]
+
+- Update to version 15.2.9:
+  * 00-system.conf: move br_netfilter softdep to separate file
+    (boo#1158817)
+
+-------------------------------------------------------------------

Old:
----
  suse-module-tools-15.2.8.tar.xz

New:
----
  suse-module-tools-15.2.10.tar.xz

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.3a6zAk/_old  2020-02-04 17:53:41.080722652 +0100
+++ /var/tmp/diff_new_pack.3a6zAk/_new  2020-02-04 17:53:41.084722654 +0100
@@ -28,8 +28,12 @@
 %global fs_blacklist cramfs ufs
 %endif
 
+%if 0%{?sle_version} >= 120200 && 0%{?is_opensuse} == 0
+%global softdep_br_netfilter 1
+%endif
+
 Name:           suse-module-tools
-Version:        15.2.8
+Version:        15.2.10
 Release:        0
 Summary:        Configuration for module loading and SUSE-specific utilities 
for KMPs
 License:        GPL-2.0-or-later
@@ -92,6 +96,11 @@
 install -pm644 "10-unsupported-modules.conf" \
        "%{buildroot}%{_sysconfdir}/modprobe.d/"
 install -pm644 00-system.conf "%{buildroot}%{_sysconfdir}/modprobe.d/"
+
+%if 0%{?softdep_br_netfilter}
+# softdep bridge->br_netfilter, SLE only
+install -pm644 modprobe.conf/00-system-937216.conf 
%{buildroot}%{_sysconfdir}/modprobe.d
+%endif
 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100
 install -pm644 modprobe.conf/modprobe.conf.blacklist 
"%{buildroot}%{_sysconfdir}/modprobe.d/50-blacklist.conf"
 %endif
@@ -245,6 +254,9 @@
 %doc README.SUSE
 %dir %{_sysconfdir}/modprobe.d
 %config %{_sysconfdir}/modprobe.d/00-system.conf
+%if 0%{?softdep_br_netfilter}
+%config(noreplace) %{_sysconfdir}/modprobe.d/00-system-937216.conf
+%endif
 %config(noreplace) %{_sysconfdir}/modprobe.d/10-unsupported-modules.conf
 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100
 %config(noreplace) %{_sysconfdir}/modprobe.d/50-blacklist.conf

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.3a6zAk/_old  2020-02-04 17:53:41.124722678 +0100
+++ /var/tmp/diff_new_pack.3a6zAk/_new  2020-02-04 17:53:41.128722680 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/suse-module-tools.git</param>
-              <param 
name="changesrevision">0009a5445b7cc13072d9bd16ed01fef5e812c091</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">88e785968c55e64cbe12f029b047fc4757799a0f</param></service></servicedata>
\ No newline at end of file

++++++ suse-module-tools-15.2.8.tar.xz -> suse-module-tools-15.2.10.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-15.2.8/modprobe.conf/00-system-937216.conf 
new/suse-module-tools-15.2.10/modprobe.conf/00-system-937216.conf
--- old/suse-module-tools-15.2.8/modprobe.conf/00-system-937216.conf    
1970-01-01 01:00:00.000000000 +0100
+++ new/suse-module-tools-15.2.10/modprobe.conf/00-system-937216.conf   
2020-01-20 15:57:17.000000000 +0100
@@ -0,0 +1,5 @@
+# Since kernel 3.18 br_netfilter is needed to pass bridged packets to
+# netfilter. Load br_netfilter automatically to avoid regressions in SLE12 SP2+
+# service packs (bsc#937216).
+# Don't use this in openSUSE (bsc#1158817).
+softdep bridge post: br_netfilter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-15.2.8/modprobe.conf/modprobe.conf.common 
new/suse-module-tools-15.2.10/modprobe.conf/modprobe.conf.common
--- old/suse-module-tools-15.2.8/modprobe.conf/modprobe.conf.common     
2020-01-09 13:13:48.000000000 +0100
+++ new/suse-module-tools-15.2.10/modprobe.conf/modprobe.conf.common    
2020-01-20 15:57:17.000000000 +0100
@@ -95,9 +95,4 @@
 # SUSE INITRD: csiostor REQUIRES cxgb4
 softdep csiostor pre: cxgb4
 
-# Since kernel 3.18 br_netfilter is needed to pass bridged packets to
-# netfilter. Load br_netfilter automatically to avoid regressions in SLE12 SP2+
-# service packs (bsc#937216).
-softdep bridge post: br_netfilter
-
 # end of common part for modprobe.conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-15.2.8/modprobe.conf/modprobe.conf.ppc64le 
new/suse-module-tools-15.2.10/modprobe.conf/modprobe.conf.ppc64le
--- old/suse-module-tools-15.2.8/modprobe.conf/modprobe.conf.ppc64le    
2020-01-09 13:13:48.000000000 +0100
+++ new/suse-module-tools-15.2.10/modprobe.conf/modprobe.conf.ppc64le   
2020-01-20 15:57:17.000000000 +0100
@@ -4,7 +4,6 @@
 options ib_mthca catas_reset_disable=1
 
 # bsc#1142152 papr_scm requires libnvdimm
-# SUSE INITRD: papr_scm REQUIRES libnvdimm
+# SUSE INITRD: libnvdimm REQUIRES papr_scm
 
 # end of ppc64le part for modprobe.conf
-


Reply via email to