]> git.pld-linux.org Git - packages/criu.git/commitdiff
up to 2.5, update runtime deps
authorElan Ruusamäe <glen@delfi.ee>
Sun, 21 Aug 2016 08:02:21 +0000 (11:02 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 21 Aug 2016 08:02:21 +0000 (11:02 +0300)
cc-quote.patch [deleted file]
criu.spec

diff --git a/cc-quote.patch b/cc-quote.patch
deleted file mode 100644 (file)
index fc45d39..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- criu-2.4/criu/Makefile~    2016-08-21 10:55:35.000000000 +0300
-+++ criu-2.4/criu/Makefile     2016-08-21 10:55:36.728867281 +0300
-@@ -48,7 +48,7 @@
-         ifneq ($(shell sh -c                                                            \
-                         'TMP="$(OUTPUT)$(TMPOUT).$$$$";                                 \
-                         echo "int main(int argc, char *argv[]) { return 0; }" |         \
--                        "$(CC)" -x c - $(LIBS) -o "$$TMP" > /dev/null 2>&1 && echo y;   \
-+                        $(CC) -x c - $(LIBS) -o "$$TMP" > /dev/null 2>&1 && echo y;   \
-                         rm -f "$$TMP"'),y)
-                 $(warning "Couldn't find some of the required libraries")
-                 $(warning "Make sure the following packages are installed")
index 3c3f254395f68dc5a05b9ada31520cb8fd1dca5a..c80849356eceb70cb2796c6f21cc8318baea6820 100644 (file)
--- a/criu.spec
+++ b/criu.spec
@@ -3,14 +3,13 @@
 Summary:       Checkpoint/restore functionality for Linux in userspace
 Summary(pl.UTF-8):     Funkcja checkpoint/restore w przestrzeni użytkownika dla Linuksa
 Name:          criu
-Version:       2.4
+Version:       2.5
 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: 2f3a158d9bf74529c9dad53a67514de7
+# Source0-md5: 5d5115454d110adb744e885d82d2c1f6
 Patch0:                %{name}-python.patch
-Patch1:                cc-quote.patch
 URL:           http://criu.org/
 BuildRequires: asciidoc
 BuildRequires: libcap-devel
@@ -25,8 +24,8 @@ BuildRequires:        rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.228
 BuildRequires: sed >= 4.0
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      iproute2 >= 3.6
-Requires:      uname(release) >= 3.9
+Requires:      iproute2 >= 3.5
+Requires:      uname(release) >= 3.11
 ExclusiveArch: %{x8664} arm aarch64 ppc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -96,7 +95,6 @@ Pythonowy interfejs do CRIU. Ten pakiet zawiera także narzędzie crit.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %{__sed} -i -e 's#-O2 -g#$(OPT)#g' Makefile
 
This page took 0.153796 seconds and 4 git commands to generate.