public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fastfetch] f43: Include all Fedora and Fedora derivative logos
@ 2026-07-09 18:15 Carl George
  0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-07-09 18:15 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fastfetch
            Branch : f43
            Commit : 12a1392cb7c33b66ce59236c79f163316be1e750
            Author : Carl George <carlwgeorge@gmail.com>
            Date   : 2026-07-09T12:56:08-05:00
            Stats  : +9/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fastfetch/c/12a1392cb7c33b66ce59236c79f163316be1e750?branch=f43

            Log:
            Include all Fedora and Fedora derivative logos

https://bugzilla.redhat.com/show_bug.cgi?id=2498013
https://bugzilla.redhat.com/show_bug.cgi?id=2498476

---
diff --git a/fastfetch.spec b/fastfetch.spec
index 86e25f0..055058b 100644
--- a/fastfetch.spec
+++ b/fastfetch.spec
@@ -1,6 +1,6 @@
 Name:           fastfetch
 Version:        2.65.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fast neofetch-like system information tool
 
 License:        MIT
@@ -91,12 +91,15 @@ mechanisms like multithreading and caching to finish as fast as possible.
 find src/logo/ascii/ -type f       \
   -regex 'src/logo/ascii/[a-z]/.*' \
   ! -name 'almalinux.txt'          \
-  ! -name 'fedora.txt'             \
+  ! -name 'fedora*.txt'            \
   ! -name 'rhel*.txt'              \
   ! -name 'rocky*.txt'             \
   ! -name 'centos*.txt'            \
   ! -name 'oracle.txt'             \
   ! -name 'miracle_linux.txt'      \
+  ! -name 'asahi*.txt'             \
+  ! -name 'ultramarine*.txt'       \
+  ! -name 'nobara*.txt'            \
   -delete
 # remove empty left-over ascii directories
 find src/logo/ascii -type d -empty -delete
@@ -124,6 +127,10 @@ find src/logo/ascii -type d -empty -delete
 
 
 %changelog
+* Thu Jul 09 2026 Carl George <carlwgeorge@gmail.com> - 2.65.2-2
+- Include all Fedora logos rhbz#2498013
+- Include Fedora derivative logos rhbz#2498476
+
 * Mon Jul 06 2026 Jonathan Wright <jonathan@almalinux.org> - 2.65.2-1
 - update to 2.65.2 rhbz#2484357
 

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

only message in thread, other threads:[~2026-07-09 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 18:15 [rpms/fastfetch] f43: Include all Fedora and Fedora derivative logos Carl George

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