summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2021-06-07 01:37:16 -0400
committerTodd Zullinger <tmz@pobox.com>2022-01-01 23:45:33 -0500
commita2235531e1ac4f07954229e845700329dead34da (patch)
tree1bf99821f0f9328708389063d313c3dadcc08740
parentb726ae307f3f3d44177994e29851459064751646 (diff)
downloadcgit_EL6-a2235531e1ac4f07954229e845700329dead34da.tar.gz
explicitly list the cgit cgi-bin script
Avoid a wildcard glob. We know there is only one file in the cgi-bin directory.
-rw-r--r--cgit.spec3
1 files changed, 2 insertions, 1 deletions
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 <releng@fedoraproject.org> - 1.2.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild