diff --git a/libxcrypt.spec b/libxcrypt.spec index 081d22e..616b7f3 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -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 - 4.4.33-2 +- Do not BR the compat package during bootstrap + * Fri Nov 18 2022 Björn Esser - 4.4.33-1 - New upstream release