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] epel10.2: needs to not be defined at all to skip it
Date: Sun, 21 Jun 2026 02:51:02 GMT	[thread overview]
Message-ID: <178201026270.1.4160244467451642988.rpms-sslh-1b486be01d47@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/sslh
Branch : epel10.2
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=epel10.2

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 && \

                 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=178201026270.1.4160244467451642988.rpms-sslh-1b486be01d47@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