Fix test setup
Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
49bf9133bf
commit
e6dcdedc24
@ -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 <adrian@lisas.de> - 3.19-2
|
||||
- Fix test setup
|
||||
|
||||
* Tue Nov 28 2023 Adrian Reber <adrian@lisas.de> - 3.19-1
|
||||
- Update to 3.19
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user