From 30e2de58b63d83846f4a2f0755700b19c97a27d2 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Tue, 1 Apr 2025 15:22:26 +0200 Subject: [PATCH 1/3] Underline where to find info about storing GPG key permanently. * https://github.com/SUSE/spacewalk/issues/26833 * https://bugzilla.suse.com/show_bug.cgi?id=1240225 --- modules/administration/pages/custom-channels.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/administration/pages/custom-channels.adoc b/modules/administration/pages/custom-channels.adoc index 84ca86020d4..2e2b392ef92 100644 --- a/modules/administration/pages/custom-channels.adoc +++ b/modules/administration/pages/custom-channels.adoc @@ -47,6 +47,9 @@ For example, execute the [command]``spacewalk-repo-sync`` from the command line /usr/bin/spacewalk-repo-sync -c -t yum ---- +This command and procedure is for temporary GPG key synchronization only. +For storing the key permantenly, see this section later on. + The underlying [command]``zypper`` call will import the key, if it is available. The {webui} does not offer this feature. @@ -90,12 +93,16 @@ The key would also persist if the chroot environment would be cleaned. .Procedure: Creating a Software Repository with GPG Key -. The command to import a key into the keyring is: +. On the container horst, the command to import a key into the keyring, is: + + + +[source,shell] ---- mgradm gpg add /path/to/gpg.key ---- +. For more information, see xref:client-configuration:autoinst-owngpgkey.adoc[]. [NOTE] ==== From 57826c76822e4f941ab0146b08290af803a1bccd Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Wed, 27 Aug 2025 08:59:05 +0200 Subject: [PATCH 2/3] Update modules/administration/pages/custom-channels.adoc --- modules/administration/pages/custom-channels.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration/pages/custom-channels.adoc b/modules/administration/pages/custom-channels.adoc index 2e2b392ef92..079a0c28135 100644 --- a/modules/administration/pages/custom-channels.adoc +++ b/modules/administration/pages/custom-channels.adoc @@ -93,7 +93,7 @@ The key would also persist if the chroot environment would be cleaned. .Procedure: Creating a Software Repository with GPG Key -. On the container horst, the command to import a key into the keyring, is: +. On the container host, the command to import a key into the keyring, is: + From d30aa011130d8765c13a78b70563b2c081b8596a Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Wed, 27 Aug 2025 10:01:56 +0200 Subject: [PATCH 3/3] add entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 653186bb39b..ebe48ea9b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Added information about storing custom channel related GPG key + permanently in Administration Guide (bsc#1240225) - Restructured Server Installation to better distinguish between SUSE Linux Enterprise Micro and SUSE Linux Enterprise Server as host operating system respectively (bsc#1239801)