diff options
-rw-r--r-- | posts/minisign.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/posts/minisign.md b/posts/minisign.md index c560867..9fa7b4b 100644 --- a/posts/minisign.md +++ b/posts/minisign.md @@ -1,6 +1,7 @@ --- title: Minisign published: 2019-08-05 +modified: 2019-08-08 --- A little while back I read an interesting @@ -35,8 +36,9 @@ I created the package, put it up for [review](https://bugzilla.redhat.com/show_bug.cgi?id=1730709), and after it got reviewed and accepted, it is now a Fedora and CentOS (EPEL) [package](https://apps.fedoraproject.org/packages/minisign)! I also -[requested](https://pagure.io/releng/fedora-scm-requests/issue/14777) a package -for EPEL8, so it can be used in +[requested](https://pagure.io/releng/fedora-scm-requests/issue/14777) a +[package](https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-b080204bb5) +for EPEL 8, so it can be used in [CentOS 8](https://wiki.centos.org/About/Building_8), which should be released in the near future. @@ -91,3 +93,7 @@ communication channel with the signer of the source code. Another step closer to a world without PGP! And maybe packaging Minisign is a first step in moving RPM package signatures to use Minisign as well! + +### Updates + +* **2019-08-08**: link to EPEL 8 bodhi for Minisign package |