From 937cdd683723ffd8112efba45285514f55830fc6f3c2d81b547bc4d3f33783ba Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 29 Aug 2023 19:42:40 +0000 Subject: [PATCH 1/3] Accepting request 1107973 from home:lkocman:branches:network:cluster - Update license for the package to cover also OpenSSL and CRYPTOGAMS part of chacha_ppc64le.s OBS-URL: https://build.opensuse.org/request/show/1107973 OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=55 --- apptainer.changes | 6 ++++++ apptainer.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apptainer.changes b/apptainer.changes index 4504f34..d5f2d9c 100644 --- a/apptainer.changes +++ b/apptainer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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..3bb0bdd 100644 --- a/apptainer.spec +++ b/apptainer.spec @@ -23,7 +23,7 @@ #%%define vers_suffix -rc.1 Summary: Application and environment virtualization -License: BSD-3-Clause-LBNL +License: BSD-3-Clause-LBNL and (OpenSSL or CRYPTOGAMS) Group: Productivity/Clustering/Computing Name: apptainer Version: 1.2.2 From 888734101e1455f4e4e1ad7ac53221a6d1abfe94cc59fc1ca3c9fe52074919a5 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 25 Sep 2023 09:27:15 +0000 Subject: [PATCH 2/3] Accepting request 1113390 from home:mslacken:pr - 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. OBS-URL: https://build.opensuse.org/request/show/1113390 OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=56 --- apptainer-1.2.2.tar.gz | 3 --- apptainer-1.2.3.tar.gz | 3 +++ apptainer.changes | 13 +++++++++++++ apptainer.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 apptainer-1.2.2.tar.gz create mode 100644 apptainer-1.2.3.tar.gz 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 d5f2d9c..2e8a1b3 100644 --- a/apptainer.changes +++ b/apptainer.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/apptainer.spec b/apptainer.spec index 3bb0bdd..04e303c 100644 --- a/apptainer.spec +++ b/apptainer.spec @@ -26,7 +26,7 @@ Summary: Application and environment virtualization License: BSD-3-Clause-LBNL and (OpenSSL or CRYPTOGAMS) 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 From f32afbb2f99fa3021a373bf004d78a12d3ca59a9e9275ffb22fb8dd681fc816d Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Wed, 27 Sep 2023 10:18:00 +0000 Subject: [PATCH 3/3] - removed CRYPTOGAMS license as not known in OBS and OpenSSL is also valid OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=57 --- apptainer.changes | 6 ++++++ apptainer.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apptainer.changes b/apptainer.changes index 2e8a1b3..aa8ce07 100644 --- a/apptainer.changes +++ b/apptainer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/apptainer.spec b/apptainer.spec index 04e303c..ada43e5 100644 --- a/apptainer.spec +++ b/apptainer.spec @@ -23,7 +23,9 @@ #%%define vers_suffix -rc.1 Summary: Application and environment virtualization -License: BSD-3-Clause-LBNL and (OpenSSL or CRYPTOGAMS) +# 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.3