From 0e4d26837f361e80f870ef85ebf7f86047f52e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 7 Aug 2019 14:28:11 +0200 Subject: [PATCH] Fix file mode of a perl-example.stp example --- perl.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index 0d8cf60..0500e80 100644 --- a/perl.spec +++ b/perl.spec @@ -2877,7 +2877,7 @@ perl -x patchlevel.h \ %endif #copy the example script -cp -a %{SOURCE5} . +install -m 0644 %{SOURCE5} . #copy Pod-Html license clarification cp %{SOURCE6} . @@ -5121,6 +5121,7 @@ popd - Include trailing zero in scalars holding trie data (RT#134207) - Fix a use after free in /(?{...})/ (RT#134208) - Fix a use after free in debugging output of a collation +- Fix file mode of a perl-example.stp example * Fri Jul 26 2019 Fedora Release Engineering - 4:5.30.0-442 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild