public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: file conflicts for inn (#192689)
Date: Wed, 26 Aug 2026 08:53:38 GMT [thread overview]
Message-ID: <178773441889.1.11347689471089637305.rpms-inn-e9a658b4e955@fedoraproject.org> (raw)
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
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=178773441889.1.11347689471089637305.rpms-inn-e9a658b4e955@fedoraproject.org \
--to=stransky@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