diff --git a/criu.spec b/criu.spec index a9edd2c..e8c6bba 100644 --- a/criu.spec +++ b/criu.spec @@ -12,7 +12,7 @@ Name: criu Version: 3.13 -Release: 4%{?dist} +Release: 5%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -178,7 +178,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libcriu.a %changelog -* Mon Sep 16 2019 Adrian Reber - 3.13-4 +* Mon Sep 16 2019 Adrian Reber - 3.13-5 - Update to 3.13 (#1751146) - Drop upstreamed patches - Drop static library diff --git a/tests/run-zdtm.sh b/tests/run-zdtm.sh index 40dd4b4..7ad7d25 100755 --- a/tests/run-zdtm.sh +++ b/tests/run-zdtm.sh @@ -43,6 +43,8 @@ run_test() { RESULT=42 +# F30, F29 do not provide python -> python3 symlink +test -e /usr/bin/python || ln -sf /usr/bin/python3 /usr/bin/python python -V # this socket brakes CRIU's test cases