From 9b95ca2a599980a8f579879f4736a4158fd57b57d614c0bac7f8ba39350c48e3 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Thu, 12 Jan 2023 14:10:06 +0000 Subject: [PATCH] Accepting request 1057746 from home:mslacken:pr - Update to 1.1.5 with following changes: * Fix the use of fakeroot, faked, and libfakeroot.so if they are not suffixed by -sysv, as is for instance the case on Gentoo Linux. * Prevent the use of a --libexecdir or --bindir mconfig option from making apptainer think it was relocated and so preventing use of suid mode. The bug was introduced in v1.1.4. * Add helpful error message for build --remote option. * Add more helpful error message when no library endpoint found. * Avoid cleanup errors on exit when mountpoints are busy by doing a lazy unmount if a regular unmount doesn't work after 10 tries. * Make messages about using SINGULARITY variables less scary. OBS-URL: https://build.opensuse.org/request/show/1057746 OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=34 --- apptainer-1.1.4.tar.gz | 3 --- apptainer-1.1.5.tar.gz | 3 +++ apptainer.changes | 15 +++++++++++++++ apptainer.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 apptainer-1.1.4.tar.gz create mode 100644 apptainer-1.1.5.tar.gz diff --git a/apptainer-1.1.4.tar.gz b/apptainer-1.1.4.tar.gz deleted file mode 100644 index 562ab59..0000000 --- a/apptainer-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:505cb17d86bf8449bfa58148f02dfb7e0707d23a7233d0d4791dfdef2da96e84 -size 5182805 diff --git a/apptainer-1.1.5.tar.gz b/apptainer-1.1.5.tar.gz new file mode 100644 index 0000000..4286fad --- /dev/null +++ b/apptainer-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ed14a02a5bb31cc75371d99309abca1d6aa6c5b04295e73a0701a26d0a31af +size 5186268 diff --git a/apptainer.changes b/apptainer.changes index 9d680ec..b9eb26d 100644 --- a/apptainer.changes +++ b/apptainer.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 11 10:25:45 UTC 2023 - Christian Goll + +- Update to 1.1.5 with following changes: + * Fix the use of fakeroot, faked, and libfakeroot.so if they are not suffixed + by -sysv, as is for instance the case on Gentoo Linux. + * Prevent the use of a --libexecdir or --bindir mconfig option from making + apptainer think it was relocated and so preventing use of suid mode. The + bug was introduced in v1.1.4. + * Add helpful error message for build --remote option. + * Add more helpful error message when no library endpoint found. + * Avoid cleanup errors on exit when mountpoints are busy by doing a lazy + unmount if a regular unmount doesn't work after 10 tries. + * Make messages about using SINGULARITY variables less scary. + ------------------------------------------------------------------- Wed Dec 21 13:17:54 UTC 2022 - Christian Goll diff --git a/apptainer.spec b/apptainer.spec index dadf29d..15f800b 100644 --- a/apptainer.spec +++ b/apptainer.spec @@ -1,7 +1,7 @@ # # spec file for package apptainer # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Application and environment virtualization License: BSD-3-Clause-LBNL Group: Productivity/Clustering/Computing Name: apptainer -Version: 1.1.4 +Version: 1.1.5 Release: 0 # https://spdx.org/licenses/BSD-3-Clause-LBNL.html URL: https://apptainer.org