From e045e5251b8778e17e9793ca0f5a6764d39d35a7a50566ecff060299b70dd225 Mon Sep 17 00:00:00 2001 From: Nicolas Morey Date: Thu, 7 Mar 2024 03:53:51 +0000 Subject: [PATCH] Accepting request 1153784 from home:pgajdos:l - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1153784 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libpsm2?expand=0&rev=71 --- libpsm2.changes | 6 ++++++ libpsm2.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libpsm2.changes b/libpsm2.changes index ccab54b..9bc77f2 100644 --- a/libpsm2.changes +++ b/libpsm2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 1 08:51:40 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Tue Jul 25 12:47:30 UTC 2023 - Nicolas Morey diff --git a/libpsm2.spec b/libpsm2.spec index a142824..096df0f 100644 --- a/libpsm2.spec +++ b/libpsm2.spec @@ -83,9 +83,7 @@ Development files for the libpsm2 library. Support for MPIs linked with PSM versions < 2. %prep -%setup -q -n %{name}-%{version}%{git_ver} -%patch2 -%patch3 +%autosetup -p0 -n %{name}-%{version}%{git_ver} cp %{SOURCE1} ChangeLog