public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Bruno Wolff III <bruno@wolff.to>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Make release infomation work better with recent yum
Date: Mon, 10 Aug 2026 09:33:53 GMT [thread overview]
Message-ID: <178635443368.1.6610252704633944015.rpms-fedora-release-7c0bad436e85@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 7c0bad436e85240af16382bb01394f4de64a3d43
Author : Bruno Wolff III <bruno@wolff.to>
Date : 2013-12-21T11:30:26-06:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/7c0bad436e85240af16382bb01394f4de64a3d43?branch=f45
Log:
Make release infomation work better with recent yum
Bug 1040607 describes the issue. Though currently in fedora-release
redhat-release doesn't have a version, I still added a provides
for system-release(release) since the default (in yum) is now to check that
first. And I removed the version from system-release in case someone
sets their yum config to check that instead of the default.
---
diff --git a/fedora-release.spec b/fedora-release.spec
index 1fcc216..053f3bb 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -5,14 +5,15 @@
Summary: Fedora release files
Name: fedora-release
Version: 21
-Release: 0.2
+Release: 0.3
License: GPLv2
Group: System Environment/Base
URL: http://fedoraproject.org
Source: %{name}-%{version}.tar.bz2
Obsoletes: redhat-release
Provides: redhat-release
-Provides: system-release = %{version}-%{release}
+Provides: system-release
+Provides: system-release(release)
Requires: fedora-release-rawhide = %{version}-%{release}
BuildArch: noarch
@@ -124,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /etc/yum.repos.d/fedora-rawhide.repo
%changelog
+* Sat Dec 21 2013 Bruno Wolff III <bruno@wolff.to> - 21-0.3
+- Changed to work better with recent yum change (bug 1040607)
+
* Wed Nov 13 2013 Dennis Gilmore <dennis@ausil.us> - 21-0.2
- remove f20 keys add f21
- patch from Will Woods to use a archmap file for linking gpg keys
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=178635443368.1.6610252704633944015.rpms-fedora-release-7c0bad436e85@fedoraproject.org \
--to=bruno@wolff.to \
--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