Accepting request 1154044 from home:msmeissn:branches:devel:microos

- disable the SUSE registry key validation temporary to switch the key on 
  registry.suse.com.

OBS-URL: https://build.opensuse.org/request/show/1154044
OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=32
This commit is contained in:
Dan Čermák 2024-03-01 13:50:25 +00:00 committed by Git OBS Bridge
parent c202199813
commit 2337889ff8
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 1 13:16:28 UTC 2024 - Marcus Meissner <meissner@suse.com>
- disable the SUSE registry key validation temporary to switch the key on
registry.suse.com.
-------------------------------------------------------------------
Tue Feb 6 13:35:30 UTC 2024 - Dan Čermák <dcermak@suse.com>

View File

@ -175,7 +175,9 @@ install -D -m 0644 common-%{commonver}/pkg/hooks/docs/oci-hooks.5 %{buildroot}/%
install -D -m 0644 common-%{commonver}/docs/containers-mounts.conf.5 %{buildroot}/%{_mandir}/man5/
install -D -m 0644 common-%{commonver}/docs/containers.conf.5 %{buildroot}/%{_mandir}/man5/
install -D -m 0644 %{SOURCE12} %{buildroot}/%{_sysconfdir}/containers/policy.json.openSUSE
#install -D -m 0644 %{SOURCE12} %{buildroot}/%{_sysconfdir}/containers/policy.json.openSUSE
# temporary switch off the key checking again, to switch the SUSE container keys
install -D -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/containers/policy.json.openSUSE
install -D -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/containers/policy.json.default
%post