Accepting request 1148549 from home:Andreas_Schwab:Factory

- Use %patch -P

OBS-URL: https://build.opensuse.org/request/show/1148549
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=87
This commit is contained in:
Andreas Schwab 2024-02-21 10:34:42 +00:00 committed by Git OBS Bridge
parent e007ced7be
commit 7a67b7cb30
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:16:21 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Use %patch -P
-------------------------------------------------------------------
Thu Apr 6 11:04:19 UTC 2023 - Frederic Crozat <fcrozat@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package make
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -39,10 +39,10 @@ The GNU make command with extensive documentation.
%lang_package
%prep
%setup -q
if [ %{_lib} = lib64 ]; then
%patch64 -p1
fi
%autosetup -N
%if "%{_lib}" == "lib64"
%patch -P 64 -p1
%endif
%build
%configure