From 7172ab46ea0084ded435ffd0ba7b794b0676d43f Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Apr 07 2021 19:32:26 +0000 Subject: Set executable permissions on run-lit-tests This fixes an rpmlint error. --- diff --git a/lld.spec b/lld.spec index 2fc5fe2..d3d78da 100644 --- a/lld.spec +++ b/lld.spec @@ -1,5 +1,5 @@ %global rc_ver 4 -%global baserelease 6 +%global baserelease 7 %global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src %global maj_ver 12 %global min_ver 0 @@ -140,7 +140,7 @@ mv %{lit_unit_cfg} %{buildroot}%{_datadir}/lld/src/%{_arch}.Unit.site.cfg.py tar --sort=name --mtime='UTC 2020-01-01' -c test/ | gzip -n > %{buildroot}%{_datadir}/lld/src/test.tar.gz install -d %{buildroot}%{_libexecdir}/tests/lld -cp %{SOURCE3} %{buildroot}%{_libexecdir}/tests/lld +install -m 0755 %{SOURCE3} %{buildroot}%{_libexecdir}/tests/lld # Install unit test binaries install -d %{buildroot}%{_libdir}/lld/ @@ -203,6 +203,9 @@ fi %{_datadir}/lld/lit.lld-test.cfg.py %changelog +* Wed Apr 07 2021 Tom Stellard - 12.0.0-0.7.rc4 +- Set executable permissions on run-lit-tests + * Fri Apr 02 2021 sguelton@redhat.com - 12.0.0-0.6.rc4 - New upstream release candidate