public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: Fix SMP issue in frontends
@ 2026-08-26  8:54 Jochen Schmitt
  0 siblings, 0 replies; only message in thread
From: Jochen Schmitt @ 2026-08-26  8:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : 8e2e89001b7ca9b39f48780310f6705889bf3bca
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date   : 2010-08-11T21:00:51+02:00
Stats  : +17/-6 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/8e2e89001b7ca9b39f48780310f6705889bf3bca?branch=epel10.3

Log:
Fix SMP issue in frontends

---
diff --git a/inn-2.5.2-smp.patch b/inn-2.5.2-smp.patch
index 9bde4dd..7a177ed 100644
--- a/inn-2.5.2-smp.patch
+++ b/inn-2.5.2-smp.patch
@@ -1,7 +1,19 @@
+diff -up inn-2.5.2/frontends/Makefile.smp inn-2.5.2/frontends/Makefile
+--- inn-2.5.2/frontends/Makefile.smp	2010-08-11 20:54:46.268104983 +0200
++++ inn-2.5.2/frontends/Makefile	2010-08-11 20:58:04.429916114 +0200
+@@ -85,7 +85,7 @@ ovdb_init:	ovdb_init.o    $(BOTH)   ; $(
+ ovdb_monitor:	ovdb_monitor.o $(BOTH)   ; $(LINK) ovdb_monitor.o $(STORELIBS)
+ ovdb_server:	ovdb_server.o  $(BOTH)   ; $(LINK) ovdb_server.o  $(STORELIBS)
+ ovdb_stat:	ovdb_stat.o    $(BOTH)   ; $(LINK) ovdb_stat.o    $(STORELIBS)
+-rnews:		rnews.o        $(LIBINN) ; $(LINK) rnews.o        -pie $(STORELIBS)
++rnews:		rnews.o        $(BOTH)   ; $(LINK) rnews.o        -pie $(STORELIBS)
+ sm:		sm.o           $(BOTH)   ; $(LINK) sm.o           $(STORELIBS)
+ 
+ ovdb_init.o: ovdb_init.c
 diff -up inn-2.5.2/innfeed/Makefile.smp inn-2.5.2/innfeed/Makefile
---- inn-2.5.2/innfeed/Makefile.smp	2010-07-06 17:59:31.483845914 +0200
-+++ inn-2.5.2/innfeed/Makefile	2010-07-06 18:19:02.033971518 +0200
-@@ -54,10 +54,14 @@ $(FIXSCRIPT):
+--- inn-2.5.2/innfeed/Makefile.smp	2010-08-11 20:47:15.883915244 +0200
++++ inn-2.5.2/innfeed/Makefile	2010-08-11 20:47:15.875915561 +0200
+@@ -54,9 +54,13 @@ $(FIXSCRIPT):
  
  INNFEEDLIBS	= $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(LIBS)
  
@@ -11,10 +23,8 @@ diff -up inn-2.5.2/innfeed/Makefile.smp inn-2.5.2/innfeed/Makefile
 +
 +config_y.h: y.tab.h
  	mv y.tab.h config_y.h
--	mv y.tab.c config_y.c
 +
 +config_y.c: y.tab.c
-+	mv y.tab.c config_y.c
+ 	mv y.tab.c config_y.c
  
  config_l.c: configfile.l
- 	$(LEX) $?

diff --git a/inn.spec b/inn.spec
index c6338c9..74aaec4 100644
--- a/inn.spec
+++ b/inn.spec
@@ -515,6 +515,7 @@ fi
 %changelog
 * Wed Aug 11 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-4
 - Rebuild for python-2.7 (#623322)
+- Fix SMP issue in frontends
 
 * Wed Jul 14 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-3
 - /var/run/news ghosted tmpfs

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

only message in thread, other threads:[~2026-08-26  8:54 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:54 [rpms/inn] epel10.3: Fix SMP issue in frontends Jochen Schmitt

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