public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sslh] epel10: cannot build echosrv without tcp_wrappers
@ 2026-06-21 2:50 James Hogarth
0 siblings, 0 replies; only message in thread
From: James Hogarth @ 2026-06-21 2:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sslh
Branch : epel10
Commit : 323d9656281b291f207987b0a49fa00ab1c35c49
Author : James Hogarth <james.hogarth@gmail.com>
Date : 2017-11-30T12:54:11+00:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/sslh/c/323d9656281b291f207987b0a49fa00ab1c35c49?branch=epel10
Log:
cannot build echosrv without tcp_wrappers
---
diff --git a/sslh.spec b/sslh.spec
index 24c7d0b..46ad7ce 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 echosrv
+ make %{?_smp_mflags} USELIBWRAP=1 USELIBCAP=1 USESYSTEMD=1 sslh
%else
- make %{?_smp_mflags} USELIBWRAP=0 USELIBCAP=1 USESYSTEMD=1 sslh echosrv
+ make %{?_smp_mflags} USELIBWRAP=0 USELIBCAP=1 USESYSTEMD=1 sslh
%endif
pod2man --section=8 --release=%{version} --center=" " %{name}.pod > %{name}.8
iconv --from=ISO-8859-1 --to=UTF-8 ChangeLog > ChangeLog.conv && \
@@ -130,7 +130,7 @@ exit 0
%systemd_preun sslh.service
%postun
-%systemd_postun_with_restart sslh.service
+%systemd_postun_with_restart sslh.service
%files
%doc README.md ChangeLog example.cfg
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-21 2:50 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:50 [rpms/sslh] epel10: cannot build echosrv without tcp_wrappers James Hogarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox