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: parallel make is still broken, disable it for tests, too
Date: Wed, 26 Aug 2026 08:55:17 GMT	[thread overview]
Message-ID: <178773451767.1.3115252926507336615.rpms-inn-1b0415f3a8ca@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
parallel make is still broken, disable it for tests, too

---
diff --git a/inn.spec b/inn.spec
index 2ac6bca..4f49742 100644
--- a/inn.spec
+++ b/inn.spec
@@ -147,7 +147,7 @@ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=1558586
-make #%{?_smp_mflags}
+make
 
 %install
 mkdir -p $RPM_BUILD_ROOT%{_libdir}
@@ -261,7 +261,7 @@ enable innd-rnews.timer
 EOF
 
 %check
-LD_LIBRARY_PATH=%{buildroot}%{_libdir} %make_build -C tests test
+LD_LIBRARY_PATH=%{buildroot}%{_libdir} make -C tests test
 
 %pre -n inews
 getent group news >/dev/null || groupadd -g 13 -r news

                 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=178773451767.1.3115252926507336615.rpms-inn-1b0415f3a8ca@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