From 4e0b3b3fe03bd50c7d0fd44515e7c6038a44cd8f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 9 Sep 2008 22:21:15 +0000 Subject: [PATCH] enabling gpgkey: using the one from f8 temporarily --- mirroring/f9/yum.repos.d/building.repo.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mirroring/f9/yum.repos.d/building.repo.in b/mirroring/f9/yum.repos.d/building.repo.in index 7abb6323..ccca0bb8 100644 --- a/mirroring/f9/yum.repos.d/building.repo.in +++ b/mirroring/f9/yum.repos.d/building.repo.in @@ -2,12 +2,14 @@ name=Fedora 9 - $basearch baseurl=@MIRRORURL@/fedora/releases/9/Everything/$basearch/os/ enabled=1 -gpgcheck=0 -#gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/9/Everything/$basearch/os/RPM-GPG-KEY-fedora http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/9/Everything/$basearch/os/RPM-GPG-KEY +gpgcheck=1 +# xxx cannot locate key in f9 downloads - temporary - using the key from f8 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/8/Everything/$basearch/os/RPM-GPG-KEY-fedora [updates] name=Fedora 9 - $basearch - Updates baseurl=@MIRRORURL@/fedora/updates/9/$basearch/ enabled=1 -gpgcheck=0 -#gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/9/Everything/$basearch/os/RPM-GPG-KEY-fedora +gpgcheck=1 +# xxx cannot locate key in f9 downloads - temporary - using the key from f8 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/8/Everything/$basearch/os/RPM-GPG-KEY-fedora -- 2.47.0