]> git.pld-linux.org Git - packages/sysdig.git/blobdiff - sysdig.spec
- updated to 0.15.1
[packages/sysdig.git] / sysdig.spec
index 1eacc7cbe2bb0cca6eb22e8701386383e5697aee..544dc2f71d2d819c44c3e7ab55849141dcc52dfc 100644 (file)
@@ -18,19 +18,22 @@ exit 1
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 %endif
+%ifnarch %{ix86} %{x8664} %{arm} mips ppc
+%undefine      with_luajit
+%endif
 
 %define                rel     1
 %define                pname   sysdig
 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.1
 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: e5607899dbe3b0709e51aa223e1b9fe0
 Patch0:                buildflags.patch
 URL:           http://www.sysdig.org/
 BuildRequires: rpmbuild(macros) >= 1.701
@@ -38,20 +41,16 @@ BuildRequires:      cmake >= 2.8.2
 BuildRequires: curl-devel >= 7.45.0
 BuildRequires: jq-devel >= 1.5
 BuildRequires: jsoncpp-devel
-BuildRequires: libb64-devel >= 1.2
+BuildRequires: libb64-devel >= 1.2.1
 BuildRequires: libstdc++-devel >= 6:4.4
-%{!?with_luajit:BuildRequires: lua5.1-devel >= 5.1}
+%{!?with_luajit:BuildRequires: lua51-devel >= 5.1}
 %{?with_luajit:BuildRequires:  luajit-devel >= 2.0.3}
 BuildRequires: ncurses-devel >= 5.9
 BuildRequires: openssl-devel >= 1.0.2
 BuildRequires: zlib-devel >= 1.2.8
 %{!?with_luajit:BuildConflicts:        luajit-devel}
 %{?with_kernel:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}}
-%if %{with userspace}
-ExclusiveArch: %{ix86} %{x8664}
-%else
 ExclusiveArch: %{ix86} %{x8664} x32
-%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # constify %{name}
This page took 0.160106 seconds and 4 git commands to generate.