public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/clamav] rawhide: Build with openssl3 on ELN
@ 2026-07-06 22:28 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-06 22:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/clamav
Branch : rawhide
Commit : 799401192c77ad3ee5109bb5ef424b211e183d5f
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-06T18:27:18-04:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/clamav/c/799401192c77ad3ee5109bb5ef424b211e183d5f?branch=rawhide
Log:
Build with openssl3 on ELN
---
diff --git a/clamav.spec b/clamav.spec
index 50018fb..b501260 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -118,7 +118,7 @@ BuildRequires: gnutls-devel
%endif
BuildRequires: libxml2-devel
BuildRequires: ncurses-devel
-%if 0%{?fedora} > 44
+%if 0%{?fedora} > 44 || 0%{?rhel} > 10
BuildRequires: openssl3-devel
%else
BuildRequires: openssl-devel
@@ -244,7 +244,7 @@ using the Clam Antivirus scanner.
Summary: Header files and libraries for the Clam Antivirus scanner
Requires: clamav-lib = %{version}-%{release}
Requires: clamav-filesystem = %{version}-%{release}
-%if 0%{?fedora} > 44
+%if 0%{?fedora} > 44 || 0%{?rhel} > 10
Requires: openssl3-devel
%else
Requires: openssl-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 22:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 22:28 [rpms/clamav] rawhide: Build with openssl3 on ELN Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox