public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: work around test failure on ppc64le
Date: Wed, 26 Aug 2026 08:55:13 GMT	[thread overview]
Message-ID: <178773451380.1.10115695825633826128.rpms-inn-3fb0e355a4aa@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : 3fb0e355a4aa1d945b4370362041a4b0842f8e24
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2021-02-16T14:02:38+01:00
Stats  : +16/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/3fb0e355a4aa1d945b4370362041a4b0842f8e24?branch=epel10.3

Log:
work around test failure on ppc64le

---
diff --git a/inn-2.6.4-ppc64le-inndf-test.patch b/inn-2.6.4-ppc64le-inndf-test.patch
new file mode 100644
index 0000000..ad0be23
--- /dev/null
+++ b/inn-2.6.4-ppc64le-inndf-test.patch
@@ -0,0 +1,12 @@
+diff -up inn-2.6.4/tests/util/inndf.t.orig inn-2.6.4/tests/util/inndf.t
+--- inn-2.6.4/tests/util/inndf.t.orig	2021-01-21 22:53:07.000000000 +0100
++++ inn-2.6.4/tests/util/inndf.t	2021-02-16 13:58:58.435897815 +0100
+@@ -129,7 +129,7 @@ else
+     printcount "not ok"
+ fi
+ out=`$inndf -o`
+-if [ "$out" = "3.17% overview space used" ] ; then
++if [ "$out" = "3.33% overview space used" ] ; then
+     printcount "ok"
+ else
+     echo "$out"

diff --git a/inn.spec b/inn.spec
index f843a12..6352ff4 100644
--- a/inn.spec
+++ b/inn.spec
@@ -22,6 +22,7 @@ Source24: innd-nntpsend.timer
 Source25: innd-rnews.service
 Source26: innd-rnews.timer
 Patch1: inn-2.6.4-rh.patch
+Patch2: inn-2.6.4-ppc64le-inndf-test.patch
 Patch4: inn-2.6.4-pie.patch
 BuildRequires: autoconf
 BuildRequires: byacc
@@ -114,6 +115,9 @@ This package contains dynamic libraries provided by INN project
 gpgv2 --keyring %{S:3} %{S:1} %{S:0}
 %setup -q -n inn-%{version}
 %patch1 -p1 -b .rh
+%ifarch ppc64le
+%patch2 -p1 -b .inndf
+%endif
 %patch4 -p1 -b .pie
 
 %build

                 reply	other threads:[~2026-08-26  8:55 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=178773451380.1.10115695825633826128.rpms-inn-3fb0e355a4aa@fedoraproject.org \
    --to=dominik@greysector.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