From 8426ec0588ea5e4af8c4f8c1a0b78e8742e3927ff237e8316dd24202b0c180d8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Jul 2023 12:08:32 +0000 Subject: [PATCH] Accepting request 1099706 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Update tests-skip-time01-on-32bit-time_t.patch to not run test on armv6 either OBS-URL: https://build.opensuse.org/request/show/1099706 OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=124 --- tar.changes | 6 ++++++ tests-skip-time01-on-32bit-time_t.patch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tar.changes b/tar.changes index 7d1b38d..d877ab2 100644 --- a/tar.changes +++ b/tar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 20 09:57:28 UTC 2023 - Guillaume GARDET + +- Update tests-skip-time01-on-32bit-time_t.patch to not run test + on armv6 either + ------------------------------------------------------------------- Tue Feb 14 11:07:40 UTC 2023 - Danilo Spinella diff --git a/tests-skip-time01-on-32bit-time_t.patch b/tests-skip-time01-on-32bit-time_t.patch index e6bf29b..d023ee1 100644 --- a/tests-skip-time01-on-32bit-time_t.patch +++ b/tests-skip-time01-on-32bit-time_t.patch @@ -25,7 +25,7 @@ Index: tar-1.34/tests/time01.at tar -c -f archive.tar dir + +case "$( uname -m )" in -+ i686 | ppc | armv7l) ++ i686 | ppc | armv6l | armv7l) + # "SUSE: disabled for now on platforms with 32-bit time_t" + AT_SKIP_TEST + ;;