From 2d8f79afd362ae5e377e99b99b66b9ac1b422d02ca5a41cd385db6bed0de456e Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 17 Jul 2023 13:21:03 +0000 Subject: [PATCH] Accepting request 1092892 from home:mslacken:pr - update to 1.1.9 with following changes: * Remove warning about unknown xino=on option from fuse-overlayfs, introduced in 1.1.8. * Ignore extraneous warning from fuse-overlayfs about a readonly /proc. * Fix dropped "n" characters on some platforms in definition file stored as part of SIF metadata. * Remove duplicated group ids. * Fix not being able to handle multiple entries in LD_PRELOAD when binding fakeroot into container during apptainer startup for --fakeroot with fakeroot command. OBS-URL: https://build.opensuse.org/request/show/1092892 OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=45 --- apptainer-1.1.8.tar.gz | 3 --- apptainer-1.1.9.tar.gz | 3 +++ apptainer.changes | 14 ++++++++++++++ apptainer.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 apptainer-1.1.8.tar.gz create mode 100644 apptainer-1.1.9.tar.gz diff --git a/apptainer-1.1.8.tar.gz b/apptainer-1.1.8.tar.gz deleted file mode 100644 index dcdcfab..0000000 --- a/apptainer-1.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8915fe7e140f8d0a195b9517a90bcbffe4378cbf7b9c4d05186a17ab12096fe -size 5190246 diff --git a/apptainer-1.1.9.tar.gz b/apptainer-1.1.9.tar.gz new file mode 100644 index 0000000..7b979b3 --- /dev/null +++ b/apptainer-1.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d73d85ae775bde0493cc1c56a885d7cdaa1dfa7d502492a2083eba9d172563c +size 5190344 diff --git a/apptainer.changes b/apptainer.changes index 4c9d613..47a637d 100644 --- a/apptainer.changes +++ b/apptainer.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jun 13 14:00:33 UTC 2023 - Christian Goll + +- update to 1.1.9 with following changes: + * Remove warning about unknown xino=on option from fuse-overlayfs, introduced + in 1.1.8. + * Ignore extraneous warning from fuse-overlayfs about a readonly /proc. + * Fix dropped "n" characters on some platforms in definition file stored as + part of SIF metadata. + * Remove duplicated group ids. + * Fix not being able to handle multiple entries in LD_PRELOAD when binding + fakeroot into container during apptainer startup for --fakeroot with + fakeroot command. + ------------------------------------------------------------------- Thu Apr 27 12:59:22 UTC 2023 - Christian Goll diff --git a/apptainer.spec b/apptainer.spec index f41d709..41097e7 100644 --- a/apptainer.spec +++ b/apptainer.spec @@ -25,7 +25,7 @@ Summary: Application and environment virtualization License: BSD-3-Clause-LBNL Group: Productivity/Clustering/Computing Name: apptainer -Version: 1.1.8 +Version: 1.1.9 Release: 0 # https://spdx.org/licenses/BSD-3-Clause-LBNL.html URL: https://apptainer.org