From a2235531e1ac4f07954229e845700329dead34da Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 7 Jun 2021 01:37:16 -0400 Subject: explicitly list the cgit cgi-bin script Avoid a wildcard glob. We know there is only one file in the cgi-bin directory. --- cgit.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgit.spec b/cgit.spec index 6c4c1f2..ced9e6f 100644 --- a/cgit.spec +++ b/cgit.spec @@ -207,7 +207,7 @@ make test %{filterdir} # exclude byte-compiled python files on EL7 %{?el7:%exclude %{filterdir}/*.py[co]} -%{scriptdir}/* +%{scriptdir}/%{name} %{_mandir}/man*/* @@ -216,6 +216,7 @@ make test - update SELinux README - simplify install commands - improve httpd config file creation +- explicitly list the cgit cgi-bin script * Wed Jul 21 2021 Fedora Release Engineering - 1.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild -- cgit