Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file v4

2014-12-08 Thread Michal Marek
Dne 4.12.2014 v 16:53 j.gli...@gmail.com napsal(a): > From: Jérôme Glisse > > When doing make binrpm-pkg we only want to build the binary and header > package as the documentation of binrpm-pkg target claims. Hence this > patch avoid building the source and devel package. This makes binrpm-pkg >

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file v4

2014-12-08 Thread Michal Marek
Dne 4.12.2014 v 16:53 j.gli...@gmail.com napsal(a): From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we only want to build the binary and header package as the documentation of binrpm-pkg target claims. Hence this patch avoid building the source and devel package. This makes

[PATCH] scripts/package: binrpm-pkg do not build source tar file v4

2014-12-04 Thread j . glisse
From: Jérôme Glisse When doing make binrpm-pkg we only want to build the binary and header package as the documentation of binrpm-pkg target claims. Hence this patch avoid building the source and devel package. This makes binrpm-pkg target lot faster and way more usefull. Changed since v3 : -

[PATCH] scripts/package: binrpm-pkg do not build source tar file v4

2014-12-04 Thread j . glisse
From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we only want to build the binary and header package as the documentation of binrpm-pkg target claims. Hence this patch avoid building the source and devel package. This makes binrpm-pkg target lot faster and way more usefull.

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file v2

2014-12-02 Thread Michal Marek
On 2014-12-01 21:57, j.gli...@gmail.com wrote: > From: Jérôme Glisse > > When doing make binrpm-pkg we do not want to build the source tar > file. This patch avoid doing the gigantic tar file. Can you also update the changelog and subject? There is no gigantic tar file. > > echo 'rm -f

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file v2

2014-12-02 Thread Michal Marek
On 2014-12-01 21:57, j.gli...@gmail.com wrote: From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Can you also update the changelog and subject? There is no gigantic tar file. echo

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-12-01 Thread Jerome Glisse
On Thu, Nov 27, 2014 at 03:33:41PM +0100, Michal Marek wrote: > On 2014-10-31 20:05, j.gli...@gmail.com wrote: > > From: Jérôme Glisse > > > > When doing make binrpm-pkg we do not want to build the source tar > > file. This patch avoid doing the gigantic tar file. > > > > Signed-off-by: Jérôme

[PATCH] scripts/package: binrpm-pkg do not build source tar file v2

2014-12-01 Thread j . glisse
From: Jérôme Glisse When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Changed since v1 - Avoid building the devel package too. Signed-off-by: Jérôme Glisse --- scripts/package/mkspec | 4 1 file changed, 4

[PATCH] scripts/package: binrpm-pkg do not build source tar file v2

2014-12-01 Thread j . glisse
From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Changed since v1 - Avoid building the devel package too. Signed-off-by: Jérôme Glisse jgli...@redhat.com --- scripts/package/mkspec | 4

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-12-01 Thread Jerome Glisse
On Thu, Nov 27, 2014 at 03:33:41PM +0100, Michal Marek wrote: On 2014-10-31 20:05, j.gli...@gmail.com wrote: From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Signed-off-by:

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-11-27 Thread Michal Marek
On 2014-10-31 20:05, j.gli...@gmail.com wrote: > From: Jérôme Glisse > > When doing make binrpm-pkg we do not want to build the source tar > file. This patch avoid doing the gigantic tar file. > > Signed-off-by: Jérôme Glisse > Cc: linux-kbu...@vger.kernel.org > Cc: Michal Marek > Cc: Linus

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-11-27 Thread Michal Marek
On 2014-10-31 20:05, j.gli...@gmail.com wrote: From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Signed-off-by: Jérôme Glisse jgli...@redhat.com Cc: linux-kbu...@vger.kernel.org Cc:

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-11-07 Thread Jerome Glisse
On Fri, Oct 31, 2014 at 03:05:31PM -0400, j.gli...@gmail.com wrote: > From: Jérôme Glisse > > When doing make binrpm-pkg we do not want to build the source tar > file. This patch avoid doing the gigantic tar file. > > Signed-off-by: Jérôme Glisse > Cc: linux-kbu...@vger.kernel.org > Cc: Michal

Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-11-07 Thread Jerome Glisse
On Fri, Oct 31, 2014 at 03:05:31PM -0400, j.gli...@gmail.com wrote: From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Signed-off-by: Jérôme Glisse jgli...@redhat.com Cc:

[PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-10-31 Thread j . glisse
From: Jérôme Glisse When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Signed-off-by: Jérôme Glisse Cc: linux-kbu...@vger.kernel.org Cc: Michal Marek Cc: Linus Torvalds --- scripts/package/mkspec | 2 ++ 1 file changed, 2

[PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-10-31 Thread j . glisse
From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Signed-off-by: Jérôme Glisse jgli...@redhat.com Cc: linux-kbu...@vger.kernel.org Cc: Michal Marek mma...@suse.cz Cc: Linus Torvalds

[PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-04-26 Thread j . glisse
From: Jérôme Glisse When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Signed-off-by: Jérôme Glisse --- scripts/package/mkspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/package/mkspec

[PATCH] scripts/package: binrpm-pkg do not build source tar file

2014-04-26 Thread j . glisse
From: Jérôme Glisse jgli...@redhat.com When doing make binrpm-pkg we do not want to build the source tar file. This patch avoid doing the gigantic tar file. Signed-off-by: Jérôme Glisse jgli...@redhat.com --- scripts/package/mkspec | 2 ++ 1 file changed, 2 insertions(+) diff --git