public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sslh] epel9: needs to not be defined at all to skip it
@ 2026-06-21 2:51 James Hogarth
0 siblings, 0 replies; only message in thread
From: James Hogarth @ 2026-06-21 2:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sslh
Branch : epel9
Commit : 1b486be01d47e4c856af6bc16bcc9cc4cfeaf72b
Author : James Hogarth <james.hogarth@gmail.com>
Date : 2017-11-30T13:07:06+00:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/sslh/c/1b486be01d47e4c856af6bc16bcc9cc4cfeaf72b?branch=epel9
Log:
needs to not be defined at all to skip it
---
diff --git a/sslh.spec b/sslh.spec
index 46ad7ce..fa1b2e9 100644
--- a/sslh.spec
+++ b/sslh.spec
@@ -67,9 +67,9 @@ comes from its original function to serve SSH and HTTPS on the same port.
%build
./genver.sh >version.h
%if %{use_libwrap}
- make %{?_smp_mflags} USELIBWRAP=1 USELIBCAP=1 USESYSTEMD=1 sslh
+ make %{?_smp_mflags} USELIBWRAP=1 USELIBCAP=1 USESYSTEMD=1 sslh echosrv
%else
- make %{?_smp_mflags} USELIBWRAP=0 USELIBCAP=1 USESYSTEMD=1 sslh
+ make %{?_smp_mflags} USELIBCAP=1 USESYSTEMD=1 sslh echosrv
%endif
pod2man --section=8 --release=%{version} --center=" " %{name}.pod > %{name}.8
iconv --from=ISO-8859-1 --to=UTF-8 ChangeLog > ChangeLog.conv && \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-21 2:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-21 2:51 [rpms/sslh] epel9: needs to not be defined at all to skip it James Hogarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox