Update to 3.5 (#1496614)
This commit is contained in:
parent
9b903f6a01
commit
c84a7ab6b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/criu-3.2.1.tar.bz2
|
||||
/criu-3.3.tar.bz2
|
||||
/criu-3.4.tar.bz2
|
||||
/criu-3.5.tar.bz2
|
||||
|
||||
11
criu.spec
11
criu.spec
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: criu
|
||||
Version: 3.4
|
||||
Version: 3.5
|
||||
Release: 1%{?dist}
|
||||
Provides: crtools = %{version}-%{release}
|
||||
Obsoletes: crtools <= 1.0-2
|
||||
@ -34,14 +34,8 @@ BuildRequires: asciidoc xmlto
|
||||
|
||||
# user-space and kernel changes are only available for x86_64, arm,
|
||||
# ppc64le, aarch64 and s390x
|
||||
# the code is very architecture specific
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=902875
|
||||
%if 0%{?fedora}
|
||||
ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x
|
||||
%else
|
||||
ExclusiveArch: x86_64 ppc64le
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
criu is the user-space part of Checkpoint/Restore in User-space
|
||||
@ -142,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 28 2017 Adrian Reber <adrian@lisas.de> - 3.5-1
|
||||
- Update to 3.5 (#1496614)
|
||||
|
||||
* Sun Aug 27 2017 Adrian Reber <adrian@lisas.de> - 3.4-1
|
||||
- Update to 3.4 (#1483774)
|
||||
- Removed upstreamed patches
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (criu-3.4.tar.bz2) = 71fc700d19b46381873b2d0fa90e7fa253b00beb5e4e6065bbf510766acbcc14b35d58fa8073801112f897d2320b7decca1115fb6853d5fe64f3c52aa40a9f32
|
||||
SHA512 (criu-3.5.tar.bz2) = 2f2bd3e04ba3412fdfa215c8ac4d47f286f07b45f8ef7b609ce8ca8953036fcc6bfac3a5c68cdde9190723c35005bbf1bf4e67742f628917b766d4cb13cd29b0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user