]> git.pld-linux.org Git - packages/criu.git/blobdiff - criu.spec
up to 3.17.1
[packages/criu.git] / criu.spec
index e314d949e1c1716c906933d73408cdd56ddb32a6..f4a5b6ce866900602e68fde3a0fda3623ebc1abb 100644 (file)
--- a/criu.spec
+++ b/criu.spec
 Summary:       Checkpoint/restore functionality for Linux in userspace
 Summary(pl.UTF-8):     Funkcja checkpoint/restore w przestrzeni użytkownika dla Linuksa
 Name:          criu
-Version:       3.16
-Release:       6
+Version:       3.17.1
+Release:       1
 License:       GPL v2 (tools), LGPL v2.1 (library)
 Group:         Applications/System
-Source0:       http://download.openvz.org/criu/%{name}-%{version}.tar.bz2
-# Source0-md5: f355b7eb8f4037d6b87b201815df7d7a
+Source0:       https://github.com/checkpoint-restore/criu/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: f3a5e3c3809177fbd4f543b68b563f5a
 Patch0:                %{name}-python.patch
 Patch1:                tests.patch
+Patch2:                glibc2.36.patch
 URL:           http://criu.org/
 BuildRequires: asciidoc
 BuildRequires: gnutls-devel
@@ -116,6 +117,7 @@ Pythonowy interfejs do CRIU. Ten pakiet zawiera także narzędzie crit.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__sed} -i -e 's#-O2 -g#$(OPT)#g' Makefile
 
@@ -135,6 +137,7 @@ Pythonowy interfejs do CRIU. Ten pakiet zawiera także narzędzie crit.
        MANDIR=%{_mandir} \\\
        WERROR=0 \\\
        SUBARCH=%{_target_cpu} \\\
+       CONFIG_AMDGPU=n \\\
        V=1
 %{__make}
 
This page took 0.125444 seconds and 4 git commands to generate.