Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2021-10-30 23:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmod (Old)
 and      /work/SRC/openSUSE:Factory/.kmod.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmod"

Sat Oct 30 23:13:32 2021 rev:68 rq:927918 version:29

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmod/kmod.changes        2021-09-28 
19:16:21.604173945 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new.1890/kmod.changes      2021-10-30 
23:14:35.283096574 +0200
@@ -1,0 +2,6 @@
+Thu Oct 28 07:38:29 UTC 2021 - Michal Suchanek <[email protected]>
+
+- Enable ZSTD on 15.3 as well (boo#1192104).
+- Only test ZSTD in testsuite on releases where it is available.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kmod-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.ZP6YtP/_old  2021-10-30 23:14:35.775096969 +0200
+++ /var/tmp/diff_new_pack.ZP6YtP/_new  2021-10-30 23:14:35.779096973 +0200
@@ -16,6 +16,10 @@
 #
 
 
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
+%define use_zstd 1
+%endif
+
 Name:           kmod-testsuite
 %define lname  libkmod2
 Version:        29
@@ -47,9 +51,11 @@
 BuildRequires:  libxslt-tools
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  xz
-BuildRequires:  zstd
 BuildRequires:  pkgconfig(liblzma) >= 4.99
+%if 0%{?use_zstd}
+BuildRequires:  zstd
 BuildRequires:  pkgconfig(libzstd)
+%endif
 BuildRequires:  pkgconfig(zlib)
 Requires:       suse-module-tools
 %if !0%{?is_opensuse}
@@ -75,7 +81,9 @@
        --with-xz \
        --with-zlib \
        --with-openssl \
+%if 0%{?use_zstd}
        --with-zstd \
+%endif
        --includedir="%_includedir/kmod" \
        --with-rootlibdir="%_libdir" \
        --bindir="%_bindir"

++++++ kmod.spec ++++++
--- /var/tmp/diff_new_pack.ZP6YtP/_old  2021-10-30 23:14:35.795096986 +0200
+++ /var/tmp/diff_new_pack.ZP6YtP/_new  2021-10-30 23:14:35.799096989 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
 %define use_zstd 1
 %endif
 

Reply via email to