Accepting request 1093149 from home:dgarcia:branches:Base:System
- Add patch disable-time-max-rss-test.patch to disable time max rss test, broken because a kernel issue (bsc#1211092) OBS-URL: https://build.opensuse.org/request/show/1093149 OBS-URL: https://build.opensuse.org/package/show/Base:System/time?expand=0&rev=15
This commit is contained in:
parent
e4a4260ab5
commit
8bf670265e
24
disable-time-max-rss-test.patch
Normal file
24
disable-time-max-rss-test.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 14 10:05:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Add patch disable-time-max-rss-test.patch to disable time max rss
|
||||||
|
test, broken because a kernel issue (bsc#1211092)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 19 13:57:53 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
Tue Apr 19 13:57:53 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package time
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,6 +27,8 @@ Source: https://ftp.gnu.org/gnu/time/%{name}-%{version}.tar.gz
|
|||||||
Source1: %{name}.rpmlintrc
|
Source1: %{name}.rpmlintrc
|
||||||
Source2: https://ftp.gnu.org/gnu/time/%{name}-%{version}.tar.gz.sig
|
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
|
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(post): %{install_info_prereq}
|
||||||
Requires(preun):%{install_info_prereq}
|
Requires(preun):%{install_info_prereq}
|
||||||
|
|
||||||
@ -37,6 +39,9 @@ while the program was running.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%ifarch ppc ppc64 ppc64le
|
||||||
|
%patch1 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user