Re: [libvirt] [PATCH] spec: Automatically apply all patches with git

2014-11-24 Thread Jiri Denemark
On Fri, Nov 21, 2014 at 17:21:07 -0700, Eric Blake wrote: On 11/21/2014 01:41 PM, Laine Stump wrote: On 11/21/2014 12:20 PM, Jiri Denemark wrote: With this change, any patch declared in libvirt.spec with Patch[0-9]* is automatically applied in %prep. Unlike with the standard %patch[0-9]*,

[libvirt] [PATCH] spec: Automatically apply all patches with git

2014-11-21 Thread Jiri Denemark
With this change, any patch declared in libvirt.spec with Patch[0-9]* is automatically applied in %prep. Unlike with the standard %patch[0-9]*, patches are applied with git am to avoid some unexpected results. However, as a result of this, all patches must be in the right format for git am to be

Re: [libvirt] [PATCH] spec: Automatically apply all patches with git

2014-11-21 Thread Laine Stump
On 11/21/2014 12:20 PM, Jiri Denemark wrote: With this change, any patch declared in libvirt.spec with Patch[0-9]* is automatically applied in %prep. Unlike with the standard %patch[0-9]*, patches are applied with git am to avoid some unexpected results. However, as a result of this, all

Re: [libvirt] [PATCH] spec: Automatically apply all patches with git

2014-11-21 Thread Eric Blake
On 11/21/2014 01:41 PM, Laine Stump wrote: On 11/21/2014 12:20 PM, Jiri Denemark wrote: With this change, any patch declared in libvirt.spec with Patch[0-9]* is automatically applied in %prep. Unlike with the standard %patch[0-9]*, patches are applied with git am to avoid some unexpected