Remove .sh extension from shell scripts.
This commit is contained in:
parent
78f88fba1a
commit
db2c4ce56d
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/annobin-5.7.tar.xz
|
||||
/annobin-5.8.tar.xz
|
||||
/annobin-5.9.tar.xz
|
||||
/annobin-5.10.tar.xz
|
||||
|
13
annobin.spec
13
annobin.spec
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 5.9
|
||||
Version: 5.10
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -175,10 +175,10 @@ exit 0
|
||||
|
||||
%files
|
||||
%{ANNOBIN_PLUGIN_DIR}
|
||||
%{_bindir}/built-by.sh
|
||||
%{_bindir}/check-abi.sh
|
||||
%{_bindir}/hardened.sh
|
||||
%{_bindir}/run-on-binaries-in.sh
|
||||
%{_bindir}/built-by
|
||||
%{_bindir}/check-abi
|
||||
%{_bindir}/hardened
|
||||
%{_bindir}/run-on-binaries-in
|
||||
%license COPYING3 LICENSE
|
||||
%exclude %{_datadir}/doc/annobin-plugin/COPYING3
|
||||
%exclude %{_datadir}/doc/annobin-plugin/LICENSE
|
||||
@ -193,6 +193,9 @@ exit 0
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu May 31 2018 Nick Clifton <nickc@redhat.com> - 5.10-1
|
||||
- Remove .sh extension from shell scripts.
|
||||
|
||||
* Wed May 30 2018 Nick Clifton <nickc@redhat.com> - 5.9-1
|
||||
- Record the setting of the -mstackrealign option for i686 binaries.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-5.9.tar.xz) = 91e0b269007d0a3375ca0cc777a2825e3f1b9d7a086e3699127f7022d5b373cbc9b16791eb2f76fbeb2c1d8b75207ada317ac82d95bf9d8120991bfdd3362384
|
||||
SHA512 (annobin-5.10.tar.xz) = e81ded71b8c99df3474e20c9a55a0332af8a1fc641dce9b9b334b4e2d4bd82154779bd5b2ad3ab03780a7920be7425214ccc7f1e4c8cfadcf63427dc002ea984
|
||||
|
Loading…
Reference in New Issue
Block a user