diff --git a/apptainer-1.2.2.tar.gz b/apptainer-1.2.2.tar.gz deleted file mode 100644 index c588428..0000000 --- a/apptainer-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b43098c04caa7e78f4c7aca92f13cfe5f52f1200c43ec9234c45dc2347f0c247 -size 5058987 diff --git a/apptainer-1.2.3.tar.gz b/apptainer-1.2.3.tar.gz new file mode 100644 index 0000000..ebae1bf --- /dev/null +++ b/apptainer-1.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e55aa1d688f9f485f247ca1a568707f275bf0c55400d049e88ade920ddaa8b +size 5060807 diff --git a/apptainer.changes b/apptainer.changes index 4504f34..aa8ce07 100644 --- a/apptainer.changes +++ b/apptainer.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Sep 27 10:17:11 UTC 2023 - Christian Goll + +- removed CRYPTOGAMS license as not known in OBS and OpenSSL is + also valid + +------------------------------------------------------------------- +Mon Sep 25 08:57:57 UTC 2023 - Christian Goll + +- updated to 1.2.3 with following changes: + * The apptainer push/pull commands now show a progress bar for the oras + protocol like there was for docker and library protocols. + * The --nv and --rocm flags can now be used simultaneously. + * Fix the use of APPTAINER_CONFIGDIR with apptainer instance start and action + commands that refer to instance://. + * Fix the issue that apptainer would not read credentials from the Docker + fallback path ~/.docker/config.json if missing in the apptainer + credentials. + +------------------------------------------------------------------- +Tue Aug 29 15:34:36 UTC 2023 - Lubos Kocman + +- Update license for the package to cover also OpenSSL and CRYPTOGAMS + part of chacha_ppc64le.s + ------------------------------------------------------------------- Fri Jul 28 13:39:30 UTC 2023 - Christian Goll diff --git a/apptainer.spec b/apptainer.spec index 675157f..ada43e5 100644 --- a/apptainer.spec +++ b/apptainer.spec @@ -23,10 +23,12 @@ #%%define vers_suffix -rc.1 Summary: Application and environment virtualization -License: BSD-3-Clause-LBNL +# CRYPTOGAMS isn't known in OBS +#License: BSD-3-Clause-LBNL and (OpenSSL or CRYPTOGAMS) +License: BSD-3-Clause-LBNL AND OpenSSL Group: Productivity/Clustering/Computing Name: apptainer -Version: 1.2.2 +Version: 1.2.3 Release: 0 # https://spdx.org/licenses/BSD-3-Clause-LBNL.html URL: https://apptainer.org