From 00daf46570c2f6b092dac09326b2fb1ad56ddcaa Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 20 Jul 2017 21:19:23 -0400 Subject: [PATCH] Quiet a few more rpmlint complaints A few more hidden files have crept into the files installed under contrib. Remove any .gitattributes, .gitignore, or .perlcriticrc files found. --- git.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 79e8db4..5f34e70 100644 --- a/git.spec +++ b/git.spec @@ -623,7 +623,7 @@ cat %{name}.lang >> bin-man-doc-files chmod -R g-w %{buildroot} find %{buildroot} -name git-mergetool--lib | xargs chmod a-x # These files probably are not needed -find . -name .gitignore -delete +find . -regex '.*/\.\(git\(attributes\|ignore\)\|perlcriticrc\)' -delete chmod a-x Documentation/technical/api-index.sh find contrib -type f | xargs chmod -x @@ -822,6 +822,7 @@ rm -rf %{buildroot} - Move documentation files from all subpackages into the %%{_pkgdocdir} directory, so links inside doc and man files are correct Resolves: #1357438 +- Quiet a few rpmlint complaints regarding hidden files in contrib dir * Thu Jul 13 2017 Gwyn Ciesla - 2.13.3-1 - Update to 2.13.3