public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Patrick Uiterwijk <patrick@puiterwijk.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-repos] f45: Split out GPG keys into fedora-gpg-keys
Date: Mon, 10 Aug 2026 09:40:43 GMT [thread overview]
Message-ID: <178635484388.1.4555052186379219875.rpms-fedora-repos-90d89ea6c3db@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-repos
Branch : f45
Commit : 90d89ea6c3dbde6acf419ab5adbd098eac117438
Author : Patrick Uiterwijk <patrick@puiterwijk.org>
Date : 2017-09-22T16:56:59+02:00
Stats : +17/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/90d89ea6c3dbde6acf419ab5adbd098eac117438?branch=f45
Log:
Split out GPG keys into fedora-gpg-keys
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
---
diff --git a/fedora-repos.spec b/fedora-repos.spec
index e9c391b..d102845 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -1,7 +1,7 @@
Summary: Fedora package repositories
Name: fedora-repos
Version: 28
-Release: 0.1
+Release: 0.2
License: MIT
Group: System Environment/Base
URL: https://pagure.io/fedora-repos/
@@ -10,6 +10,7 @@ Source: %{name}-%{version}.tar.bz2
Provides: fedora-repos(%{version})
Requires: system-release(%{version})
Requires: fedora-repos-rawhide = %{version}-%{release}
+Requires: fedora-gpg-keys = %{version}-%{release}
Obsoletes: fedora-repos-anaconda < 22-0.3
BuildArch: noarch
@@ -25,6 +26,14 @@ Obsoletes: fedora-release-rawhide <= 22-0.3
This package provides the rawhide repo definitions.
+%package -n fedora-gpg-keys
+Summary: Fedora RPM keys
+Obsoletes: fedora-release-rawhide <= 22-0.3
+
+%description -n fedora-gpg-keys
+This package provides the RPM signature keys.
+
+
%prep
%setup -q
@@ -65,13 +74,18 @@ done
%config(noreplace) /etc/yum.repos.d/fedora.repo
%config(noreplace) /etc/yum.repos.d/fedora-cisco-openh264.repo
%config(noreplace) /etc/yum.repos.d/fedora-updates*.repo
-%dir /etc/pki/rpm-gpg
-/etc/pki/rpm-gpg/*
%files rawhide
%defattr(-,root,root,-)
%config(noreplace) /etc/yum.repos.d/fedora-rawhide.repo
+%files -n fedora-gpg-keys
+%dir /etc/pki/rpm-gpg
+/etc/pki/rpm-gpg/*
+
%changelog
+* Fri Sep 22 2017 Patrick Uiterwijk <patrick@puiterwijk.org> - 28-0.2
+- Split out GPG keys into fedora-gpg-keys
+
* Tue Aug 15 2017 Mohan Boddu <mboddu@redhat.com> - 28-0.1
- Setup for rawhide being f28
reply other threads:[~2026-08-10 9:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178635484388.1.4555052186379219875.rpms-fedora-repos-90d89ea6c3db@fedoraproject.org \
--to=patrick@puiterwijk.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox