public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Make release infomation work better with recent yum
@ 2026-08-10 9:33 Bruno Wolff III
0 siblings, 0 replies; only message in thread
From: Bruno Wolff III @ 2026-08-10 9:33 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:33 [rpms/fedora-release] f45: Make release infomation work better with recent yum Bruno Wolff III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox