* Patch for rpm and --without-depcheck
@ 2010-09-01 15:43 James A Simmons
[not found] ` <1283355839.14487.88.camel-TbGF127JXZUcvh0c176lvQ@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: James A Simmons @ 2010-09-01 15:43 UTC (permalink / raw)
To: OFED
[-- Attachment #1: Type: text/plain, Size: 127 bytes --]
This patch passes --nodeps to rpmbuild when --without-depcheck is set.
Sorry I don't know who the maintainer of install.pl is.
[-- Attachment #2: deps.diff --]
[-- Type: text/x-patch, Size: 301 bytes --]
--- install.pl.orig 2010-09-01 11:36:11.000000000 -0400
+++ install.pl 2010-09-01 11:40:08.000000000 -0400
@@ -1536,6 +1536,9 @@
if ($distro eq "debian") {
$check_linux_deps = 0;
+}
+
+if (not $check_linux_deps) {
$rpmbuild_flags .= ' --nodeps';
$rpminstall_flags .= ' --nodeps';
}
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <1283355839.14487.88.camel-TbGF127JXZUcvh0c176lvQ@public.gmane.org>]
* Re: Patch for rpm and --without-depcheck [not found] ` <1283355839.14487.88.camel-TbGF127JXZUcvh0c176lvQ@public.gmane.org> @ 2010-09-01 17:38 ` James A Simmons 2010-09-02 6:32 ` Vladimir Sokolovsky 1 sibling, 0 replies; 3+ messages in thread From: James A Simmons @ 2010-09-01 17:38 UTC (permalink / raw) To: OFED On Wed, 2010-09-01 at 11:44 -0400, James A Simmons wrote: > This patch passes --nodeps to rpmbuild when --without-depcheck is set. > Sorry I don't know who the maintainer of install.pl is. One note. The patch is against OFED-1.5.2-daily for Sept 1. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patch for rpm and --without-depcheck [not found] ` <1283355839.14487.88.camel-TbGF127JXZUcvh0c176lvQ@public.gmane.org> 2010-09-01 17:38 ` James A Simmons @ 2010-09-02 6:32 ` Vladimir Sokolovsky 1 sibling, 0 replies; 3+ messages in thread From: Vladimir Sokolovsky @ 2010-09-02 6:32 UTC (permalink / raw) To: simmonsja-1Heg1YXhbW8; +Cc: James A Simmons, OFED On 09/01/2010 06:43 PM, James A Simmons wrote: > This patch passes --nodeps to rpmbuild when --without-depcheck is set. > Sorry I don't know who the maintainer of install.pl is. Applied, Regards, Vladimir -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-02 6:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 15:43 Patch for rpm and --without-depcheck James A Simmons
[not found] ` <1283355839.14487.88.camel-TbGF127JXZUcvh0c176lvQ@public.gmane.org>
2010-09-01 17:38 ` James A Simmons
2010-09-02 6:32 ` Vladimir Sokolovsky
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox