diff --git a/make.changes b/make.changes index f436355..eb948bd 100644 --- a/make.changes +++ b/make.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 10:16:21 UTC 2024 - Andreas Schwab + +- Use %patch -P + ------------------------------------------------------------------- Thu Apr 6 11:04:19 UTC 2023 - Frederic Crozat diff --git a/make.spec b/make.spec index 0dd1ab3..c3e00a3 100644 --- a/make.spec +++ b/make.spec @@ -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