diff --git a/criu.spec b/criu.spec index 96b53cd..fc7c466 100644 --- a/criu.spec +++ b/criu.spec @@ -12,7 +12,7 @@ Name: criu Version: 3.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for Checkpoint/Restore in User-space License: GPL-2.0-only AND LGPL-2.1-only AND MIT URL: http://criu.org/ @@ -156,6 +156,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libcriu.a %doc %{_mandir}/man1/criu-ns.1* %changelog +* Tue Nov 28 2023 Adrian Reber - 3.19-2 +- Fix test setup + * Tue Nov 28 2023 Adrian Reber - 3.19-1 - Update to 3.19 diff --git a/tests/run-zdtm.sh b/tests/run-zdtm.sh index 58a1143..56fc8ec 100755 --- a/tests/run-zdtm.sh +++ b/tests/run-zdtm.sh @@ -18,6 +18,9 @@ EXCLUDES=" \ -x zdtm/static/netns_sub \ -x zdtm/static/netns_sub_veth \ -x zdtm/static/file_locks01 \ + -x zdtm/static/mntns_link_remap \ + -x zdtm/static/unlink_fstat03 \ + -x zdtm/static/unlink_regular00 \ -x zdtm/static/cgroup02 " run_test() {