public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tinc] rawhide: Conditionalize openssl-devel-engine dependency
@ 2026-06-14 20:00 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-14 20:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tinc
Branch : rawhide
Commit : fe31c4a831b5a2ac2996a279f9229bccb02a448e
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-06-14T15:59:18-04:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tinc/c/fe31c4a831b5a2ac2996a279f9229bccb02a448e?branch=rawhide
Log:
Conditionalize openssl-devel-engine dependency
This subpackage was dropped with openssl 4 in F45.
---
diff --git a/tinc.spec b/tinc.spec
index c3bca11..a78e481 100644
--- a/tinc.spec
+++ b/tinc.spec
@@ -11,7 +11,9 @@ Source0: http://www.tinc-vpn.org/packages/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: gcc
BuildRequires: openssl-devel
+%if 0%{?fedora} >= 41 && 0%{?fedora} < 45
BuildRequires: openssl-devel-engine
+%endif
BuildRequires: lzo-devel
BuildRequires: systemd
BuildRequires: systemd-units
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-14 20:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 20:00 [rpms/tinc] rawhide: Conditionalize openssl-devel-engine dependency Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox