parent
bbae1053b5
commit
8855babfbf
@ -42,7 +42,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.19.1
|
Version: 1.19.1
|
||||||
Release: %{?zdpd}7%{?dist}
|
Release: %{?zdpd}8%{?dist}
|
||||||
|
|
||||||
# rharwood has trust path to signing key and verifies on check-in
|
# 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
|
Source0: https://web.mit.edu/kerberos/dist/krb5/%{version}/krb5-%{version}%{?dashpre}.tar.gz
|
||||||
@ -649,14 +649,17 @@ exit 0
|
|||||||
%{_libdir}/libkadm5srv_mit.so.*
|
%{_libdir}/libkadm5srv_mit.so.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 17 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-7
|
||||||
- Fix several fallback canonicalization problems
|
- Fix several fallback canonicalization problems
|
||||||
- Resolves: #1967505
|
- Resolves: #1967505
|
||||||
|
|
||||||
* Tue Jun 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.1-6.1
|
* Tue Jun 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.1-6.1
|
||||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||||
|
- Resolves: rhbz#1971065
|
||||||
Related: rhbz#1971065
|
|
||||||
|
|
||||||
* Thu Jun 10 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-6
|
* Thu Jun 10 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-6
|
||||||
- Backport KCM retrieval fixes
|
- Backport KCM retrieval fixes
|
||||||
|
17
rpminspect.yaml
Normal file
17
rpminspect.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user