diff --git a/ghc-reflection.changes b/ghc-reflection.changes index d6056b3..9b37f4b 100644 --- a/ghc-reflection.changes +++ b/ghc-reflection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 11 08:57:49 UTC 2022 - Peter Simons + +- Make sure installed text files have no +x flag. + ------------------------------------------------------------------- Tue Nov 16 19:51:23 UTC 2021 - psimons@suse.com diff --git a/ghc-reflection.spec b/ghc-reflection.spec index bcdb48d..43368af 100644 --- a/ghc-reflection.spec +++ b/ghc-reflection.spec @@ -65,10 +65,10 @@ This package provides the Haskell %{pkg_name} library development files. %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal +find . -type f -exec chmod -x {} + %build %ghc_lib_build -chmod a-x *.markdown ./examples/* %install %ghc_lib_install