From b455c5903c03fabf369e8dd741edf1e204f894f2 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 1 Jul 2025 08:57:37 +0200 Subject: [PATCH] remove execute permissions from ANNOUNCE file (RHEL-101067) The execute bits were added by the iconv utility, which was used to convert the file from ISO-8859-1 to UTF-8. However, that file is in ASCII since ncurses-5.8, so the conversion is no longer needed and can be removed. Resolves: RHEL-101067 --- ncurses.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ncurses.spec b/ncurses.spec index f65827f..4cfe5d0 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -121,11 +121,6 @@ The ncurses-static package includes static libraries of the ncurses library. %patch14 -p1 -b .setuid %patch15 -p1 -b .cve-2022-29458 -for f in ANNOUNCE; do - iconv -f iso8859-1 -t utf8 -o ${f}{_,} && - touch -r ${f}{,_} && mv -f ${f}{_,} -done - %build common_options="\ --enable-colorfgbg \