Rebase to latest upstream release 11.2.23
Resolves: bz1637273 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
0aba77daab
commit
f6ed31e4b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/libpsm2-10.2.103_1.tar.gz
|
/libpsm2-10.2.103_1.tar.gz
|
||||||
/libpsm2-10.3.8.tar.gz
|
/libpsm2-10.3.8.tar.gz
|
||||||
/libpsm2-10.3.58.tar.gz
|
/libpsm2-10.3.58.tar.gz
|
||||||
|
/libpsm2-11.2.23.tar.gz
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- psm_utils.c.orig 2018-03-14 21:12:33.678607767 -0400
|
|
||||||
+++ psm_utils.c 2018-03-14 21:11:04.696909162 -0400
|
|
||||||
@@ -951,7 +951,7 @@ struct psmi_faultinj_spec *psmi_faultinj
|
|
||||||
union psmi_envvar_val env_fi;
|
|
||||||
char fvals_str[128];
|
|
||||||
char fname[128];
|
|
||||||
- char fdesc[256];
|
|
||||||
+ char fdesc[512];
|
|
||||||
|
|
||||||
snprintf(fvals_str, sizeof(fvals_str) - 1, "%d:%d:1", num,
|
|
||||||
denom);
|
|
Binary file not shown.
12
libpsm2.spec
12
libpsm2.spec
@ -52,18 +52,17 @@
|
|||||||
#
|
#
|
||||||
Summary: Intel PSM Libraries
|
Summary: Intel PSM Libraries
|
||||||
Name: libpsm2
|
Name: libpsm2
|
||||||
Version: 10.3.58
|
Version: 11.2.23
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
URL: https://github.com/01org/opa-psm2/
|
URL: https://github.com/01org/opa-psm2/
|
||||||
|
|
||||||
# The tarball can be created by:
|
# The tarball can be created by:
|
||||||
# git clone https://github.com/01org/opa-psm2
|
# git clone https://github.com/01org/opa-psm2
|
||||||
# cd opa-psm2
|
# cd opa-psm2
|
||||||
# git checkout 0f9213e7af8d32c291d4657ff4a3279918de1e60
|
# git checkout 8a12e84dc7e3a89eb81f7d0d2fba13c5d9d9c484
|
||||||
# make dist
|
# make dist
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch1: extend-fdesc-array.patch
|
|
||||||
|
|
||||||
# The OPA product is supported on x86 64 only:
|
# The OPA product is supported on x86 64 only:
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
@ -102,7 +101,6 @@ Support for MPIs linked with PSM versions < 2
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{set_build_flags}
|
%{set_build_flags}
|
||||||
@ -143,6 +141,10 @@ rm -f %{buildroot}%{_libdir}/*.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 8 2018 Honggang Li <honli@redhat.com> - 11.2.23-1
|
||||||
|
- Rebase to latest upstream release 11.2.23
|
||||||
|
- Resolves: bz1637273
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 10.3.58-2
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 10.3.58-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libpsm2-10.3.58.tar.gz) = 764237a32d95b2f8a000cbd6e23325e7962712f8ffa540248f87583c11860f13adf277cf6503bf3fe470a6876546a1307eefce6034241351c77a5ec450ea65db
|
SHA512 (libpsm2-11.2.23.tar.gz) = eab7001051adde8ac4cd683ec35c91f21ddd05a6194864e1d19a2cc1bebcd9044a461dc366e12ccbebc0a66039d86910583a9b4b4777b2f47aa09877d3a48841
|
||||||
|
Loading…
Reference in New Issue
Block a user