public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Vasik <ovasik@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: forgot to cvs add patch
Date: Wed, 26 Aug 2026 08:53:49 GMT [thread overview]
Message-ID: <178773442983.1.17535919926925101150.rpms-inn-4eb85ca1c83f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 4eb85ca1c83f5cebe30f2cd0c1083b65c804575e
Author : Ondrej Vasik <ovasik@fedoraproject.org>
Date : 2008-07-10T16:22:01+00:00
Stats : +25/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/4eb85ca1c83f5cebe30f2cd0c1083b65c804575e?branch=epel10.3
Log:
forgot to cvs add patch
---
diff --git a/inn-2.4.5-dynlib.patch b/inn-2.4.5-dynlib.patch
new file mode 100644
index 0000000..6ebecd7
--- /dev/null
+++ b/inn-2.4.5-dynlib.patch
@@ -0,0 +1,24 @@
+diff -up inn-2.4.5/history/Makefile.dynlib inn-2.4.5/history/Makefile
+--- inn-2.4.5/history/Makefile.dynlib 2008-07-03 19:50:04.000000000 +0200
++++ inn-2.4.5/history/Makefile 2008-07-03 19:50:50.000000000 +0200
+@@ -43,7 +43,7 @@ $(FIXSCRIPT):
+
+ libinnhist.la: $(OBJECTS) $(LIBSTORAGE) $(LIBINN)
+ $(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
+- $(LIBSTORAGE) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS) \
++ $(LIBSTORAGE) $(LIBINN) $(EXTSTORAGELIBS) -L../lib/.libs -L../storage/.libs ${LIBS} \
+ -rpath $(PATHLIB) -version-info 2:0:0
+
+ libinnhist.a: $(OBJECTS)
+diff -up inn-2.4.5/storage/Makefile.dynlib inn-2.4.5/storage/Makefile
+--- inn-2.4.5/storage/Makefile.dynlib 2008-07-03 19:52:48.000000000 +0200
++++ inn-2.4.5/storage/Makefile 2008-07-03 19:42:34.000000000 +0200
+@@ -47,7 +47,7 @@ $(FIXSCRIPT):
+
+ libstorage.la: $(OBJECTS) $(LIBINN)
+ $(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
+- $(LIBINN) $(EXTSTORAGELIBS) $(LIBS) \
++ $(LIBINN) $(EXTSTORAGELIBS) -L../lib/.libs ${LIBS} \
+ -rpath $(PATHLIB) -version-info 2:0:0
+
+ libstorage.a: $(OBJECTS)
diff --git a/inn.spec b/inn.spec
index 92e818e..08f665c 100644
--- a/inn.spec
+++ b/inn.spec
@@ -194,7 +194,7 @@ echo '%{_libdir}/news/lib' > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/inn-%{_a
#Build filelist
rm -rf $RPM_BUILD_ROOT/usr/lib/news/include
echo "%defattr(-,news,news)" > files.list
-find $RPM_BUILD_ROOT -type f -or -type l| \
+find $RPM_BUILD_ROOT -type f -or -type l | \
sed -e "s|$RPM_BUILD_ROOT||g" | \
sed 's|^/etc/cron|%config(noreplace) %attr(-,root,root) &|' | \
sed 's|^/etc/rc.d|%config(noreplace) %attr(-,root,root) &|' | \
reply other threads:[~2026-08-26 8:53 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=178773442983.1.17535919926925101150.rpms-inn-4eb85ca1c83f@fedoraproject.org \
--to=ovasik@fedoraproject.org \
--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