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-08-31 19:54:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmod (Old) and /work/SRC/openSUSE:Factory/.kmod.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmod" Tue Aug 31 19:54:57 2021 rev:65 rq:914536 version:29 Changes: -------- --- /work/SRC/openSUSE:Factory/kmod/kmod.changes 2021-08-25 20:56:07.605325148 +0200 +++ /work/SRC/openSUSE:Factory/.kmod.new.1899/kmod.changes 2021-08-31 19:55:11.913922565 +0200 @@ -1,0 +2,5 @@ +Fri Aug 27 07:56:40 UTC 2021 - Michal Suchanek <[email protected]> + +- Add ZSTD support on Tumbleweed only. Add a way to detect ZSTD. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmod.spec ++++++ --- /var/tmp/diff_new_pack.NCXdfp/_old 2021-08-31 19:55:12.529924036 +0200 +++ /var/tmp/diff_new_pack.NCXdfp/_new 2021-08-31 19:55:12.529924036 +0200 @@ -16,6 +16,10 @@ # +%if 0%{?suse_version} > 1500 +%define use_zstd 1 +%endif + Name: kmod %define lname libkmod2 Version: 29 @@ -47,7 +51,10 @@ BuildRequires: pkgconfig >= 0.21 BuildRequires: xz BuildRequires: pkgconfig(liblzma) >= 4.99 +%if 0%{?use_zstd} BuildRequires: pkgconfig(libzstd) +Provides: kmod-zstd +%endif BuildRequires: pkgconfig(zlib) Requires(post): coreutils Obsoletes: kmod-compat < %version-%release @@ -112,7 +119,9 @@ --with-xz \ --with-zlib \ --with-openssl \ +%if 0%{?use_zstd} --with-zstd \ +%endif --includedir="%_includedir/kmod" \ --with-rootlibdir="%_libdir" \ --bindir="%_bindir"
