Re: [Libosinfo] [libosinfo PATCH 0/3] Make osinfo-query aware of Os Variants

2019-04-15 Thread Michal Privoznik
On 4/15/19 9:58 AM, Fabiano Fidêncio wrote: Let's make osinfo-query able to also display the os variants of a specific os by passing "-f variants". By doing this we can have the os variants displayed as: fidencio@laerte ~/src/upstream/libosinfo $ ./tools/osinfo-query os -f

Re: [Libosinfo] [libosinfo PATCH 1/3] osinfo-query: Add osinfo_os_list_func to OsinfoLabel

2019-04-15 Thread Michal Privoznik
On 4/15/19 9:58 AM, Fabiano Fidêncio wrote: Let's add a new osinfo_os_list_func to OsinfoLabel. This function represents any osinfo_os_get.*_list() and can be used to get Os specific attributes list. One example of usage for this is osinfo_os_get_variant_list() and then be able to also display

Re: [Libosinfo] [osinfo-db, libosinfo PATCH 0/4] Add "maximum" resources

2018-11-16 Thread Michal Privoznik
On 11/14/18 4:54 PM, Fabiano Fidêncio wrote: > Please, see the patches > > osinfo-db: > Fabiano Fidêncio (1): > schema: Add "maximum" resources > >data/schema/osinfo.rng.in | 5 + >1 file changed, 5 insertions(+) > > libosinfo: > Fabiano Fidêncio (3): > os: Deal with

Re: [Libosinfo] [PATCH v2 1/2] syms: Fix identation of 0.2.13 symbols

2018-06-07 Thread Michal Privoznik
On 06/07/2018 08:24 AM, Fabiano Fidêncio wrote: > When adding the symbols for LIBOSINFO_0.2.13 I mistakenly added the > symbols not respecting default identation used (1 tab) and ended up > using 4 spaces instead. > > Signed-off-by: Fabiano Fidêncio > --- > osinfo/libosinfo.syms | 2 +- > 1

Re: [Libosinfo] [PATCH] syms: Fix identation of 0.2.13 symbols

2018-06-07 Thread Michal Privoznik
On 06/06/2018 10:14 PM, Fabiano Fidêncio wrote: > When adding the symbols for LIBOSINFO_0.2.13 I mistakenly added the > symbols not respecting default identation used (1 tab) and ended up > using 4 spaces instead. > > Signed-off-by: Fabiano Fidêncio > --- > osinfo/libosinfo.syms | 4 ++-- > 1

[Libosinfo] [PATCH 2/2] gitignore: Ignore tags

2017-01-16 Thread Michal Privoznik
Signed-off-by: Michal Privoznik <mpriv...@redhat.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1cc9e2f..1dee69e 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ intltool-update.in libtool m4 stamp-h1 +tags test/test-sk

[Libosinfo] [PATCH 0/2] Two trivial fixes

2017-01-16 Thread Michal Privoznik
BTW: the test-isodetect test is still failing for me (surprisingly). Michal Privoznik (2): docs: Fix couple of warnings gitignore: Ignore tags .gitignore | 1 + osinfo/osinfo_install_script.c | 2 ++ osinfo/osinfo_install_script.h | 4 osinfo

Re: [Libosinfo] Moving GIT repo to gitlab.com

2016-03-03 Thread Michal Privoznik
On 03.03.2016 15:22, Daniel P. Berrange wrote: > On Thu, Mar 03, 2016 at 03:11:10PM +0100, Christophe Fergeau wrote: >> On Thu, Mar 03, 2016 at 02:57:09PM +0100, Fabiano Fidêncio wrote: >>> On Thu, Mar 3, 2016 at 2:55 PM, Zeeshan Ali (Khattak) >>> wrote: Hi Daniel,