public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: James Hogarth <james.hogarth@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/sslh] epel9: cannot build echosrv without tcp_wrappers
Date: Sun, 21 Jun 2026 02:51:45 GMT [thread overview]
Message-ID: <178201030509.1.16213576278241772833.rpms-sslh-323d9656281b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/sslh
Branch : epel9
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=epel9
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
reply other threads:[~2026-06-21 2:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178201030509.1.16213576278241772833.rpms-sslh-323d9656281b@fedoraproject.org \
--to=james.hogarth@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox