[criu] updated to 0.4

Andrey Vagin avagin at fedoraproject.org
Tue Dec 10 16:42:37 UTC 2013


commit 55cf20c860b328b4fb87ded5c1a54380dcf1c775
Author: Adrian Reber <adrian at lisas.de>
Date:   Fri Feb 22 14:57:05 2013 +0100

    updated to 0.4

 .gitignore   |    1 +
 crtools.spec |   15 +++++++--------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 76835e9..a8e671d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /crtools-0.3.tar.bz2
+/crtools-0.4.tar.bz2
diff --git a/crtools.spec b/crtools.spec
index 8880402..6204b10 100644
--- a/crtools.spec
+++ b/crtools.spec
@@ -1,11 +1,11 @@
 Name: crtools	
-Version: 0.3	
-Release: 4%{?dist}
+Version: 0.4
+Release: 1%{?dist}
 Summary: Tool for Checkpoint/Restore in User-space
 Group: System Environment/Base
 License: GPLv2
 URL: http://criu.org/
-Source0: http://download.openvz.org/criu/crtools-0.3.tar.bz2
+Source0: http://download.openvz.org/criu/crtools-0.4.tar.bz2
 
 BuildRequires: protobuf-c-devel asciidoc xmlto
 
@@ -23,16 +23,12 @@ Linux in user-space.
 
 %prep
 %setup -q
-# quick fix for broken Makefile in Documentation/
-sed -i -e 's,$(E),echo,g' Documentation/Makefile
-# allow our CLFAGS to enhance the existing
-sed -i -e "s,CFLAGS\t\t=,CFLAGS\t\t+=,g" Makefile
 
 %build
 # %{?_smp_mflags} does not work
 # -fstack-protector breaks build
 CFLAGS+=`echo %{optflags} | sed -e 's,-fstack-protector,,g'` make V=1 WERROR=0
-make -C Documentation V=1
+make docs V=1
 
 
 %install
@@ -47,6 +43,9 @@ install -m 644 Documentation/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 %doc README COPYING
 
 %changelog
+* Fri Feb 22 2013 Adrian Reber <adrian at lisas.de> - 0.4-1
+- updated to 0.4
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index d46a148..5523bf8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d026e736466e52e1cac24405f2b0124  crtools-0.3.tar.bz2
+36d8172981e2e42e523f4dac5b6ee271  crtools-0.4.tar.bz2


More information about the scm-commits mailing list