From 0c66e1cb4c61b6ce31a9325a7f34c285087a005a Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Dec 11 2018 19:50:36 +0000 Subject: 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 --- diff --git a/fedora-release.spec b/fedora-release.spec index 2eac26c..c984b56 100644 --- a/fedora-release.spec +++ b/fedora-release.spec @@ -124,7 +124,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/" SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"