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:
parent
57c799c234
commit
00daf46570
3
git.spec
3
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 <limburgher@gmail.com> - 2.13.3-1
|
||||
- Update to 2.13.3
|
||||
|
Loading…
Reference in New Issue
Block a user