Eliminate preprocessor-disabled dead code

This commit is contained in:
Robbie Harwood 2018-07-19 16:43:06 -04:00
parent b5615f9f2c
commit e3ab2c3591
2 changed files with 2955 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
Name: krb5
Version: 1.16.1
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
Release: 14%{?dist}
Release: 15%{?dist}
# lookaside-cached sources; two downloads and a build artifact
Source0: https://web.mit.edu/kerberos/dist/krb5/1.16/krb5-%{version}%{prerelease}.tar.gz
@ -98,6 +98,7 @@ Patch78: Add-k5test-mark-function.patch
Patch79: Convert-Python-tests-to-Python-3.patch
Patch80: Zap-copy-of-secret-in-RC4-string-to-key.patch
Patch81: Fix-some-broken-tests-for-Python-3.patch
Patch82: Eliminate-preprocessor-disabled-dead-code.patch
License: MIT
URL: http://web.mit.edu/kerberos/www/
@ -744,6 +745,9 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.*
%changelog
* Thu Jul 19 2018 Robbie Harwood <rharwood@redhat.com> - 1.16.1-15
- Eliminate preprocessor-disabled dead code
* Wed Jul 18 2018 Robbie Harwood <rharwood@redhat.com> - 1.16.1-14
- Fix some broken tests for Python 3