Accepting request 294783 from devel:tools
1 OBS-URL: https://build.opensuse.org/request/show/294783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/criu?expand=0&rev=11
This commit is contained in:
commit
0c1a7399c1
3
criu-1.5.1.tar.bz2
Normal file
3
criu-1.5.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0bf47f02e32ac7d81bb953ba6ecd0b8dd748728042afed36f31852a59042a8d2
|
||||||
|
size 457316
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c848918d5b67f68efd25224bc4a7ffe9252d039fc6f3cc77c6309f6427448cdf
|
|
||||||
size 457323
|
|
10
criu.changes
10
criu.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 7 15:52:47 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix build failure on FACTORY due to comment-in-comment in
|
||||||
|
google/protobuf/descriptor.proto
|
||||||
|
- update to version 1.5.1:
|
||||||
|
* fix crash with 4.0 kernel
|
||||||
|
* legalize swrk API and add the ability for inheriting fds via it
|
||||||
|
* cgroup yard destruction and properties restore
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 13 10:10:07 CET 2015 - tiwai@suse.de
|
Fri Mar 13 10:10:07 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define package_version 1.5
|
%define package_version 1.5.1
|
||||||
Name: criu
|
Name: criu
|
||||||
Version: 1.5
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Checkpoint/Restore In Userspace Tools
|
Summary: Checkpoint/Restore In Userspace Tools
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -66,6 +66,9 @@ to develop applications with CRIU library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{package_version}
|
%setup -q -n %{name}-%{package_version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
# fix up the broken protobuf descriptor.proto (comment-in-comment)
|
||||||
|
rm -f protobuf/google/protobuf/descriptor.proto
|
||||||
|
sed -e's@/\*@@g' -e's@\*/@@g' /usr/include/google/protobuf/descriptor.proto > protobuf/google/protobuf/descriptor.proto
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user