Add rpminspect and clean up mass rebuild mess

Resolves: #1967505
This commit is contained in:
Robbie Harwood 2021-06-17 18:45:05 -04:00
parent bbae1053b5
commit 8855babfbf
2 changed files with 23 additions and 3 deletions

View File

@ -42,7 +42,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.19.1
Release: %{?zdpd}7%{?dist}
Release: %{?zdpd}8%{?dist}
# rharwood has trust path to signing key and verifies on check-in
Source0: https://web.mit.edu/kerberos/dist/krb5/%{version}/krb5-%{version}%{?dashpre}.tar.gz
@ -649,14 +649,17 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.*
%changelog
* Thu Jun 17 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-8
- Rebuild for rpminspect and mass rebuild cleanup; no code changes
- Resolves: #1967505
* Thu Jun 17 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-7
- Fix several fallback canonicalization problems
- Resolves: #1967505
* Tue Jun 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.1-6.1
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
- Resolves: rhbz#1971065
* Thu Jun 10 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-6
- Backport KCM retrieval fixes

17
rpminspect.yaml Normal file
View File

@ -0,0 +1,17 @@
---
inspections:
# https://bugzilla.redhat.com/show_bug.cgi?id=1956479
badfuncs: off
# Not a Java package
javabytecode: off
# I need to be able to *add* functions, and also we export internal
# functions that are not considered part of our ABI.
abidiff: off
# These just flag when things change "too much"
changedfiles: off
filesize: off
patches: off
upstream: off