Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package time for openSUSE:Factory checked in at 2023-06-17 22:19:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/time (Old) and /work/SRC/openSUSE:Factory/.time.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "time" Sat Jun 17 22:19:57 2023 rev:10 rq:1093191 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/time/time.changes 2022-04-28 23:07:10.404635530 +0200 +++ /work/SRC/openSUSE:Factory/.time.new.15902/time.changes 2023-06-17 22:20:03.439445674 +0200 @@ -1,0 +2,6 @@ +Wed Jun 14 10:05:03 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Add patch disable-time-max-rss-test.patch to disable time max rss + test, broken because a kernel issue (bsc#1211092) + +------------------------------------------------------------------- New: ---- disable-time-max-rss-test.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ time.spec ++++++ --- /var/tmp/diff_new_pack.CQGkI2/_old 2023-06-17 22:20:04.171450073 +0200 +++ /var/tmp/diff_new_pack.CQGkI2/_new 2023-06-17 22:20:04.175450097 +0200 @@ -1,7 +1,7 @@ # # spec file for package time # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,8 +27,10 @@ Source1: %{name}.rpmlintrc Source2: https://ftp.gnu.org/gnu/time/%{name}-%{version}.tar.gz.sig Source3: https://savannah.gnu.org/people/viewgpg.php?user_id=94790#/%{name}.keyring +# PATCH-FIX-OPENSUSE disable-time-max-rss-test.patch bsc#1211092 +Patch1: disable-time-max-rss-test.patch Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Requires(preun):%{install_info_prereq} %description The "time" command runs another program, then displays information @@ -37,6 +39,9 @@ %prep %setup -q +%ifarch ppc ppc64 ppc64le +%patch1 -p1 +%endif %build %configure ++++++ disable-time-max-rss-test.patch ++++++ Index: time-1.9/Makefile.am =================================================================== --- time-1.9.orig/Makefile.am +++ time-1.9/Makefile.am @@ -74,7 +74,6 @@ tests_time_aux_CFLAGS = TESTS = tests/help-version.sh \ - tests/time-max-rss.sh \ tests/time-exit-codes.sh \ tests/time-posix-quiet.sh Index: time-1.9/Makefile.in =================================================================== --- time-1.9.orig/Makefile.in +++ time-1.9/Makefile.in @@ -1316,7 +1316,6 @@ tests_time_aux_SOURCES = tests/time-aux. tests_time_aux_CPPFLAGS = tests_time_aux_CFLAGS = TESTS = tests/help-version.sh \ - tests/time-max-rss.sh \ tests/time-exit-codes.sh \ tests/time-posix-quiet.sh