- Skip test-0110.sh which fails after update in the build chroot

but not with identical settings on TW.
  * Add logrotate-3.22-skip-failing-test.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=109
This commit is contained in:
Angel Yankov 2024-12-03 15:27:53 +00:00 committed by Git OBS Bridge
parent f53dbd8b81
commit 014e93b971
3 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,38 @@
Index: logrotate-3.22.0/test/Makefile.am
===================================================================
--- logrotate-3.22.0.orig/test/Makefile.am
+++ logrotate-3.22.0/test/Makefile.am
@@ -103,7 +103,6 @@ TEST_CASES = \
test-0107.sh \
test-0108.sh \
test-0109.sh \
- test-0110.sh \
test-0111.sh \
test-0112.sh
Index: logrotate-3.22.0/test/Makefile.in
===================================================================
--- logrotate-3.22.0.orig/test/Makefile.in
+++ logrotate-3.22.0/test/Makefile.in
@@ -532,7 +532,6 @@ TEST_CASES = \
test-0107.sh \
test-0108.sh \
test-0109.sh \
- test-0110.sh \
test-0111.sh \
test-0112.sh
@@ -1463,13 +1462,6 @@ test-0109.sh.log: test-0109.sh
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
- "$$tst" $(AM_TESTS_FD_REDIRECT)
-test-0110.sh.log: test-0110.sh
- @p='test-0110.sh'; \
- b='test-0110.sh'; \
- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
- --log-file $$b.log --trs-file $$b.trs \
- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
test-0111.sh.log: test-0111.sh
@p='test-0111.sh'; \

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 29 13:01:12 UTC 2024 - Angel Yankov <angel.yankov@suse.com>
- Skip test-0110.sh which fails after update in the build chroot
but not with identical settings on TW.
* Add logrotate-3.22-skip-failing-test.patch
-------------------------------------------------------------------
Wed Oct 23 08:51:50 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -32,6 +32,8 @@ Source3: logrotate.service
Source4: logrotate-all
Source10: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source11: logrotate.keyring
Patch0: logrotate-3.22-skip-failing-test.patch
BuildRequires: acl
BuildRequires: automake
BuildRequires: libacl-devel