From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754158AbbJ0Inc (ORCPT ); Tue, 27 Oct 2015 04:43:32 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37146 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751684AbbJ0In2 (ORCPT ); Tue, 27 Oct 2015 04:43:28 -0400 Message-ID: <562F392C.6010509@dev.mellanox.co.il> Date: Tue, 27 Oct 2015 10:43:24 +0200 From: Alaa Hleihel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Michal Marek , Jim Davis CC: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, alaa.hl2@gmail.com Subject: Re: [PATCH] scripts/package/Makefile: Restore the RPMOPTS variable References: <1445040549-31011-1-git-send-email-jim.epost@gmail.com> <562E994A.2000104@suse.com> In-Reply-To: <562E994A.2000104@suse.com> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi On 10/26/2015 23:21, Michal Marek wrote: > Dne 17.10.2015 v 02:09 Jim Davis napsal(a): >> Restore the RPMOPTS variable to the rpm-pkg and binrpm-pkg targets >> that commit 21a59991ce0c ("scripts/package/Makefile: rpmbuild is >> needed for rpm targets") removed. >> >> Reported-by: Alaa Hleihel >> Signed-off-by: Jim Davis > If this is a regression fix, please add a Fixes: hash ("commit message") > line to the signoff area. > > Out of curiosity, what options do you need to pass to rpmbuild? > A common usage will be to change the default _topdir (RPMOPTS="--define \"_topdir /tmp/build\""). Regards, Alaa