2022-02-18 11:34:02 +01:00
|
|
|
#
|
|
|
|
# spec file for package apptainer
|
|
|
|
#
|
2023-01-12 15:10:06 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2022-02-18 11:34:02 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define apptainerpath src/github.com/apptainer/
|
|
|
|
%define _buildshell /bin/bash
|
|
|
|
|
Accepting request 1003468 from home:mslacken:pr
- Updated to version 1.1.0-rc3 with following changes:
* added squashfuse-0.1.105.tar.gz and 70.patch for the build of squashfuse_ll
which will be removed as soon as the multithread patch is incoperated
* Change squash mounts to prefer to use squashfuse_ll instead of squashfuse,
if available, for improved performance. squashfuse_ll is not available
in factory.
* Also, for even better parallel performance, include a patched
multithreaded version of squashfuse_ll in
* Imply adding ${prefix}/libexec/apptainer/bin to the binary path in
apptainer.conf, which is used for searching for helper executables. It is
implied as the first directory of $PATH if present (which is at the
beginning of binary path by default) or just as the first directory if
$PATH is not included in binary path.
${prefix}/libexec/apptainer/bin.
* Add --unsquash action flag to temporarily convert a SIF file to a sandbox
before running. In previous versions this was the default when running a
SIF file without setuid or with fakeroot, but now the default is to instead
mount with squashfuse.
* Add --sparse flag to overlay create command to allow generation of a sparse
ext3 overlay image.
* Support for a custom hashbang in the %test section of an Apptainer recipe
(akin to the runscript and start sections).
* When using fakeroot in setuid mode, have the image drivers first enter the
the container's user namespace to avoid write errors with overlays.
* Skip trying to use kernel overlayfs when using writable overlay and the
lower layer is FUSE, because of a kernel bug introduced in kernel 5.15.
* Add additional hidden options to the action command for testing different
fakeroot modes with --fakeroot: --ignore-subuid, --ignore-fakeroot-command,
and --ignore-userns.
OBS-URL: https://build.opensuse.org/request/show/1003468
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=19
2022-09-14 10:31:59 +02:00
|
|
|
%global squashfuse_version 0.1.105
|
2022-02-18 11:34:02 +01:00
|
|
|
|
|
|
|
Summary: Application and environment virtualization
|
|
|
|
License: BSD-3-Clause-LBNL
|
|
|
|
Group: Productivity/Clustering/Computing
|
|
|
|
Name: apptainer
|
2023-01-12 15:10:06 +01:00
|
|
|
Version: 1.1.5
|
2022-02-18 11:34:02 +01:00
|
|
|
Release: 0
|
|
|
|
# https://spdx.org/licenses/BSD-3-Clause-LBNL.html
|
|
|
|
URL: https://apptainer.org
|
2022-10-28 11:08:08 +02:00
|
|
|
Provides: singularity
|
|
|
|
Obsoletes: singularity <= 3.8.5
|
2022-02-18 11:34:02 +01:00
|
|
|
Source0: https://github.com/apptainer/apptainer/archive/v%{version}%{?vers_suffix}/apptainer-%{version}%{?vers_suffix}.tar.gz
|
|
|
|
Source1: README.SUSE
|
|
|
|
Source2: SLE-12SP5.def
|
|
|
|
Source3: SLE-15SP3.def
|
|
|
|
Source5: %{name}-rpmlintrc
|
Accepting request 1003468 from home:mslacken:pr
- Updated to version 1.1.0-rc3 with following changes:
* added squashfuse-0.1.105.tar.gz and 70.patch for the build of squashfuse_ll
which will be removed as soon as the multithread patch is incoperated
* Change squash mounts to prefer to use squashfuse_ll instead of squashfuse,
if available, for improved performance. squashfuse_ll is not available
in factory.
* Also, for even better parallel performance, include a patched
multithreaded version of squashfuse_ll in
* Imply adding ${prefix}/libexec/apptainer/bin to the binary path in
apptainer.conf, which is used for searching for helper executables. It is
implied as the first directory of $PATH if present (which is at the
beginning of binary path by default) or just as the first directory if
$PATH is not included in binary path.
${prefix}/libexec/apptainer/bin.
* Add --unsquash action flag to temporarily convert a SIF file to a sandbox
before running. In previous versions this was the default when running a
SIF file without setuid or with fakeroot, but now the default is to instead
mount with squashfuse.
* Add --sparse flag to overlay create command to allow generation of a sparse
ext3 overlay image.
* Support for a custom hashbang in the %test section of an Apptainer recipe
(akin to the runscript and start sections).
* When using fakeroot in setuid mode, have the image drivers first enter the
the container's user namespace to avoid write errors with overlays.
* Skip trying to use kernel overlayfs when using writable overlay and the
lower layer is FUSE, because of a kernel bug introduced in kernel 5.15.
* Add additional hidden options to the action command for testing different
fakeroot modes with --fakeroot: --ignore-subuid, --ignore-fakeroot-command,
and --ignore-userns.
OBS-URL: https://build.opensuse.org/request/show/1003468
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=19
2022-09-14 10:31:59 +02:00
|
|
|
Source9: vendor.tar.gz
|
|
|
|
%if "%{?squashfuse_version}" != ""
|
|
|
|
Source10: https://github.com/vasi/squashfuse/archive/%{squashfuse_version}/squashfuse-%{squashfuse_version}.tar.gz
|
|
|
|
Patch10: https://github.com/vasi/squashfuse/pull/70.patch
|
|
|
|
%endif
|
2022-02-18 11:34:02 +01:00
|
|
|
BuildRequires: cryptsetup
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: git
|
|
|
|
BuildRequires: go >= 1.17
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: sysuser-tools
|
|
|
|
%ifarch aarch64
|
|
|
|
BuildRequires: binutils-gold
|
|
|
|
%endif
|
|
|
|
BuildRequires: libseccomp-devel
|
Accepting request 1003468 from home:mslacken:pr
- Updated to version 1.1.0-rc3 with following changes:
* added squashfuse-0.1.105.tar.gz and 70.patch for the build of squashfuse_ll
which will be removed as soon as the multithread patch is incoperated
* Change squash mounts to prefer to use squashfuse_ll instead of squashfuse,
if available, for improved performance. squashfuse_ll is not available
in factory.
* Also, for even better parallel performance, include a patched
multithreaded version of squashfuse_ll in
* Imply adding ${prefix}/libexec/apptainer/bin to the binary path in
apptainer.conf, which is used for searching for helper executables. It is
implied as the first directory of $PATH if present (which is at the
beginning of binary path by default) or just as the first directory if
$PATH is not included in binary path.
${prefix}/libexec/apptainer/bin.
* Add --unsquash action flag to temporarily convert a SIF file to a sandbox
before running. In previous versions this was the default when running a
SIF file without setuid or with fakeroot, but now the default is to instead
mount with squashfuse.
* Add --sparse flag to overlay create command to allow generation of a sparse
ext3 overlay image.
* Support for a custom hashbang in the %test section of an Apptainer recipe
(akin to the runscript and start sections).
* When using fakeroot in setuid mode, have the image drivers first enter the
the container's user namespace to avoid write errors with overlays.
* Skip trying to use kernel overlayfs when using writable overlay and the
lower layer is FUSE, because of a kernel bug introduced in kernel 5.15.
* Add additional hidden options to the action command for testing different
fakeroot modes with --fakeroot: --ignore-subuid, --ignore-fakeroot-command,
and --ignore-userns.
OBS-URL: https://build.opensuse.org/request/show/1003468
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=19
2022-09-14 10:31:59 +02:00
|
|
|
%if "%{?squashfuse_version}" != ""
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: fuse3-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
%endif
|
2022-02-18 11:34:02 +01:00
|
|
|
Requires: squashfs
|
2022-10-11 11:23:45 +02:00
|
|
|
Recommends: fuse2fs
|
2022-02-18 11:34:02 +01:00
|
|
|
PreReq: permissions
|
|
|
|
|
|
|
|
# there's no golang for ppc64, ppc64le does not have non pie builds
|
|
|
|
ExcludeArch: ppc64 ppc64le
|
|
|
|
|
2022-03-22 15:31:53 +01:00
|
|
|
Obsoletes: singularity
|
2022-08-04 17:03:35 +02:00
|
|
|
Obsoletes: singularity-ce
|
2022-03-22 15:31:53 +01:00
|
|
|
Obsoletes: singularity-runtime
|
2022-02-18 11:34:02 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Singularity provides functionality to make portable
|
|
|
|
containers that can be used across host environments.
|
|
|
|
|
|
|
|
%prep
|
Accepting request 1003468 from home:mslacken:pr
- Updated to version 1.1.0-rc3 with following changes:
* added squashfuse-0.1.105.tar.gz and 70.patch for the build of squashfuse_ll
which will be removed as soon as the multithread patch is incoperated
* Change squash mounts to prefer to use squashfuse_ll instead of squashfuse,
if available, for improved performance. squashfuse_ll is not available
in factory.
* Also, for even better parallel performance, include a patched
multithreaded version of squashfuse_ll in
* Imply adding ${prefix}/libexec/apptainer/bin to the binary path in
apptainer.conf, which is used for searching for helper executables. It is
implied as the first directory of $PATH if present (which is at the
beginning of binary path by default) or just as the first directory if
$PATH is not included in binary path.
${prefix}/libexec/apptainer/bin.
* Add --unsquash action flag to temporarily convert a SIF file to a sandbox
before running. In previous versions this was the default when running a
SIF file without setuid or with fakeroot, but now the default is to instead
mount with squashfuse.
* Add --sparse flag to overlay create command to allow generation of a sparse
ext3 overlay image.
* Support for a custom hashbang in the %test section of an Apptainer recipe
(akin to the runscript and start sections).
* When using fakeroot in setuid mode, have the image drivers first enter the
the container's user namespace to avoid write errors with overlays.
* Skip trying to use kernel overlayfs when using writable overlay and the
lower layer is FUSE, because of a kernel bug introduced in kernel 5.15.
* Add additional hidden options to the action command for testing different
fakeroot modes with --fakeroot: --ignore-subuid, --ignore-fakeroot-command,
and --ignore-userns.
OBS-URL: https://build.opensuse.org/request/show/1003468
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=19
2022-09-14 10:31:59 +02:00
|
|
|
%if "%{?squashfuse_version}" != ""
|
|
|
|
# the default directory for other steps is where the %prep section ends
|
|
|
|
# so do main package last
|
|
|
|
%setup -b 10 -n squashfuse-%{squashfuse_version}
|
|
|
|
%patch -P 10 -p1
|
|
|
|
%endif
|
2022-10-11 10:20:13 +02:00
|
|
|
%setup -q -n %{name}-%{version}
|
2022-02-18 11:34:02 +01:00
|
|
|
cp %{S:1} %{S:2} %{S:3} .
|
|
|
|
|
|
|
|
%build
|
2022-10-11 10:20:13 +02:00
|
|
|
%if "%{?squashfuse_version}" != ""
|
|
|
|
pushd ../squashfuse-%{squashfuse_version}
|
|
|
|
./autogen.sh
|
|
|
|
FLAGS=-std=c99 ./configure --enable-multithreading
|
|
|
|
%make_build squashfuse_ll
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
|
2022-02-18 11:34:02 +01:00
|
|
|
# create VERSION file
|
|
|
|
echo %version > VERSION
|
|
|
|
# Not all of these parameters currently have an effect, but they might be
|
2022-08-04 17:03:35 +02:00
|
|
|
# used someday. They are the same parameters as in the configure macro.
|
Accepting request 1003468 from home:mslacken:pr
- Updated to version 1.1.0-rc3 with following changes:
* added squashfuse-0.1.105.tar.gz and 70.patch for the build of squashfuse_ll
which will be removed as soon as the multithread patch is incoperated
* Change squash mounts to prefer to use squashfuse_ll instead of squashfuse,
if available, for improved performance. squashfuse_ll is not available
in factory.
* Also, for even better parallel performance, include a patched
multithreaded version of squashfuse_ll in
* Imply adding ${prefix}/libexec/apptainer/bin to the binary path in
apptainer.conf, which is used for searching for helper executables. It is
implied as the first directory of $PATH if present (which is at the
beginning of binary path by default) or just as the first directory if
$PATH is not included in binary path.
${prefix}/libexec/apptainer/bin.
* Add --unsquash action flag to temporarily convert a SIF file to a sandbox
before running. In previous versions this was the default when running a
SIF file without setuid or with fakeroot, but now the default is to instead
mount with squashfuse.
* Add --sparse flag to overlay create command to allow generation of a sparse
ext3 overlay image.
* Support for a custom hashbang in the %test section of an Apptainer recipe
(akin to the runscript and start sections).
* When using fakeroot in setuid mode, have the image drivers first enter the
the container's user namespace to avoid write errors with overlays.
* Skip trying to use kernel overlayfs when using writable overlay and the
lower layer is FUSE, because of a kernel bug introduced in kernel 5.15.
* Add additional hidden options to the action command for testing different
fakeroot modes with --fakeroot: --ignore-subuid, --ignore-fakeroot-command,
and --ignore-userns.
OBS-URL: https://build.opensuse.org/request/show/1003468
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=19
2022-09-14 10:31:59 +02:00
|
|
|
tar xzf %{S:9}
|
2022-02-18 11:34:02 +01:00
|
|
|
./mconfig -V %{version}-%{release} \
|
|
|
|
-P release \
|
|
|
|
--prefix=%{_prefix} \
|
|
|
|
--exec-prefix=%{_exec_prefix} \
|
|
|
|
--bindir=%{_bindir} \
|
|
|
|
--sbindir=%{_sbindir} \
|
|
|
|
--sysconfdir=%{_sysconfdir} \
|
|
|
|
--datadir=%{_datadir} \
|
|
|
|
--includedir=%{_includedir} \
|
|
|
|
--libdir=%{_libdir} \
|
|
|
|
--libexecdir=%{_libexecdir} \
|
2022-12-21 14:20:28 +01:00
|
|
|
--localstatedir=%{_localstatedir} \
|
2022-02-18 11:34:02 +01:00
|
|
|
--sharedstatedir=%{_sharedstatedir} \
|
|
|
|
--mandir=%{_mandir} \
|
2022-08-04 17:03:35 +02:00
|
|
|
--infodir=%{_infodir} \
|
|
|
|
--without-suid
|
2022-10-11 10:20:13 +02:00
|
|
|
|
|
|
|
%make_build -C builddir V=""
|
2022-02-18 11:34:02 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
export GOPATH=$PWD/gopath
|
|
|
|
export GOFLAGS=-mod=vendor
|
|
|
|
export PATH=$GOPATH/bin:$PATH
|
|
|
|
|
2022-10-11 10:20:13 +02:00
|
|
|
%make_install -C builddir V=
|
|
|
|
|
|
|
|
%if "%{?squashfuse_version}" != ""
|
|
|
|
install -m 755 ../squashfuse-%{squashfuse_version}/squashfuse_ll %{buildroot}%{_libexecdir}/%{name}/bin/squashfuse_ll
|
|
|
|
%endif
|
|
|
|
|
2022-02-18 11:34:02 +01:00
|
|
|
%fdupes apptainer/examples
|
2022-08-04 17:03:35 +02:00
|
|
|
%fdupes -s %buildroot
|
2022-02-18 11:34:02 +01:00
|
|
|
|
|
|
|
%files
|
2022-10-11 10:20:13 +02:00
|
|
|
%doc examples
|
|
|
|
%doc CONTRIBUTING.md
|
|
|
|
%doc README.md
|
|
|
|
%doc CHANGELOG.md
|
|
|
|
%doc CONTRIBUTORS.md
|
2022-02-18 11:34:02 +01:00
|
|
|
%doc %{basename:%{S:1}}
|
|
|
|
%doc %{basename:%{S:2}}
|
|
|
|
%doc %{basename:%{S:3}}
|
2022-10-11 10:20:13 +02:00
|
|
|
%license LICENSE.md
|
|
|
|
%license LICENSE_THIRD_PARTY.md
|
|
|
|
%license LICENSE_DEPENDENCIES.md
|
2022-02-18 11:34:02 +01:00
|
|
|
%{_bindir}/*
|
|
|
|
%dir %{_libexecdir}/apptainer
|
|
|
|
%dir %{_libexecdir}/apptainer/bin
|
|
|
|
%dir %{_libexecdir}/apptainer/cni
|
2022-08-04 17:03:35 +02:00
|
|
|
%dir %{_libexecdir}/apptainer/lib
|
2022-02-18 11:34:02 +01:00
|
|
|
%{_libexecdir}/apptainer/bin/starter
|
2022-10-11 10:20:13 +02:00
|
|
|
%{_libexecdir}/apptainer/bin/squashfuse_ll
|
2022-08-04 17:03:35 +02:00
|
|
|
%{_libexecdir}/apptainer/lib/offsetpreload.so
|
2022-02-18 11:34:02 +01:00
|
|
|
%{_libexecdir}/apptainer/cni/*
|
|
|
|
%dir %{_sysconfdir}/apptainer
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/capability.json
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/cgroups
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/ecl.toml
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/global-pgp-public
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/network
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/nvliblist.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/seccomp-profiles
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/apptainer.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/remote.yaml
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/rocmliblist.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/apptainer/dmtcp-conf.yaml
|
2022-03-18 17:15:06 +01:00
|
|
|
%{_datadir}/bash-completion/completions/*
|
2022-12-21 14:20:28 +01:00
|
|
|
%dir %{_localstatedir}/apptainer
|
|
|
|
%dir %{_localstatedir}/apptainer/mnt
|
|
|
|
%dir %{_localstatedir}/apptainer/mnt/session
|
2022-02-18 11:34:02 +01:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%changelog
|