diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 21a40cb..06ce9d6 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 23 09:39:45 UTC 2021 - Richard Brown + +- Reintroduce SLE specific mounts config, to avoid errors on non-SLE systems + ------------------------------------------------------------------- Thu Mar 4 18:14:43 UTC 2021 - Richard Brown diff --git a/libcontainers-common.spec b/libcontainers-common.spec index 2c8c295..f82b36f 100644 --- a/libcontainers-common.spec +++ b/libcontainers-common.spec @@ -91,6 +91,15 @@ go-md2man -in docs/source/markdown/containers-mounts.conf.5.md -out docs/source/ go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5 cd .. +%if 0%{?is_opensuse} +# no default mounts +%else +cat >>%{SOURCE5} <