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:
Dominique Leuenberger 2015-04-10 07:51:43 +00:00 committed by Git OBS Bridge
commit 0c1a7399c1
4 changed files with 18 additions and 5 deletions

3
criu-1.5.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bf47f02e32ac7d81bb953ba6ecd0b8dd748728042afed36f31852a59042a8d2
size 457316

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c848918d5b67f68efd25224bc4a7ffe9252d039fc6f3cc77c6309f6427448cdf
size 457323

View File

@ -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

View File

@ -16,9 +16,9 @@
#
%define package_version 1.5
%define package_version 1.5.1
Name: criu
Version: 1.5
Version: 1.5.1
Release: 0
Summary: Checkpoint/Restore In Userspace Tools
License: GPL-2.0
@ -66,6 +66,9 @@ to develop applications with CRIU library.
%prep
%setup -q -n %{name}-%{package_version}
%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
export CFLAGS="%{optflags}"