From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752502AbbJZVVS (ORCPT ); Mon, 26 Oct 2015 17:21:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:46494 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990AbbJZVVQ (ORCPT ); Mon, 26 Oct 2015 17:21:16 -0400 Subject: Re: [PATCH] scripts/package/Makefile: Restore the RPMOPTS variable To: Jim Davis References: <1445040549-31011-1-git-send-email-jim.epost@gmail.com> Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, alaa.hl2@gmail.com From: Michal Marek Message-ID: <562E994A.2000104@suse.com> Date: Mon, 26 Oct 2015 22:21:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1445040549-31011-1-git-send-email-jim.epost@gmail.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 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? Michal