[libvirt] [PATCH] spec: Require newer sanlock on recent distros

2012-10-16 Thread Jiri Denemark
Make sure libvirt is build with sanlock = 2.4 on distros that are new enough to provide it. --- libvirt.spec.in | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index 75623eb..15c6b39 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -410,8 +410,14

Re: [libvirt] [PATCH] spec: Require newer sanlock on recent distros

2012-10-16 Thread Martin Kletzander
On 10/16/2012 12:55 PM, Jiri Denemark wrote: Make sure libvirt is build with sanlock = 2.4 on distros that are new enough to provide it. --- libvirt.spec.in | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index 75623eb..15c6b39 100644 ---

Re: [libvirt] [PATCH] spec: Require newer sanlock on recent distros

2012-10-16 Thread Jiri Denemark
On Tue, Oct 16, 2012 at 14:07:14 +0200, Martin Kletzander wrote: On 10/16/2012 12:55 PM, Jiri Denemark wrote: Make sure libvirt is build with sanlock = 2.4 on distros that are new enough to provide it. --- libvirt.spec.in | 6 ++ 1 file changed, 6 insertions(+) ACK, Pushed,

[libvirt] [PATCH] spec: Require newer sanlock on recent distros 2

2012-10-16 Thread Jiri Denemark
The previous commit was incomplete. We need to also add explicit Requires for the newer version since RPM's automatic dependencies won't work with sanlock. --- libvirt.spec.in | 4 1 file changed, 4 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index 15c6b39..a0dc560 100644

Re: [libvirt] [PATCH] spec: Require newer sanlock on recent distros 2

2012-10-16 Thread Peter Krempa
On 10/16/12 23:55, Jiri Denemark wrote: The previous commit was incomplete. We need to also add explicit Requires for the newer version since RPM's automatic dependencies won't work with sanlock. --- libvirt.spec.in | 4 1 file changed, 4 insertions(+) ACK. Peter -- libvir-list

Re: [libvirt] [PATCH] spec: Require newer sanlock on recent distros 2

2012-10-16 Thread Jiri Denemark
On Tue, Oct 16, 2012 at 23:59:51 +0200, Peter Krempa wrote: On 10/16/12 23:55, Jiri Denemark wrote: The previous commit was incomplete. We need to also add explicit Requires for the newer version since RPM's automatic dependencies won't work with sanlock. --- libvirt.spec.in | 4