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 /etc/os-release file for bz#733117
Date: Mon, 10 Aug 2026 09:33:47 GMT [thread overview]
Message-ID: <178635442718.1.9845040560475865422.rpms-fedora-release-c6a541628ffd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : c6a541628ffd96e6f97378883e7cf1acde06232c
Author : Dennis Gilmore <dennis@ausil.us>
Date : 2012-02-08T11:47:42-06:00
Stats : +15/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/c6a541628ffd96e6f97378883e7cf1acde06232c?branch=f45
Log:
add /etc/os-release file for bz#733117
---
diff --git a/fedora-release.spec b/fedora-release.spec
index c6e8165..a48d6b3 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -4,7 +4,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 18
-Release: 0.1
+Release: 0.2
License: GPLv2
Group: System Environment/Base
URL: http://fedoraproject.org
@@ -45,6 +45,15 @@ echo >> $RPM_BUILD_ROOT/etc/issue
ln -s fedora-release $RPM_BUILD_ROOT/etc/redhat-release
ln -s fedora-release $RPM_BUILD_ROOT/etc/system-release
+cat << EOF >>$RPM_BUILD_ROOT/etc/os-release
+NAME=Fedora
+VERSION="%{version} (%{release_name})"
+ID=fedora
+VERSION_ID=%{version}
+PRETTY_NAME="Fedora %{version} (%{release_name})"
+ANSI_COLOR=0;34
+EOF
+
install -d -m 755 $RPM_BUILD_ROOT/etc/pki/rpm-gpg
install -m 644 RPM-GPG-KEY* $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
@@ -84,6 +93,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc GPL
+%config %attr(0644,root,root) /etc/os-release
%config %attr(0644,root,root) /etc/fedora-release
/etc/redhat-release
/etc/system-release
@@ -103,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Feb 08 2012 Dennis Gilmore <dennis@ausil.us> - 18-0.2
+- add /etc/os-release file for bz#733117
+
* Tue Jan 10 2012 Dennis Gilmore <dennis@ausil.us> - 18-0.1
- setup for fedora 18
- add the fedora 18 gpg keys
diff --git a/sources b/sources
index 3f13b5f..e74187a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa1efda416d6d537484c209ff5a3b259 fedora-release-18.tar.bz2
+d6582c6b3b6a99fc51e67a20a0c11058 fedora-release-18.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=178635442718.1.9845040560475865422.rpms-fedora-release-c6a541628ffd@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