diff --git a/libxcrypt.spec b/libxcrypt.spec index 3bd50ad9215f3b957421e9263655b883b36e7714..f2e741ee70d1bb352438898ef59d994edcb9d3df 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.4 +%define anolis_release .0.5 # Shared object version of libcrypt. %global soc 1 %global sol 1 @@ -132,6 +132,7 @@ Doc pages for %{name}. --enable-shared \ --enable-static \ --disable-failure-tokens \ + --disable-werror \ --enable-hashes=all \ --enable-obsolete-api=glibc \ --with-pkgconfigdir=%{_libdir}/pkgconfig @@ -195,6 +196,9 @@ Doc pages for %{name}. %doc %{_pkgdocdir}/THANKS %changelog +* Fri Jan 19 2024 Weisson - 4.1.1-6.0.5 +- libxcrypt is not robust enough to set werror flag for gcc-10. + * Fri Jun 30 2023 wuxiat - 4.1.1-6.0.4 - add sw patch