public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dennis Gilmore <dennis@ausil.us>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: add f20 keys
Date: Mon, 10 Aug 2026 09:33:51 GMT [thread overview]
Message-ID: <178635443139.1.3089145228786977035.rpms-fedora-release-031a74492e1a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 031a74492e1aa7e0d163fc4db437c922c68e77ec
Author : Dennis Gilmore <dennis@ausil.us>
Date : 2013-07-08T11:25:52-05:00
Stats : +21/-9 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/031a74492e1aa7e0d163fc4db437c922c68e77ec?branch=f45
Log:
add f20 keys
- switch mirrorlist= to metalink= bz#948788
- add bugzilla fields to os-release for brokeness in abrt bz#961477
- add releasever into gpgkey paths
- use consistent macros for dist_release value
---
diff --git a/fedora-release.spec b/fedora-release.spec
index 40c321c..9c29242 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -1,10 +1,11 @@
%define release_name Rawhide
%define dist_version 20
+%define bug_version Rawhide
Summary: Fedora release files
Name: fedora-release
Version: 20
-Release: 0.1
+Release: 0.2
License: GPLv2
Group: System Environment/Base
URL: http://fedoraproject.org
@@ -48,12 +49,16 @@ ln -s fedora-release $RPM_BUILD_ROOT/etc/system-release
cat << EOF >>$RPM_BUILD_ROOT/etc/os-release
NAME=Fedora
-VERSION="%{version} (%{release_name})"
+VERSION="%{dist_version} (%{release_name})"
ID=fedora
-VERSION_ID=%{version}
-PRETTY_NAME="Fedora %{version} (%{release_name})"
+VERSION_ID=%{dist_version}
+PRETTY_NAME="Fedora %{dist_version} (%{release_name})"
ANSI_COLOR="0;34"
-CPE_NAME="cpe:/o:fedoraproject:fedora:%{version}"
+CPE_NAME="cpe:/o:fedoraproject:fedora:%{dist_version}"
+REDHAT_BUGZILLA_PRODUCT="Fedora"
+REDHAT_BUGZILLA_PRODUCT_VERSION=%{bug_version}
+REDHAT_SUPPORT_PRODUCTi="Fedora"
+REDHAT_SUPPORT_PRODUCT_VERSION=%{bug_version}
EOF
install -d -m 755 $RPM_BUILD_ROOT/etc/pki/rpm-gpg
@@ -65,12 +70,12 @@ install -m 644 RPM-GPG-KEY* $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
pushd $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
for arch in i386 x86_64
do
- ln -s RPM-GPG-KEY-fedora-%{dist_version}-primary RPM-GPG-KEY-fedora-$arch
+ ln -s RPM-GPG-KEY-fedora-%{dist_version}-primary RPM-GPG-KEY-fedora-%{dist_version}-$arch
done
-ln -s RPM-GPG-KEY-fedora-%{dist_version}-primary RPM-GPG-KEY-fedora
+ln -s RPM-GPG-KEY-fedora-%{dist_version}-primary RPM-GPG-KEY-%{dist_version}-fedora
for arch in arm armhfp aarch64 ppc ppc64 s390 s390x
do
- ln -s RPM-GPG-KEY-fedora-%{dist_version}-secondary RPM-GPG-KEY-fedora-$arch
+ ln -s RPM-GPG-KEY-fedora-%{dist_version}-secondary RPM-GPG-KEY-fedora-%{dist_version}-$arch
done
popd
@@ -115,6 +120,13 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Jun 19 2013 Dennis Gilmore <dennis@ausil.us> - 20-0.2
+- add f20 keys
+- switch mirrorlist= to metalink= bz#948788
+- add bugzilla fields to os-release for brokeness in abrt bz#961477
+- add releasever into gpgkey paths
+- use consistent macros for dist_release value
+
* Tue Mar 12 2013 Dennis Gilmore <dennis@ausil.us> - 20-0.1
- setup for f20
- 64 bit arm arch is aarch64 not arm64
diff --git a/sources b/sources
index b588246..0c85e08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b64f9e8f2bf6fdb9f7ae748add92a19 fedora-release-20.tar.bz2
+af4ad590deefae67ca10d4eeb77f4b78 fedora-release-20.tar.bz2
reply other threads:[~2026-08-10 9:33 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=178635443139.1.3089145228786977035.rpms-fedora-release-031a74492e1a@fedoraproject.org \
--to=dennis@ausil.us \
--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