Skip to content

Commit 6d83b4d

Browse files
authored
Merge pull request #6413 from kmuriki/rel3.8.7
Updates to Change log and install file for release 3.8.7
2 parents 776414c + c230ce7 commit 6d83b4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Singularity Changelog
22

3-
## Changes Since Last Release
3+
## v3.8.7 - [2022-03-15]
44

55
### Bug fixes
66

INSTALL.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/apptainer && \
8787
To build a stable version of Singularity, check out a [release tag](https://github.com/apptainer/singularity/tags) before compiling:
8888

8989
```
90-
$ git checkout v3.8.6
90+
$ git checkout v3.8.7
9191
```
9292

9393
## Compiling Singularity
@@ -147,7 +147,7 @@ Download the latest
147147
and use it to install the RPM like this:
148148

149149
```
150-
$ export VERSION=3.8.6 # this is the singularity version, change as you need
150+
$ export VERSION=3.8.7 # this is the singularity version, change as you need
151151
152152
$ wget https://github.com/apptainer/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
153153
rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -161,7 +161,7 @@ for example like this if you already have a new enough golang first
161161
in your PATH:
162162
163163
```
164-
VERSION=3.8.6 # this is the singularity version, change as you need
164+
VERSION=3.8.7 # this is the singularity version, change as you need
165165
./mconfig
166166
make -C builddir rpm
167167
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-${VERSION}*.x86_64.rpm
@@ -175,7 +175,7 @@ tarball and use it to install Singularity:
175175
$ cd $GOPATH/src/github.com/apptainer/singularity && \
176176
./mconfig && \
177177
make -C builddir rpm && \
178-
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.6*.x86_64.rpm # or whatever version you built
178+
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.7*.x86_64.rpm # or whatever version you built
179179
```
180180
181181
To build an rpm with an alternative install prefix set RPMPREFIX on the

0 commit comments

Comments
 (0)