diff --git a/go1.18.changes b/go1.18.changes index b4c8a03..7501487 100644 --- a/go1.18.changes +++ b/go1.18.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 11:30:50 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Fri Apr 14 23:41:22 UTC 2023 - Jeff Kowalczyk diff --git a/go1.18.spec b/go1.18.spec index b43ebd5..2b129c0 100644 --- a/go1.18.spec +++ b/go1.18.spec @@ -235,18 +235,18 @@ Go standard library compiled to a dynamically loadable shared object libstd.so # go %setup -q -n go -%patch7 -p1 +%patch -P 7 -p1 %if %{with gccgo} # Currently gcc-go does not manage an update-alternatives entry and will # never be symlinked as "go", even if gcc-go is the only installed go toolchain. # Patch go bootstrap scripts to find hardcoded go-(gcc-go-version) e.g. go-8 # Substitute defined gcc_go_version into gcc-go.patch sed -i "s/\$gcc_go_version/%{gcc_go_version}/" $RPM_SOURCE_DIR/gcc-go.patch -%patch8 -p1 +%patch -P 8 -p1 %endif -%patch9 -p1 -%patch10 -p1 -%patch11 -p1 +%patch -P 9 -p1 +%patch -P 10 -p1 +%patch -P 11 -p1 cp %{SOURCE4} .