Skip to content

Commit 10e5faa

Browse files
authored
Merge pull request #71 from awlauria/prrte_spec
Apply PRRTE patch for spec file bug.
2 parents 7dc912e + 2d12ae4 commit 10e5faa

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

jenkins/open-mpi.dist.create-tarball.build-rpm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ fi
3333
if [[ -d ${WORKSPACE}/ompi/3rd-party/prrte ]]; then
3434
echo "Building PRRTE RPM"
3535
pushd ${WORKSPACE}/ompi/3rd-party/prrte
36+
echo "Applying PRRTE patch spec file issue."
37+
patch -N -p0 < ${WORKSPACE}/ompi-scripts/jenkins/prrte.spec.patch
3638
./autogen.pl; ./configure; make dist
3739
cd contrib/dist/linux
3840
tarball=$(find ../../.. -name "*.bz2" -print)

jenkins/prrte.spec.patch

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
--- contrib/dist/linux/prrte.spec 2023-10-03 08:12:43.842625000 -0400
2+
+++ contrib/dist/linux/prrte.spec 2023-10-03 08:12:27.849686000 -0400
3+
@@ -612,7 +612,7 @@
4+
%{shell_scripts_path}/%{shell_scripts_basename}.sh
5+
%{shell_scripts_path}/%{shell_scripts_basename}.csh
6+
%endif
7+
-%doc README INSTALL LICENSE
8+
+%doc README.md LICENSE
9+
10+
%else
11+
12+
@@ -656,7 +656,7 @@
13+
%{shell_scripts_path}/%{shell_scripts_basename}.sh
14+
%{shell_scripts_path}/%{shell_scripts_basename}.csh
15+
%endif
16+
-%doc README INSTALL LICENSE
17+
+%doc README.md LICENSE
18+
%{_pkgdatadir}
19+
20+
%files devel -f devel.files

0 commit comments

Comments
 (0)