Accepting request 1148550 from Base:System

- Use %patch -P (forwarded request 1148549 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1148550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=52
This commit is contained in:
Ana Guerrero 2024-02-23 15:44:52 +00:00 committed by Git OBS Bridge
commit 5e446b09de
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> Thu Apr 6 11:04:19 UTC 2023 - Frederic Crozat <fcrozat@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package make # 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 # 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
@ -39,10 +39,10 @@ The GNU make command with extensive documentation.
%lang_package %lang_package
%prep %prep
%setup -q %autosetup -N
if [ %{_lib} = lib64 ]; then %if "%{_lib}" == "lib64"
%patch64 -p1 %patch -P 64 -p1
fi %endif
%build %build
%configure %configure