public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Use the icon logo for `LOGO` in os-release(5)
@ 2026-08-10  9:34 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-10  9:34 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : ffe2003af111682e02efaea5d26092e2580f6707
            Author : Neal Gompa <ngompa13@gmail.com>
            Date   : 2018-12-11T07:25:26-05:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/ffe2003af111682e02efaea5d26092e2580f6707?branch=f45

            Log:
            Use the icon logo for `LOGO` in os-release(5)

In the initial addition of LOGO to os-release(5), the
wrong logo is used in here. It is supposed to be the "square" logo
icon that is used to represent the distribution in various contexts,
but instead we used the full logo with the wordmark, which messes
things up for applications trying to represent the distribution
properly.

This fixes it to request 'fedora-logo-icon', which is our "square"
logo that has only the Fedora logo without the wordmark.

Signed-off-by: Neal Gompa <ngompa13@gmail.com>

---
diff --git a/fedora-release.spec b/fedora-release.spec
index 77d5957..79029d3 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -320,7 +320,7 @@ VERSION_ID=%{dist_version}
 PLATFORM_ID="platform:f%{dist_version}"
 PRETTY_NAME="Fedora %{dist_version} (%{release_name})"
 ANSI_COLOR="0;34"
-LOGO=fedora-logo
+LOGO=fedora-logo-icon
 CPE_NAME="cpe:/o:fedoraproject:fedora:%{dist_version}"
 HOME_URL="https://fedoraproject.org/"
 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/%{doc_version}/system-administrators-guide/"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10  9:34 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:34 [rpms/fedora-release] f45: Use the icon logo for `LOGO` in os-release(5) Neal Gompa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox