Fix shebang in a few places to silence rpmlint complaints
This commit is contained in:
parent
382ccf9f8c
commit
71cf98e082
9
git.spec
9
git.spec
@ -408,6 +408,14 @@ make -C contrib/subtree/
|
|||||||
# Remove shebang from bash-completion script
|
# Remove shebang from bash-completion script
|
||||||
sed -i '/^#!bash/,+1 d' contrib/completion/git-completion.bash
|
sed -i '/^#!bash/,+1 d' contrib/completion/git-completion.bash
|
||||||
|
|
||||||
|
# Fix shebang in a few places to silence rpmlint complaints
|
||||||
|
sed -i -e '1s|#! */usr/bin/env python$|#!%{__python2}|' \
|
||||||
|
contrib/fast-import/import-zips.py \
|
||||||
|
contrib/hg-to-git/hg-to-git.py \
|
||||||
|
contrib/hooks/multimail/git_multimail.py \
|
||||||
|
contrib/hooks/multimail/migrate-mailhook-config \
|
||||||
|
contrib/hooks/multimail/post-receive.example
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make %{?_smp_mflags} INSTALLDIRS=vendor install
|
make %{?_smp_mflags} INSTALLDIRS=vendor install
|
||||||
@ -731,6 +739,7 @@ rm -rf %{buildroot}
|
|||||||
- Disable cross-directory hardlinks
|
- Disable cross-directory hardlinks
|
||||||
- Drop ancient obsoletes for git and git-arch
|
- Drop ancient obsoletes for git and git-arch
|
||||||
- Update summary/description of numerous subpackages
|
- Update summary/description of numerous subpackages
|
||||||
|
- Fix shebang in a few places to silence rpmlint complaints
|
||||||
|
|
||||||
* Mon Oct 30 2017 Todd Zullinger <tmz@pobox.com> - 2.15.0-1
|
* Mon Oct 30 2017 Todd Zullinger <tmz@pobox.com> - 2.15.0-1
|
||||||
- Update to 2.15.0
|
- Update to 2.15.0
|
||||||
|
Loading…
Reference in New Issue
Block a user