public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddclient] f43: - disable t/ssl-validate.pl test due upstream unresolved issues rhbz#2433977
@ 2026-06-19 1:04 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-19 1:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ddclient
Branch : f43
Commit : 06fd321f363e50715054b57a63bb9449550d7dee
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-02-21T21:47:40-03:00
Stats : +20/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ddclient/c/06fd321f363e50715054b57a63bb9449550d7dee?branch=f43
Log:
- disable t/ssl-validate.pl test due upstream unresolved issues rhbz#2433977
---
diff --git a/0-disable-test-ssl-validate.patch b/0-disable-test-ssl-validate.patch
new file mode 100644
index 0000000..790f830
--- /dev/null
+++ b/0-disable-test-ssl-validate.patch
@@ -0,0 +1,10 @@
+--- Makefile.am-orig 2025-01-19 16:29:22.000000000 -0300
++++ Makefile.am 2026-02-21 21:37:07.860605350 -0300
+@@ -75,7 +75,6 @@
+ t/protocol_dyndns2.pl \
+ t/read_recap.pl \
+ t/skip.pl \
+- t/ssl-validate.pl \
+ t/update_nics.pl \
+ t/use_cmd.pl \
+ t/use_web.pl \
diff --git a/ddclient.spec b/ddclient.spec
index 1205a41..f3229e6 100644
--- a/ddclient.spec
+++ b/ddclient.spec
@@ -4,7 +4,7 @@
Summary: Client to update dynamic DNS host entries
Name: ddclient
Version: 4.0.0
-Release: 7%{?dist}
+Release: 8%{?dist}
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: https://ddclient.net/
@@ -14,6 +14,10 @@ Source2: ddclient.service
Source3: ddclient.sysconfig
Source4: ddclient.NetworkManager
Source5: ddclient-tmpfiles.conf
+# disable t/ssl-validate.pl test due upstream unresolved issues
+# https://github.com/ddclient/ddclient/issues/812
+# https://github.com/ddclient/ddclient/issues/815
+Patch0: 0-disable-test-ssl-validate.patch
BuildArch: noarch
@@ -58,7 +62,8 @@ updates for multiple addresses, MX, wildcards, abuse avoidance, retrying
the failed updates and sending update status to syslog and through e-mail.
%prep
-%autosetup -p 1
+%autosetup -p 0
+
# Send less mail by default, eg. not on every shutdown.
sed -e 's|^mail=|#mail=|' -i ddclient.conf.in
./autogen
@@ -143,6 +148,9 @@ fi
%changelog
+* Sun Feb 22 2026 Filipe Rosset <rosset.filipe@gmail.com> - 4.0.0-8
+- disable t/ssl-validate.pl test due upstream unresolved issues rhbz#2433977
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 1:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 1:04 [rpms/ddclient] f43: - disable t/ssl-validate.pl test due upstream unresolved issues rhbz#2433977 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox