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.
This commit is contained in:
Todd Zullinger 2017-07-20 21:19:23 -04:00
parent 57c799c234
commit 00daf46570

View File

@ -623,7 +623,7 @@ cat %{name}.lang >> bin-man-doc-files
chmod -R g-w %{buildroot} chmod -R g-w %{buildroot}
find %{buildroot} -name git-mergetool--lib | xargs chmod a-x find %{buildroot} -name git-mergetool--lib | xargs chmod a-x
# These files probably are not needed # 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 chmod a-x Documentation/technical/api-index.sh
find contrib -type f | xargs chmod -x find contrib -type f | xargs chmod -x
@ -822,6 +822,7 @@ rm -rf %{buildroot}
- Move documentation files from all subpackages into the %%{_pkgdocdir} - Move documentation files from all subpackages into the %%{_pkgdocdir}
directory, so links inside doc and man files are correct directory, so links inside doc and man files are correct
Resolves: #1357438 Resolves: #1357438
- Quiet a few rpmlint complaints regarding hidden files in contrib dir
* Thu Jul 13 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.13.3-1 * Thu Jul 13 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.13.3-1
- Update to 2.13.3 - Update to 2.13.3