Spec File: Add annobin plugin document directory to the files section. (#2279779)
This commit is contained in:
parent
a19fc37513
commit
7393f9abbf
@ -2,7 +2,7 @@
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 12.54
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
|
||||
URL: https://sourceware.org/annobin/
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -484,6 +484,7 @@ make check
|
||||
|
||||
%files docs
|
||||
%license COPYING3 LICENSE
|
||||
%dir %{_datadir}/doc/annobin-plugin
|
||||
%exclude %{_datadir}/doc/annobin-plugin/COPYING3
|
||||
%exclude %{_datadir}/doc/annobin-plugin/LICENSE
|
||||
%doc %{_datadir}/doc/annobin-plugin/annotation.proposal.txt
|
||||
@ -531,6 +532,9 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon May 20 2024 Nick Clifton <nickc@redhat.com> - 12.54-2
|
||||
- Spec File: Add annobin plugin document directory to the files section. (#2279779)
|
||||
|
||||
* Tue May 14 2024 Nick Clifton <nickc@redhat.com> - 12.54-1
|
||||
- Annocheck: Remove some false positives for Rust binaries. (#2280239)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user