]> git.pld-linux.org Git - packages/criu.git/commitdiff
- updated to 1.7 auto/th/criu-1.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Sep 2015 19:10:43 +0000 (21:10 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Sep 2015 19:10:43 +0000 (21:10 +0200)
- updated python patch

criu-python.patch
criu.spec

index 1cb313ee8328a6db8a5820907784f0d54f5930f5..fd3add32c70bc81868a8b443c6b285a4693be5ac 100644 (file)
@@ -1,11 +1,11 @@
---- criu-1.5.1/Makefile.orig   2015-04-05 17:59:01.846070466 +0200
-+++ criu-1.5.1/Makefile        2015-04-05 18:08:00.123965069 +0200
-@@ -289,7 +289,7 @@
+--- criu-1.7/Makefile.orig     2015-09-12 20:13:41.777088038 +0200
++++ criu-1.7/Makefile  2015-09-12 20:54:17.423652491 +0200
+@@ -351,7 +351,7 @@
  
  install-crit: crit
        $(E) "  INSTALL crit"
--      $(Q) python scripts/crit-setup.py install --prefix=$(DESTDIR)
-+      $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) --optimize=2
+-      $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
++      $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --optimize=2
  
- .PHONY: install install-man install-crit
+ .PHONY: install install-man install-crit install-criu
  
index d5d297e194ed4f9205d33d47513e01338f32ab25..0a7e628800c7cf99ff6bc800070a4e898c46af75 100644 (file)
--- a/criu.spec
+++ b/criu.spec
@@ -1,12 +1,12 @@
 Summary:       Checkpoint/restore functionality for Linux in userspace
 Summary(pl.UTF-8):     Funkcja checkpoint/restore w przestrzeni użytkownika dla Linuksa
 Name:          criu
-Version:       1.5.1
+Version:       1.7
 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: b63a42e9b1195eea8c68b80aa3ff0fc0
+# Source0-md5: 317a2c303f445824c640d5665a40d778
 Patch0:                %{name}-python.patch
 URL:           http://criu.org/
 BuildRequires: autoconf >= 2.50
@@ -14,10 +14,10 @@ BuildRequires:      protobuf-c-devel
 BuildRequires: python >= 2
 BuildRequires: rpmbuild(macros) >= 1.228
 BuildRequires: sed >= 4.0
+Requires(post,preun,postun):   systemd-units >= 38
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      iproute2 >= 3.6
 Requires:      uname(release) >= 3.9
-Requires(post,preun,postun):   systemd-units >= 38
 Requires:      systemd-units >= 38
 ExclusiveArch: %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -131,7 +131,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CREDITS README
+%doc CREDITS README.md
 %attr(755,root,root) %{_sbindir}/criu
 %{_mandir}/man8/criu.8*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/criu-service
This page took 0.122568 seconds and 4 git commands to generate.