From 525dee4c87180db08e1776ad3cb0e66a9b38e81f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Dec 14 2020 09:43:47 +0000 Subject: Re-enable -Werror everywhere (#1888246) This effectively reverts commit d8a810a777f9c7113d15c1dc1ce8bde72ebc688b. --- diff --git a/glibc.spec b/glibc.spec index 82dc028..af60777 100644 --- a/glibc.spec +++ b/glibc.spec @@ -27,12 +27,8 @@ %bcond_without benchtests # Default: Not bootstrapping. %bcond_with bootstrap -# Default: Enable using -Werror (except for ELN). -%if 0%{?rhel} > 0 -%bcond_with werror -%else +# Default: Enable using -Werror %bcond_without werror -%endif # Default: Always build documentation. %bcond_without docs @@ -100,7 +96,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 20%{?dist} +Release: 21%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -2261,6 +2257,9 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Mon Dec 14 2020 Florian Weimer - 2.32.9000-21 +- Re-enable -Werror everywhere (#1888246) + * Wed Dec 09 2020 DJ Delorie - 2.32.9000-20 - nsswitch: handle missing actions properly (temporary fix for 1906066)