From 6dc72405b31235e4558783dffa6f7576089d160e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Dec 06 2016 22:45:53 +0000 Subject: Revert #1393492 changes, they break far too many builds Per fweimer: "Sorry, we need to revert the -Werror=implicit-* bits. There is no chance we can get this working in any reasonable time frame, there is simply too much breakage." --- diff --git a/macros b/macros index 2770c63..fbe3186 100644 --- a/macros +++ b/macros @@ -147,7 +147,7 @@ %__global_compiler_flags -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} -%__global_cflags %{optflags} -Werror=implicit-function-declaration -Werror=implicit-int +%__global_cflags %{optflags} %__global_cxxflags %{optflags} %__global_fflags %{optflags} -I%_fmoddir %__global_fcflags %{optflags} -I%_fmoddir diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 28357b4..162735d 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 60 +Version: 61 Release: 1%{?dist} # No version specified. License: GPL+ @@ -140,6 +140,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Tue Dec 06 2016 Adam Williamson - 61-1 +- revert changes from 60, they break far too much stuff (#1401231) + * Wed Nov 30 2016 Panu Matilainen - 60-1 - Error on implicit function declaration and -return type for C (#1393492)