From ce21213a666f978757847120ef044bccbe2143d8 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 16 Sep 2025 10:37:55 -0500 Subject: [PATCH] fix: Port terminfo changes from nightly Signed-off-by: Gilver --- anda/devs/ghostty/stable/ghostty.spec | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/anda/devs/ghostty/stable/ghostty.spec b/anda/devs/ghostty/stable/ghostty.spec index ccb852ff9c..dfd517a29d 100644 --- a/anda/devs/ghostty/stable/ghostty.spec +++ b/anda/devs/ghostty/stable/ghostty.spec @@ -134,25 +134,13 @@ This package contains files allowing Ghostty to integrate with various shells. %package terminfo Summary: Ghostty terminfo -Supplements: %{name} %if 0%{?fedora} >= 42 -Requires: ncurses-term >= 6.5-5.20250125%{?dist} +Requires: ncurses-term >= 6.5-5.20250125 %endif +Supplements: %{name} Obsoletes: %{name}-terminfo-source < %{evr} BuildArch: noarch -%description terminfo -Ghostty's terminfo. Needed for basic terminal function. - -%package terminfo-source -Summary: Source files for Ghostty's terminfo -Requires: %{name} -Requires: %{name}-terminfo -BuildArch: noarch - -%description terminfo-source -Source files for Ghostty's terminfo. Available for debugging use. - %prep /usr/bin/minisign -V -m %{SOURCE0} -x %{SOURCE1} -P %{public_key} %autosetup