public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: disable parallel build temporary as it breaks by mass rebuild
@ 2026-08-26  8:06 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-26  8:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10
Commit : 0bbf1c6691f97a580a376cc8ce313be5ecb4db64
Author : Than Ngo <than@redhat.com>
Date   : 2017-02-17T11:12:55+01:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/0bbf1c6691f97a580a376cc8ce313be5ecb4db64?branch=epel10

Log:
disable parallel build temporary as it breaks by mass rebuild

---
diff --git a/inn.spec b/inn.spec
index 1ea4c22..310c913 100644
--- a/inn.spec
+++ b/inn.spec
@@ -3,7 +3,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.6.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -127,7 +127,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
 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
 
-make %{?_smp_mflags}
+make #%{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT%{_libdir}
@@ -593,6 +593,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Fri Feb 17 2017 Than Ngo <than@redhat.com> - 2.6.1-5
+- disable parallel build temporary as it breaks by mass rebuild
+
 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-08-26  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26  8:06 [rpms/inn] epel10: disable parallel build temporary as it breaks by mass rebuild Than Ngo

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