Sync from SUSE:SLFO:Main time revision 2e7e9c016d70b04d2ea0baac7c4ee59c

This commit is contained in:
Adrian Schröter 2024-10-03 18:02:16 +02:00
parent 6c7f1fcea7
commit b9d7c2705b
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 14:48:17 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Jun 14 10:05:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -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
@ -30,7 +30,7 @@ Source3: https://savannah.gnu.org/people/viewgpg.php?user_id=94790#/%{nam
# 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
@ -40,7 +40,7 @@ while the program was running.
%prep
%setup -q
%ifarch ppc ppc64 ppc64le
%patch1 -p1
%patch -P 1 -p1
%endif
%build