[libvirt] [libvirt-python PATCH] setup.py: fix rpm build to return 1 on error

2014-10-07 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina phrd...@redhat.com --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0c34ae1..c6a9ce3 100755 --- a/setup.py +++ b/setup.py @@ -245,8 +245,8 @@ class my_rpm(Command):

Re: [libvirt] [libvirt-python PATCH] setup.py: fix rpm build to return 1 on error

2014-10-07 Thread Martin Kletzander
On Tue, Oct 07, 2014 at 11:56:54AM +0200, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0c34ae1..c6a9ce3 100755 --- a/setup.py +++ b/setup.py @@ -245,8 +245,8 @@