Accepting request 1150581 from home:dimstar:rpm4.20:d

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150581
OBS-URL: https://build.opensuse.org/package/show/science:HPC/dapl?expand=0&rev=26
This commit is contained in:
Christian Goll 2024-02-26 12:53:17 +00:00 committed by Git OBS Bridge
parent 8f9382fa60
commit ffbcae7328
3 changed files with 10 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 26 07:43:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
PatchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 4 13:18:39 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Thu May 4 13:18:39 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -131,15 +131,7 @@ Conflicts: dapl-utils
Test suite to validate the uDAPL library APIs. Test suite to validate the uDAPL library APIs.
%prep %prep
%setup -q -n dapl-%{version} %autosetup -p0 -n dapl-%{version}
%patch1
%patch5
%patch6
%patch7
%patch12
%patch13
%patch14
%patch15 -p1
%build %build
%if %suse_version == 1110 %if %suse_version == 1110

View File

@ -17,10 +17,10 @@ Date: Fri Jul 14 17:53:30 2017 +0200
Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de> Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
diff --git a/Makefile.am b/Makefile.am diff --git Makefile.am Makefile.am
index 483ba90..91def97 100755 index 483ba90..91def97 100755
--- a/Makefile.am --- Makefile.am
+++ b/Makefile.am +++ Makefile.am
@@ -48,7 +48,7 @@ AM_CFLAGS = -g -Wall -D_GNU_SOURCE -DDAT_CONF="\"$(sysconfdir)/dat.conf\"" @@ -48,7 +48,7 @@ AM_CFLAGS = -g -Wall -D_GNU_SOURCE -DDAT_CONF="\"$(sysconfdir)/dat.conf\""
endif endif