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