Do not BR the compat package during bootstrap
This commit is contained in:
parent
8875044f8e
commit
0222a578c4
@ -162,7 +162,7 @@ fi \
|
||||
|
||||
Name: libxcrypt
|
||||
Version: 4.4.33
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
||||
|
||||
# For explicit license breakdown, see the
|
||||
@ -265,8 +265,10 @@ that have been provided by glibc's libcrypt.so.1.
|
||||
%package compat
|
||||
Summary: Compatibility library providing legacy API functions
|
||||
|
||||
%if %{without bootstrap}
|
||||
# For testing the glibc compatibility symbols.
|
||||
BuildRequires: libxcrypt-compat
|
||||
%endif
|
||||
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -573,6 +575,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 21 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.33-2
|
||||
- Do not BR the compat package during bootstrap
|
||||
|
||||
* Fri Nov 18 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.33-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user