From cadd71bb7ed5ab8fa9a13883058ef7cc4d6bbe0c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 21 Feb 2023 20:07:42 -0500 Subject: [PATCH] Fix tests in ELN builds ELN tracks rawhide and therefore has the newer version of gcc which produces this warning. --- libfaketime.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfaketime.spec b/libfaketime.spec index 656e351..79a25fb 100644 --- a/libfaketime.spec +++ b/libfaketime.spec @@ -33,7 +33,7 @@ time system- wide. %if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %patch1 -p1 %endif -%if 0%{?fedora} >= 36 +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 %patch2 -p1 %endif %if 0%{?rhel} == 8