forked from pool/apptainer
Accepting request 1044084 from network:cluster
- moved run dir from /var/lib/apptainer to /var/apptainer to be closer to upstream (forwarded request 1044083 from mslacken) OBS-URL: https://build.opensuse.org/request/show/1044084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=12
This commit is contained in:
commit
43c30299d6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 13:17:54 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- moved run dir from /var/lib/apptainer to /var/apptainer to be closer
|
||||
to upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 14:14:43 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
|
@ -112,7 +112,7 @@ tar xzf %{S:9}
|
||||
--includedir=%{_includedir} \
|
||||
--libdir=%{_libdir} \
|
||||
--libexecdir=%{_libexecdir} \
|
||||
--localstatedir=%{_localstatedir}/lib \
|
||||
--localstatedir=%{_localstatedir} \
|
||||
--sharedstatedir=%{_sharedstatedir} \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
@ -168,9 +168,9 @@ install -m 755 ../squashfuse-%{squashfuse_version}/squashfuse_ll %{buildroot}%{_
|
||||
%config(noreplace) %{_sysconfdir}/apptainer/rocmliblist.conf
|
||||
%config(noreplace) %{_sysconfdir}/apptainer/dmtcp-conf.yaml
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%dir %{_localstatedir}/lib/apptainer
|
||||
%dir %{_localstatedir}/lib/apptainer/mnt
|
||||
%dir %{_localstatedir}/lib/apptainer/mnt/session
|
||||
%dir %{_localstatedir}/apptainer
|
||||
%dir %{_localstatedir}/apptainer/mnt
|
||||
%dir %{_localstatedir}/apptainer/mnt/session
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user