From 15c167e33653fe5664fd29609f8f5a51a3d0b9fa Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 26 Nov 2024 14:33:19 -0500 Subject: [PATCH] Remove spec-file conditionals for Fedora 39 and EPEL7 (end-of-life) [skip changelog --- stb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb.spec b/stb.spec index 7aa94d9..8cd9a21 100644 --- a/stb.spec +++ b/stb.spec @@ -257,7 +257,7 @@ Requires: stb_image-static = %{stb_image_version}%{snapinfo}-%{release} # For compatibility, we still depend on the subpackages for the original, # deprecated-upstream stb_image_library in existing stable releases, but we # drop the dependendency going forward as an acknowledgement of its status. -%if 0%{?fc39} || 0%{?el9} || 0%{?el8} || 0%{?el7} +%if 0%{?el9} || 0%{?el8} Requires: stb_image_resize-devel%{?_isa} = %{stb_image_resize_version}%{snapinfo}-%{release} Requires: stb_image_resize-static = %{stb_image_resize_version}%{snapinfo}-%{release} %endif