Temporarily remove package note to unblock krb5-dependent packages
Resolves: rhbz#2048909 Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
75355e197a
commit
b998554176
11
krb5.spec
11
krb5.spec
@ -1,3 +1,8 @@
|
||||
# Force to not include the package note file
|
||||
# the non-existing package note file is pulled into krb5-config
|
||||
# and breaks any application that is using krb5 development libs
|
||||
%undefine _package_note_file
|
||||
|
||||
%bcond_without check
|
||||
%if %{without check}
|
||||
%global skipcheck 1
|
||||
@ -42,7 +47,7 @@
|
||||
Summary: The Kerberos network authentication system
|
||||
Name: krb5
|
||||
Version: 1.19.2
|
||||
Release: %{?zdpd}4%{?dist}.1
|
||||
Release: %{?zdpd}5%{?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
|
||||
@ -648,6 +653,10 @@ exit 0
|
||||
%{_libdir}/libkadm5srv_mit.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 02 2022 Alexander Bokovoy <abokovoy@redhat.com> - 1.19.2-5
|
||||
- Temporarily remove package note to unblock krb5-dependent packages
|
||||
- Resolves: rhbz#2048909
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.2-4.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user