public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Jackson <mhjacks@swbell.net>
To: git-commits@fedoraproject.org
Subject: [rpms/ckermit] epel10: Conditionalize tests and add docs
Date: Fri, 18 Sep 2026 02:32:04 GMT [thread overview]
Message-ID: <178969872435.1.14323716860052052969.rpms-ckermit-3a4f5c794802@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ckermit
Branch : epel10
Commit : 3a4f5c79480262da3f5db7c83cd81fc294529f04
Author : Martin Jackson <mhjacks@swbell.net>
Date : 2026-09-17T21:15:09-05:00
Stats : +12/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ckermit/c/3a4f5c79480262da3f5db7c83cd81fc294529f04?branch=epel10
Log:
Conditionalize tests and add docs
---
diff --git a/ckermit.spec b/ckermit.spec
index a7e88d2..d121e97 100644
--- a/ckermit.spec
+++ b/ckermit.spec
@@ -1,9 +1,14 @@
+# Disable tests on el8 and el9 because they lack python packages (pyftpdlib)
+%if 0%{?rhel} == 8 || 0%{?rhel} == 9
+%bcond_with tests
+%else
%bcond_without tests
+%endif
Summary: The quintessential all-purpose communications program
Name: ckermit
Version: 11.0.509
-Release: 1%{?dist}
+Release: 2%{?dist}
# Most of the package is under a three-clause BSD license, but the file
# ckuat2.h appears to be covered by three licenses:
# The blanket license in COPYING.TXT and ckcmai.c, which is BSD three-clause
@@ -86,7 +91,7 @@ pytest-3 -n auto
%files
%license COPYING.TXT
-%doc doc/README.md
+%doc doc/*
%doc README.fedora
%{_bindir}/kermit
%dir %{_sysconfdir}/kermit
@@ -94,6 +99,11 @@ pytest-3 -n auto
%{_mandir}/man1/kermit.1*
%changelog
+* Thu Sep 17 2026 Martin Jackson <mhjacks@swbell.net> - 11.0.509-2
+- Conditionalize tests - skip on EL8 and EL9 due to missing pyftpdlib.
+ Run tests by default.
+- Include new docs files.
+
* Thu Sep 17 2026 Martin Jackson <mhjacks@swbell.net> - 11.0.509-1
- Update to 11.0.509
- Link with -llockdev (upstream linux target passes -DHAVE_LOCKDEV instead)
reply other threads:[~2026-09-18 2:32 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=178969872435.1.14323716860052052969.rpms-ckermit-3a4f5c794802@fedoraproject.org \
--to=mhjacks@swbell.net \
--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