Accepting request 1155207 from science:HPC

OBS-URL: https://build.opensuse.org/request/show/1155207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfabric?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2024-03-06 22:03:43 +00:00 committed by Git OBS Bridge
commit d15d9152ef
3 changed files with 8 additions and 4 deletions

View File

@ -38,8 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Fabtests provides a set of examples that uses libfabric, a fabric software library.
%prep
%setup -q -n libfabric-%{version}%{git_ver}
%patch0 -p1
%autosetup -p1 -n libfabric-%{version}%{git_ver}
%build
cd fabtests

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 29 16:18:32 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Sun Nov 19 17:27:58 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>

View File

@ -65,8 +65,7 @@ libfabric provides a user-space API to access high-performance fabric
services, such as RDMA. This package contains the development files.
%prep
%setup -q -n %{name}-%{version}%{git_ver}
%patch0 -p1
%autosetup -p1 -n %{name}-%{version}%{git_ver}
%build
rm -f config/libtool.m4