]> git.pld-linux.org Git - packages/sysdig.git/commitdiff
- up to 0.15.0 auto/th/sysdig-0.15.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 25 Mar 2017 20:32:44 +0000 (21:32 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 25 Mar 2017 20:32:44 +0000 (21:32 +0100)
sysdig-linux4.patch [deleted file]
sysdig.spec

diff --git a/sysdig-linux4.patch b/sysdig-linux4.patch
deleted file mode 100644 (file)
index a8a841a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- sysdig-0.13.0/driver/main.c.orig   2016-12-20 16:58:06.000000000 +0100
-+++ sysdig-0.13.0/driver/main.c        2017-01-24 20:56:10.452973281 +0100
-@@ -1737,8 +1737,10 @@
-       }
- }
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 1)
- int __access_remote_vm(struct task_struct *t, struct mm_struct *mm, unsigned long addr,
-                      void *buf, int len, int write);
-+#endif
- TRACEPOINT_PROBE(syscall_procexit_probe, struct task_struct *p)
- {
index 0b04896ccbe3dca635fbd20b9543699a5634e27c..86d410642d85c519da6473041fd8188569eafb12 100644 (file)
@@ -27,15 +27,14 @@ exit 1
 Summary:       sysdig, a system-level exploration and troubleshooting tool
 Summary(pl.UTF-8):     sysdig - narzędzie do przeglądu i rozwiązywania problemów na poziomie systemowym
 Name:          %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:       0.13.0
+Version:       0.15.0
 Release:       %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:       GPL v2
 Group:         Applications/System
 #Source0Download: https://github.com/draios/sysdig/releases
 Source0:       https://github.com/draios/sysdig/archive/%{version}/%{pname}-%{version}.tar.gz
-# Source0-md5: a8658daee5277d2a3a0bbb8381fb020f
+# Source0-md5: 72a6798e6ef842d00e985b3387fc5f49
 Patch0:                buildflags.patch
-Patch1:                %{pname}-linux4.patch
 URL:           http://www.sysdig.org/
 BuildRequires: rpmbuild(macros) >= 1.701
 BuildRequires: cmake >= 2.8.2
@@ -162,7 +161,6 @@ Ten pakiet zawiera moduł sysdig-probe for jądra Linuksa.\
 %prep
 %setup -q -n %{pname}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 install -d build
This page took 0.130766 seconds and 4 git commands to generate.