Add rpminspect.yaml file
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
03de39ccc8
commit
fe71022f8b
17
rpminspect.yaml
Normal file
17
rpminspect.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
inspections:
|
||||||
|
# stratis-cli has no ABI
|
||||||
|
abidiff: off
|
||||||
|
# stratis-cli is a Python program
|
||||||
|
annocheck: off
|
||||||
|
# the project does not use .desktop files
|
||||||
|
desktop: off
|
||||||
|
# stratis-cli is a Python program
|
||||||
|
elf: off
|
||||||
|
# the project uses no Java
|
||||||
|
javabytecode: off
|
||||||
|
# stratis-cli is a Python program
|
||||||
|
lto: off
|
||||||
|
|
||||||
|
# The info is fine, but we'll assume that all the filesize changes are as intended.
|
||||||
|
filesize: info
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Command-line tool for interacting with the Stratis daemon
|
Summary: Command-line tool for interacting with the Stratis daemon
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -62,6 +62,9 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 07 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-2
|
||||||
|
- Add rpminspect.yaml file
|
||||||
|
|
||||||
* Wed May 25 2022 mulhern <amulhern@redhat.com> - 3.1.0-1
|
* Wed May 25 2022 mulhern <amulhern@redhat.com> - 3.1.0-1
|
||||||
- Update to 3.1.0
|
- Update to 3.1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user