Hello community, here is the log from the commit of package sysdig for openSUSE:Factory checked in at 2019-11-15 00:15:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysdig (Old) and /work/SRC/openSUSE:Factory/.sysdig.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysdig" Fri Nov 15 00:15:50 2019 rev:26 rq:748647 version:0.26.4 Changes: -------- --- /work/SRC/openSUSE:Factory/sysdig/sysdig.changes 2019-06-07 18:02:20.193778004 +0200 +++ /work/SRC/openSUSE:Factory/.sysdig.new.26869/sysdig.changes 2019-11-15 00:15:51.796042605 +0100 @@ -1,0 +2,19 @@ +Thu Nov 14 10:04:26 UTC 2019 - Martin Pluskal <mplus...@suse.com> + +- Update to version 0.26.4: + * Prevent double-definition of ASSERT macro + * Added fillers for chmod syscalls (#1472) + * Added support for reporting cpu usage per docker cpuset (#1473) + * Fixed build error on older Linux kernels (#1477) + * Fixed driver build for RHEL 7.7/4.13+ w/CONFIG_VIRT_CPU_ACCOUNTING_GEN (#1471) + * Fixed cmake to look for pkg-config before building grpc (#1470) + * Fixed printing of strings (#1466) + * readv input parsing improvements (#1463) + * Suport Kubernetes liveness/readiness probes [#1320] + * Fix edge cases in handling clone() and prlimit() system calls [#1401, #1465] + * Stability and performance fixes +- Drop no longer needed patches: + * sysdig-include.patch + * sysdig-linking.patch + +------------------------------------------------------------------- Old: ---- sysdig-0.26.1.tar.gz sysdig-include.patch sysdig-linking.patch New: ---- sysdig-0.26.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysdig.spec ++++++ --- /var/tmp/diff_new_pack.qI2NLz/_old 2019-11-15 00:15:53.076042160 +0100 +++ /var/tmp/diff_new_pack.qI2NLz/_new 2019-11-15 00:15:53.076042160 +0100 @@ -1,7 +1,7 @@ # # spec file for package sysdig # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,13 @@ Name: sysdig -Version: 0.26.1 +Version: 0.26.4 Release: 0 Summary: System-level exploration License: Apache-2.0 Group: System/Monitoring URL: http://www.sysdig.org/ Source0: https://github.com/draios/%{name}/archive/%{version}/sysdig-%{version}.tar.gz -Patch0: sysdig-include.patch -Patch1: sysdig-linking.patch BuildRequires: %{kernel_module_package_buildreqs} BuildRequires: cmake BuildRequires: fdupes @@ -54,9 +52,7 @@ cherry on top. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup %build export SYSDIG_CHISEL_DIR=%{_datadir}%{name}/chisels @@ -76,7 +72,7 @@ -DDIR_ETC=%{_sysconfdir} \ -DBUILD_DRIVER=OFF \ -Wno-dev -%make_jobs +%cmake_build %install export INSTALL_MOD_PATH=%{buildroot} @@ -85,8 +81,8 @@ for flavor in %{flavors_to_build} ; do make KERNELDIR="%{_prefix}/src/linux-obj/%{_target_cpu}/$flavor" \ clean install_driver DESTDIR=%{buildroot} - make KERNELDIR="%{_prefix}/src/linux-obj/%{_target_cpu}/$flavor" \ - -C ../driver clean +# make KERNELDIR="%{_prefix}/src/linux-obj/%{_target_cpu}/$flavor" \ +# -C ../driver clean done rm -rf %{buildroot}%{_prefix}/src/* %fdupes -s %{buildroot}/%{_datadir} ++++++ sysdig-0.26.1.tar.gz -> sysdig-0.26.4.tar.gz ++++++ ++++ 4847 lines of diff (skipped)