skip unstable test

This commit is contained in:
Nikola Forró 2022-02-08 09:50:04 +01:00
parent 3547306052
commit 6b9b7136e8
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/src/tests/mandb-symlink-target-timestamp b/src/tests/mandb-symlink-target-timestamp
index 1c87d3d..c84449f 100755
--- a/src/tests/mandb-symlink-target-timestamp
+++ b/src/tests/mandb-symlink-target-timestamp
@@ -9,6 +9,8 @@
: ${MANDB=mandb}
: ${ACCESSDB=accessdb}
+skip "this test is unstable, skip for now: https://gitlab.com/cjwatson/man-db/-/issues/3"
+
init
fake_config /usr/share/man
MANPATH="$tmpdir/usr/share/man"

View File

@ -4,7 +4,7 @@
Summary: Tools for searching and reading man pages Summary: Tools for searching and reading man pages
Name: man-db Name: man-db
Version: 2.10.0 Version: 2.10.0
Release: 1%{?dist} Release: 2%{?dist}
# GPLv2+ .. man-db # GPLv2+ .. man-db
# GPLv3+ .. gnulib # GPLv3+ .. gnulib
License: GPLv2+ and GPLv3+ License: GPLv2+ and GPLv3+
@ -24,6 +24,9 @@ Patch1: man-db-2.10.0-fix-override-dir-handling.patch
# https://lists.gnu.org/archive/html/man-db-devel/2020-02/msg00000.html # https://lists.gnu.org/archive/html/man-db-devel/2020-02/msg00000.html
Patch2: man-db-2.9.1-snap.patch Patch2: man-db-2.9.1-snap.patch
# https://gitlab.com/cjwatson/man-db/-/issues/3
Patch3: man-db-2.10.0-skip-mandb-symlink-target-timestamp-test.patch
Obsoletes: man < 2.0 Obsoletes: man < 2.0
Provides: man = %{version} Provides: man = %{version}
Provides: man-pages-reader = %{version} Provides: man-pages-reader = %{version}
@ -233,6 +236,9 @@ fi
%config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron
%changelog %changelog
* Tue Feb 08 2022 Nikola Forró <nforro@redhat.com> - 2.10.0-2
- skip unstable test
* Sun Feb 06 2022 Nikola Forró <nforro@redhat.com> - 2.10.0-1 * Sun Feb 06 2022 Nikola Forró <nforro@redhat.com> - 2.10.0-1
- update to 2.10.0 - update to 2.10.0
resolves #2050778 resolves #2050778