diff --git a/SPECS/criu.spec b/SPECS/criu.spec index 841872f..4c8e29c 100644 --- a/SPECS/criu.spec +++ b/SPECS/criu.spec @@ -1,6 +1,6 @@ Name: criu Version: 2.12 -Release: 2%{?dist} +Release: 4%{?dist}.0.1 Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -13,6 +13,7 @@ Source0: http://download.openvz.org/criu/criu-%{version}.tar.bz2 Patch0: aio-fix.patch Patch1: 0001-kerndat-Detect-if-we-have-guard-page-mangle-in-procf.patch Patch2: 0002-mem-Don-t-assume-guard-page-is-returned-in-procfs-wi.patch +Patch3: 0001-Fix-ppc64el-build-failure-by-not-redefining-AT_VECTO.patch %if 0%{?rhel} BuildRequires: systemd @@ -78,6 +79,7 @@ their content in human-readable form. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build # %{?_smp_mflags} does not work @@ -137,6 +139,9 @@ rm -rf $RPM_BUILD_ROOT%{_libexecdir}/%{name} %changelog +* Wed Apr 4 2018 Johnny Hughes - 2.12-4.0.1 +- Roll in el7a patch and consolidate tree for arm32 and aarch64/ppc64le + * Wed Apr 4 2018 Pablo Greco - 2.12-2 - Update to build on armhfp