commit sysdig for openSUSE:Factory
Hello community, here is the log from the commit of package sysdig for openSUSE:Factory checked in at 2017-01-25 23:36:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysdig (Old) and /work/SRC/openSUSE:Factory/.sysdig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "sysdig" Changes: -------- --- /work/SRC/openSUSE:Factory/sysdig/sysdig.changes 2016-12-29 22:50:10.646953622 +0100 +++ /work/SRC/openSUSE:Factory/.sysdig.new/sysdig.changes 2017-01-25 23:36:30.379665582 +0100 @@ -1,0 +2,16 @@ +Wed Jan 25 07:59:18 UTC 2017 - mpluskal@suse.com + +- Update to version 0.14.0: + * JSON output is not: an object per event separated by newline, + instead of objects inside array as before. + * New filter proc.pcmdline, which represents the full command + line (proc.name + proc.args) of the parent of the process + generating the event + * Fixes for kernel version 4.9.3 + * Improved detection of Mesos containers + * Fix compilation with HAS_CAPTURE disabled on Linux + * Fixes for merged captures support +- Add sysdig-no_return_random.patch +- Enable building on more platforms + +------------------------------------------------------------------- Old: ---- sysdig-0.13.0.tar.gz New: ---- sysdig-0.14.0.tar.gz sysdig-no_return_random.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysdig.spec ++++++ --- /var/tmp/diff_new_pack.LZ24Lx/_old 2017-01-25 23:36:30.907586043 +0100 +++ /var/tmp/diff_new_pack.LZ24Lx/_new 2017-01-25 23:36:30.907586043 +0100 @@ -1,7 +1,7 @@ # # spec file for package sysdig # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: sysdig -Version: 0.13.0 +Version: 0.14.0 Release: 0 Summary: System-level exploration License: GPL-2.0 Group: System/Monitoring Url: http://www.sysdig.org/ Source0: https://github.com/draios/%{name}/archive/%{version}/sysdig-%{version}.tar.gz +Patch0: sysdig-no_return_random.patch BuildRequires: %{kernel_module_package_buildreqs} BuildRequires: cmake BuildRequires: fdupes @@ -39,7 +40,7 @@ BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %kernel_module_package -ExclusiveArch: %{ix86} x86_64 s390 s390x +ExcludeArch: %{arm} aarch64 %description Sysdig is open source, system-level exploration: capture system state and @@ -49,6 +50,7 @@ %prep %setup -q +%patch0 %build export SYSDIG_CHISEL_DIR=%{_datadir}%{name}/chisels ++++++ sysdig-0.13.0.tar.gz -> sysdig-0.14.0.tar.gz ++++++ ++++ 6665 lines of diff (skipped) ++++++ sysdig-no_return_random.patch ++++++ Index: userspace/libscap/scap_savefile.c =================================================================== --- userspace/libscap/scap_savefile.c.orig +++ userspace/libscap/scap_savefile.c @@ -42,6 +42,10 @@ int scap_dump_write(scap_dumper_t *d, vo { return gzwrite(d->m_f, buf, len); } + else + { + return -1; + } } #ifndef _WIN32
participants (1)
-
root@hilbertn.suse.de