[Libosinfo] ANNOUNCE: libosinfo 0.3.1 release

2016-07-01 Thread Daniel P. Berrange
I am happy to announce a new release of libosinfo, version 0.3.1: https://fedorahosted.org/releases/l/i/libosinfo/libosinfo-0.3.1.tar.gz This is signed with key DAF3 A6FD B26B 6291 2D0E 8E3F BE86 EBB4 1510 4FDF (4096R) https://fedorahosted.org/releases/l/i/libosinfo/libosinfo-0.3.1.tar.gz

Re: [Libosinfo] [libosinfo] osinfo-query: return failure when no matches are found

2016-07-01 Thread Fabiano FidĂȘncio
On Fri, Jul 1, 2016 at 10:46 AM, Christophe Fergeau wrote: > On Thu, Jun 30, 2016 at 07:04:10PM +0200, Fabiano FidĂȘncio wrote: >> According to `man osinfo-query`: "The exit status will be 0 if matching >> entries were found, or 1 if not matches were found". So, let's adapt the >> program in order

Re: [Libosinfo] [libosinfo] osinfo-query: return failure when no matches are found

2016-07-01 Thread Christophe Fergeau
On Thu, Jun 30, 2016 at 07:04:10PM +0200, Fabiano FidĂȘncio wrote: > According to `man osinfo-query`: "The exit status will be 0 if matching > entries were found, or 1 if not matches were found". So, let's adapt the > program in order to match the manual. > > Also, this patch was written keeping th