public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: file conflicts for inn (#192689)
@ 2026-08-26  8:53 Martin Stransky
  0 siblings, 0 replies; only message in thread
From: Martin Stransky @ 2026-08-26  8:53 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : e9a658b4e955f8029357292a58882ae8d009d278
Author : Martin Stransky <stransky@fedoraproject.org>
Date   : 2006-05-29T13:58:08+00:00
Stats  : +8/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/e9a658b4e955f8029357292a58882ae8d009d278?branch=epel10.3

Log:
file conflicts for inn (#192689)

---
diff --git a/inn.spec b/inn.spec
index e749077..4292943 100644
--- a/inn.spec
+++ b/inn.spec
@@ -109,6 +109,13 @@ rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+#Shift libs to the right place
+if [ "/usr/lib" != "%{_libdir}" ]; then
+    mkdir -p $RPM_BUILD_ROOT%{_libdir}/news/lib
+    mv $RPM_BUILD_ROOT/usr/lib/news/lib/*.a $RPM_BUILD_ROOT%{_libdir}/news/lib
+fi
+
+
 # -- Install man pages needed by suck et al.
 mkdir -p $RPM_BUILD_ROOT/usr/include/inn
 
@@ -284,6 +291,7 @@ exit 0
 
 %changelog
 * Sun May 28 2006 Martin Stransky <stransky@redhat.com> 2.4.3-2
+- file conflicts for inn (#192689)
 - added byacc to dependencies (#193402)
 
 * Mon Mar 27 2006 Martin Stransky <stransky@redhat.com> 2.4.3-1

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

only message in thread, other threads:[~2026-08-26  8:53 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:53 [rpms/inn] epel10.3: file conflicts for inn (#192689) Martin Stransky

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