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.