Do not mangle shebang in files which are part of bootstraped project

Resolves: BZ#1709078
This commit is contained in:
Jakub Janco 2019-05-13 13:21:48 +02:00
parent fc64e3a1ed
commit ce2868dd7e
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
%global api_version 1.16
# do not mangle shebang in files which are part of bootstraped project
%global __brp_mangle_shebangs_exclude_from /usr/share/automake-%{api_version}
# run "make check" by default
%bcond_without check
# Run optional test
@ -11,7 +14,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}.1
Release: 9%{?dist}
Release: 10%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@ -133,6 +136,9 @@ make -k %{?_smp_mflags} check %{?TESTS_FLAGS: TESTS="%{TESTS_FLAGS}"} \
%changelog
* Mon May 13 2019 Jakub Janco <jjanco@redhat.com> - 1.16.1-10
- do not mangle shebang in files which are part of bootstraped project
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild