From 2af13801f93e742041ebcfdf48042f5af82466e7 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 18 Mar 2023 17:17:25 +0100 Subject: [PATCH] gettext: The config.rpath script needs to be executeable Signed-off-by: Stefan Schantl --- gettext/gettext.nm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gettext/gettext.nm b/gettext/gettext.nm index f49862f0d..000db01b2 100644 --- a/gettext/gettext.nm +++ b/gettext/gettext.nm @@ -5,7 +5,7 @@ name = gettext version = 0.21.1 -release = 4 +release = 5 groups = System/Base url = https://www.gnu.org/software/gettext/ @@ -75,9 +75,6 @@ build # Drop trigger and team-address files for GNOME, KDE and TP projects rm -rvf %{BUILDROOT}%{datadir}/%{name}/projects - - # Fix permissions of gettext config.rpath script. - chmod 644 %{BUILDROOT}%{datadir}/%{name}/config.rpath end end -- 2.47.3