File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Singularity Changelog
22
3- ## Changes since last release
3+ ## v3.8.5 - [ 2021-11-29 ]
44
55### Security Related Fixes
66
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/hpcng && \
8787To build a stable version of Singularity, check out a [ release tag] ( https://github.com/hpcng/singularity/tags ) before compiling:
8888
8989```
90- $ git checkout v3.8.4
90+ $ git checkout v3.8.5
9191```
9292
9393## Compiling Singularity
@@ -134,7 +134,7 @@ required.
134134To build from a release source tarball do these commands:
135135
136136```
137- $ export VERSION=3.8.4 # this is the singularity version, change as you need
137+ $ export VERSION=3.8.5 # this is the singularity version, change as you need
138138
139139$ wget https://github.com/hpcng/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
140140 rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -151,7 +151,7 @@ Then use the `rpm` make target to build Singularity as an rpm package:
151151```
152152$ ./mconfig --only-rpm
153153$ make -C builddir rpm
154- $ sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.4 * .x86_64.rpm # or whatever version you built
154+ $ sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.5 * .x86_64.rpm # or whatever version you built
155155```
156156
157157Alternatively, to build an RPM from the latest master you can
@@ -162,7 +162,7 @@ tarball and use it to install Singularity:
162162$ cd $GOPATH/src/github.com/hpcng/singularity && \
163163 ./mconfig && \
164164 make -C builddir rpm && \
165- sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.4 * .x86_64.rpm # or whatever version you built
165+ sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.5 * .x86_64.rpm # or whatever version you built
166166```
167167
168168To build an rpm with an alternative install prefix set RPMPREFIX on the
You can’t perform that action at this time.
0 commit comments