From 4d1b8e2f1f1f99d0a98d2310b4ce63487506395a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 19 2023 08:03:30 +0000 Subject: Fix small typo 8-strea -> 8-stream Signed-off-by: Pierre-Yves Chibon --- diff --git a/docs/delivery.md b/docs/delivery.md index 17b4d1a..23ee653 100644 --- a/docs/delivery.md +++ b/docs/delivery.md @@ -168,7 +168,7 @@ curl 'https://mirrors.centos.org/metalink?repo=unknown&arch=x86_64' -s | grep in To make it convenient for end-users to add both the .repo files used by dnf/yum to automatically find new repositories, and also to ship the dedicated rpm gpg public key to verify the gpg integrity of the shipped packages, SIGs can build and ship a `centos-release-` package. Worth knowing that such packages have to be built through specific cbs tags (see below) and not *your* SIG tag. -Indeed, SIGs content aren't "trusted" by default (at the rpm gpg level) but 8-strea/9-stream will start distributing the rpm gpg public key that will sign these specific centos-release-* packages, and so end-users will be able to `dnf install centos-release-` directly. +Indeed, SIGs content aren't "trusted" by default (at the rpm gpg level) but 8-stream/9-stream will start distributing the rpm gpg public key that will sign these specific centos-release-* packages, and so end-users will be able to `dnf install centos-release-` directly. Once done, end-users will be able to download/consume your repositories.