public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ckermit] rawhide: Conditionalize tests and add docs
@ 2026-09-18  2:15 Martin Jackson
  0 siblings, 0 replies; only message in thread
From: Martin Jackson @ 2026-09-18  2:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ckermit
Branch : rawhide
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=rawhide

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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-18  2:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18  2:15 [rpms/ckermit] rawhide: Conditionalize tests and add docs Martin Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox