<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Guido Günther pushed to branch debian/sid
at <a href="https://salsa.debian.org/libvirt-team/libosinfo">Libvirt Packaging Team / libosinfo</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/73027ab6793189d89111b0003e165cabf482bf99">73027ab6</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2019-12-04T15:07:06+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Post release version bump to 1.8.0

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/17fd54522fe3ddafe441da35f29b1795ba4fcd6c">17fd5452</a></strong>
<div>
<span>by Roman Bogorodskiy</span>
<i>at 2019-12-09T00:09:05+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">meson: respect mandir option

Construct man installation dir from libosinfo_mandir instead of
libosinfo_datadir.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/dbcfd09de0dc1115ba8a0dbfef83dec012b3840a">dbcfd09d</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2019-12-11T17:26:23+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Update name for Ubuntu images

The corresponding libvirt-jenkins-ci commit is f289e64a5fd9.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/9a855060f81b9e6517606ae34a5dd047a4c4c3f8">9a855060</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2019-12-12T10:31:14+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Add CentOS 8 container

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/27cc7e31b9c5cd9ba83241711cf6b8a042fa822b">27cc7e31</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2019-12-18T13:28:22+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add CONTRIBUTING.md

Let's follow osinfo-db example and have a contributing guide, targetting
both contributors and commiters.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/46db2e234a8ed82b3ff48eebeea275df2fd012e7">46db2e23</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2019-12-18T13:28:22+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Add a job to enforce DCO Signed-off-by

This work is a copy-and-paste from what's been done by Daniel P. Berrangé
on https://gitlab.com/bichon-project/bichon

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/4b8f87c2c5b5ccdf092b9251d189854631a00545">4b8f87c2</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:16:58+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">avatar_format: Don't use deprecated annotations

Both Type and Transfer are deprecated and should be replaced by (type
TYPE) (transfer MODE), otherwise the following warnings will be shown:
```
../osinfo/osinfo_avatar_format.c:102: Warning: Libosinfo: GObject-Introspection specific GTK-Doc tag "Type" has been deprecated, please use annotations on the identifier instead:
     * Type: GLib.List(utf8)
       ^
../osinfo/osinfo_avatar_format.c:103: Warning: Libosinfo: GObject-Introspection specific GTK-Doc tag "Transfer" has been deprecated, please use annotations on the identifier instead:
     * Transfer: container
       ^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/86fb2c6dee74f0c9aee9bd3dcaad98b1b7d1fc3b">86fb2c6d</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:19:08+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">os_variant: Fix osinfo_os_variant_new() annotation

The extra line between the function name and its first parameter causes
the following warning:
```
../osinfo/osinfo_os_variant.c:129: Warning: Libosinfo: "@id" parameter unexpected at this location:
 * @id: the id of the os variant to be created
    ^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/07b9bb573e7b33cd8c38538735e45ecb5c0666e6">07b9bb57</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:22:39+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">media: Don't use deprecated annotations

Both Type and Transfer are deprecated and should be replaced by (type
TYPE) (transfer MODE), otherwise the following warnings will be shown:
```
../osinfo/osinfo_media.c:657: Warning: Libosinfo: GObject-Introspection specific GTK-Doc tag "Type" has been deprecated, please use annotations on the identifier instead:
     * Type: GLib.List(utf8)
       ^
../osinfo/osinfo_media.c:658: Warning: Libosinfo: GObject-Introspection specific GTK-Doc tag "Transfer" has been deprecated, please use annotations on the identifier instead:
     * Transfer: container
       ^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f4bfab661e551ed3a17e376b0b7d1f113140d07a">f4bfab66</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:23:51+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">media: Don't use invalid "transfer" annotation

"transfer" annotation shouldn't be used with gint or gint64, otherwise
the following warnings will be shown:
```
../osinfo/osinfo_media.c:1635: Warning: Libosinfo: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
../osinfo/osinfo_media.c:1768: Warning: Libosinfo: invalid "transfer" annotation for gint64: only valid for array, struct, union, boxed, object and interface types
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/9f5b42fc3bf655947641cb2c3e2d896a5104c4af">9f5b42fc</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:25:45+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tree: Fix osinfo_tree_new() annotation

The extra line between the function name and its first parameter causes
the following warning:
```
../osinfo/osinfo_tree.c:467: Warning: Libosinfo: "@id" parameter unexpected at this location:
 * @id: the id of the tree to be created
    ^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/1474db9568a9598b2573a22cf100ed474c2e0c1e">1474db95</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:26:45+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tree: Fix typo in osinfo_tree_new() annotation

trasfer -> transfer, otherwise the following warning will be shown:
```
../osinfo/osinfo_tree.c:472: Warning: Libosinfo: unknown annotation: trasfer
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f2712b0aa7161aaa93b1d77e6aabd04516b5dd3b">f2712b0a</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:28:13+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">db: Remove useless /** PUBLIC METHODS */ comment

The comment is not exactly helpful and causes the following GTK-Doc
error:
```
../osinfo/osinfo_db.c:183: Error: Libosinfo: Skipping invalid GTK-Doc comment block:
/** PUBLIC METHODS */
^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/a557c29857f95aa39c3c56bc8f4ff4d2b5357812">a557c298</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:30:17+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">loader: Remove ueseless /** PUBLIC METHODS */ comment

The comment is not exactly helpful and causes the following GTK-Doc
error:
```
../osinfo/osinfo_loader.c:133: Error: Libosinfo: Skipping invalid GTK-Doc comment block:
/** PUBLIC METHODS */
^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/3dba1d28e930bead562e08b4a46011d17e638a64">3dba1d28</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-03T17:32:12+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">install_config_param: Move the "Since: " annotation

Let's move the "Since: " annotation to the end of the comment block,
otherwise the following warning will be shown:
```
../osinfo/osinfo_install_config_param.h:50: Warning: Libosinfo: "@OSINFO_INSTALL_CONFIG_PARAM_POLICY_NONE" parameter unexpected at this location:
 * @OSINFO_INSTALL_CONFIG_PARAM_POLICY_NONE: no policy defined
    ^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/22a43efcde4d0dcfaa83866e686d9421a5da9c37">22a43efc</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-04T00:02:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">install_config_param: Don't use invalid "transfer" annotation

"transfer" annotation shouldn't be used with gboolean or enums, causing
the following warnings:
```
../osinfo/osinfo_install_config_param.c:252: Warning: Libosinfo: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types
../osinfo/osinfo_install_config_param.c:267: Warning: Libosinfo: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/c49de291264754ad1cca7f1272a93d0581aa64f8">c49de291</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-04T00:02:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">install_config_param: Fix annotation for _get_value_map()

The function name was wrong, causing the following warning:
```
../osinfo/osinfo_install_config_param.h:94: Warning: Libosinfo: osinfo_install_config_param_get_value_map: return value: Missing (transfer) annotation
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b106bd2261f655fea94920a2d98ae4e4b9a854e5">b106bd22</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-04T00:02:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">install_script: Move the "Since: " annotation

Let's move the "Since: " annotation to the end of the comment blocks,
otherwise the following warnings will be shown:
```
../osinfo/osinfo_install_script.h:100: Warning: Libosinfo: "@OSINFO_DEVICE_DRIVER_SIGNING_REQ_NONE" parameter unexpected at this location:
 * @OSINFO_DEVICE_DRIVER_SIGNING_REQ_NONE: Script do not require device drivers
    ^
../osinfo/osinfo_install_script.h:123: Warning: Libosinfo: "@OSINFO_INSTALL_SCRIPT_INJECTION_METHOD_CDROM" parameter unexpected at this location:
 * @OSINFO_INSTALL_SCRIPT_INJECTION_METHOD_CDROM: Support injection of the
    ^
../osinfo/osinfo_install_script.h:145: Warning: Libosinfo: "@OSINFO_INSTALL_SCRIPT_INSTALLATION_SOURCE_MEDIA" parameter unexpected at this location:
 * @OSINFO_INSTALL_SCRIPT_INSTALLATION_SOURCE_MEDIA: A media will be used as
    ^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/a154727905d1a1361726b7b1731e414862ac73ad">a1547279</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-04T00:02:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tree: Move the "Since: " annotation

Let's move the "Since: " annotation to the end of the comment block,
otherwise the following warning will be shown:
```
../osinfo/osinfo_tree.h:41: Warning: Libosinfo: "@OSINFO_TREE_ERROR_NO_TREEINFO" parameter unexpected at this location:
 * @OSINFO_TREE_ERROR_NO_TREEINFO: No treeinfo found;
    ^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/be1ed75ec5a179dcd02de8ce6ce39ecf1307a538">be1ed75e</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-04T00:02:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">os: Move the "Since: " annotation

The "Since: " annotation should be *always* added to the end of the
comment block. More than that, multiplce "Since: " annotations cannot be
part of a same comment block and in order to solve that, let's avoid
adding a "Since: " in the end of the block, but explicitly mention when
each of the values were added.

By taking this approach, the following warnings can be avoided:
```
../osinfo/osinfo_os.h:90: Warning: Libosinfo: "@OSINFO_RELEASE_STATUS_RELEASED" parameter unexpected at this location:
 * @OSINFO_RELEASE_STATUS_RELEASED: A released OS.
    ^
../osinfo/osinfo_os.h:96: Error: Libosinfo: multiple "Since:" tags for identifier "OsinfoReleaseStatus":
 * Since: 1.4.0
   ^
../osinfo/osinfo_os.h:97: Warning: Libosinfo: "@OSINFO_RELEASE_STATUS_ROLLING" parameter unexpected at this location:
 * @OSINFO_RELEASE_STATUS_ROLLING: A rolling version of an OS and thus with no
    ^
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/4b88b5ca15234a5230082d6be56f0724d8ea7cab">4b88b5ca</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-04T00:02:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">install_config: Don't use different variable names in .c and .h

The tz variable, used in the source file, is declared in the header file
as timezone. Let's just use the same name used in the header as it's
more descriptive.

By doing so, the following GTK-Doc warning is fixed:
```
../osinfo/osinfo_install_config.c:231: Warning: Libosinfo: osinfo_install_config_set_l10n_timezone: unknown parameter 'tz' in documentation comment, should be 'timezone'
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/7a1e523a78a1caebd6206af4a0a8fde2efe77050">7a1e523a</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-04T00:02:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">product: Use product instead of prod as argument name

Header, source, and documentation were not matching with regarding to
the argument product name.

Let's standardise them and use product all over the place. By doing this
the following warnings will be fixed:
```
../osinfo/osinfo_product.c:318: Warning: Libosinfo: osinfo_product_get_codename: unknown parameter 'product' in documentation comment, should be 'prod'
../osinfo/osinfo_product.c:329: Warning: Libosinfo: osinfo_product_get_release_date_string: unknown parameter 'product' in documentation comment, should be 'prod'
../osinfo/osinfo_product.c:342: Warning: Libosinfo: osinfo_product_get_eol_date_string: unknown parameter 'product' in documentation comment, should be 'prod'
../osinfo/osinfo_product.c:369: Warning: Libosinfo: osinfo_product_get_release_date: unknown parameter 'product' in documentation comment, should be 'prod'
../osinfo/osinfo_product.c:388: Warning: Libosinfo: osinfo_product_get_eol_date: unknown parameter 'product' in documentation comment, should be 'prod'
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/1c80d841eec20f9f0cd266c6865a6c4aab03fc4f">1c80d841</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-04T00:02:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">loader: Introduce OsinfoError enum

Let's create an OsinfoError enum instead of just using 0 as the error
type. This solves the following instrospection warning:
```
<unknown>:: Warning: Libosinfo: (ErrorQuarkFunction)error_quark: osinfo_error_quark: Couldn't find corresponding enumeration
```

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f9516e433016976f38595bd0619e620fa0cee07e">f9516e43</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2020-01-07T10:32:01+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: refresh translations from zanata

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b89cc2220888e0810f3eb90a3e2727b336716b39">b89cc222</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-07T10:48:05+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: Remove empty files

https://gitlab.com/libosinfo/libosinfo/issues/40

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/975d016f93b7f684fecff6f6766dfd0b63e74327">975d016f</a></strong>
<div>
<span>by Antoni Bella Pérez</span>
<i>at 2020-01-09T23:30:57+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Catalan)

Currently translated at 88.1% (148 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.stg.fedoraproject.org/projects/libosinfo/libosinfo/ca/
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/0baa3d3ab5db3cf06c10a3281dee9d2089872aaf">0baa3d3a</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-10T11:57:19+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Partially revert "list: Update GObject boilerplate"

This partially reverts commit 706b6fd0d97ed572d92c4a33882605d561ebe3c8,
which introduced an ABI breakage by using G_DECLARE_DERIVABLE_TYPE when
declaring an OsinfoList.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/ec779543d20ce3c4a054eaec8070b5e17028734a">ec779543</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-10T12:37:14+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci,centos8: Add DCO check

46db2e234a8ed82 introduced the DCO check. However, the check was not
added to the CentOS 8 container.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b102d226ab538d32fa8975dcf55d91bc093cc08f">b102d226</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-10T12:37:14+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Add openSUSE 15.1 container

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/762431385fd684875cdea082ef94ec11590e3c65">76243138</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-10T12:37:14+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci,centos8: Build project's RPM

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f249da087da2a8cc354918901dc768aaeeaee625">f249da08</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-10T12:37:14+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Build osinfo-db in all containers

For some reason the job for building osinfo-db was not present in a few
distros' containers.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/3d6422ced93c3f7797300bd8476a5ca9ab492217">3d6422ce</a></strong>
<div>
<span>by Piotr Drąg</span>
<i>at 2020-01-13T08:22:15+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Polish)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.stg.fedoraproject.org/projects/libosinfo/libosinfo/pl/

Signed-off-by: Piotr Drąg <piotrdrag@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/6fdc77a861329b8d27d3b4ef6211fb95abbd1fef">6fdc77a8</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-13T15:06:48+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Silence -Wstring-plus-int

The warning is triggered because we're ignoring the "treeinfo-" part of
the OSINFO_TREE_PROP_TREEINFO_* string.

A possible way to fix that, instead of just disabling the warning, would
be doing something like:
```
const char *prop = OSINFO_TREE_PROP_TREEINFO_FAMILY;
prop += strlen("treeinfo-");
```

However, I sincerely do not think it's worth the verbosity of the
solution.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/6cde437b8b7cf84d6ea948a704df80be1d3db9f1">6cde437b</a></strong>
<div>
<span>by Piotr Drąg</span>
<i>at 2020-01-24T11:49:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Polish)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.stg.fedoraproject.org/projects/libosinfo/libosinfo/pl/

Signed-off-by: Piotr Drąg <piotrdrag@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/c7783b06f80a2f2b94d5143230e503afa7343470">c7783b06</a></strong>
<div>
<span>by Julien Humbert</span>
<i>at 2020-01-25T16:16:11+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (French)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/fr/

Signed-off-by: Julien Humbert <julroy67@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/aa43e7622d65d86f4116addd25c8945bb18371ae">aa43e762</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-01-29T14:38:16+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">loader: Avoid conflicting object ids for extension files

Currently, when building the id of some of our objects, we do:
- Loop over the several objects of that type;
  - Concatenate the id of the parent object with the loop index;

By doing this, conflicts can be seen when using more than one extension
file, as osinfo-db does for Windows, where pre and post installable
drivers extension files are used and end up being loaded as we'd do:

- Loop over pre installable drivers;
  - Concatenate the id of the parent object with the loop index;

- Loop over post installable drivers;
  - Concatenate the id of the parent object with the loop index;

In order to avoid such issues, let's also use the filename as part of
the object id, avoiding then conflicts.

It's important to note that the conflict is cause by osinfo_list_add(),
which will replace the object in the list in case some other object with
the very same id is already stored there.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/71047e700f46a481fb3ed7951d8e415a297034b5">71047e70</a></strong>
<div>
<span>by Julien Humbert</span>
<i>at 2020-02-16T10:38:27+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (French)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/fr/

Signed-off-by: Julien Humbert <julroy67@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/07a797c981c992fedc77c1b7759dcac8cf3da70e">07a797c9</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-02-24T17:33:13+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Temporarily disable MinGW builds

We're going to use dedicated container images for them going
forward, but switching all at once would break CI so let's do it
in two steps: first disable the current builds, then enable the
new ones once the external requirements (container images) are
in place for a smoother transition.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/23e4aea0f163f1685273977e95b8e11bc3d12fc5">23e4aea0</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-02-24T18:29:22+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Perform MinGW builds in dedicated containers

Instead of using the same Fedora 30 container for both native and
MinGW builds, we are now building separate containers tailored for
each scenario. Re-introduce MinGW builds, and have them use the
new container images.

The corresponding libvirt-dockerfiles commit is ea6286acbbfd.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/bcbef387120dae98d179d835504349d1fd63cb95">bcbef387</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-02-25T15:11:27+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Don't set $PKG_CONFIG_LIBDIR

The pkg-config binary used for MinGW builds is cross-compilation
aware, so it doesn't need us to point it in the right direction
when it comes to globally-installed .pc files.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/fefff9b81c7b797d546710709e2c61712d51a449">fefff9b8</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-02-26T18:57:18+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add osinfo_firmware_is_supported()

This function has been missed when rebasing 904b65e7a1dda and. right
now, only its declaration in the header file is present.

Pointed out by Pino Toscano.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/11443b8e56609871ef5021ac86482278004800d2">11443b8e</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-02-28T17:30:43+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">device-driver: add doc for osinfo_device_driver_get_priority

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/95b7941e37597fc0e40ac46816fd1dd42a0c046e">95b7941e</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-02-28T17:31:52+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">firmware: fix doc of osinfo_firmware_get_firmware_type

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/558c01e67e5b8949741123832ce291c1705147e0">558c01e6</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-02-28T17:32:38+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">product: fix doc typo

Most probably one rogue s/OS/PRODUCT/ that changed CentOS to
CentPRODUCT.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/166ab25ca5432307a7784b8bad329575f45812ca">166ab25c</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-02-28T17:33:33+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add few missing "Since" in docs

Add the version information for some APIs, so it is easier to know when
they were introduced.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/313b0735c7cf944da12e80e97acef29c20cda576">313b0735</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-02-28T17:42:04+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix OsinfoDB typo in docs

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b43ad3a18569e8f89b274a1816b508ce4c97d801">b43ad3a1</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-03-06T16:07:08+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix typo in Fabiano' surname

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/61de68579474bdbce51e84137875afe3f35ade8d">61de6857</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-03-06T16:11:11+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitignore: remove almost all old content

Some of the content refers to autotools, which is not used anymore.
Also, meson enforces builddir!=srcdir, so the generated build files are
never directly among the sources.

Hence remove almost all the existing content, as it is not relevant.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/85cc90049d9a3d00970ab2ff729da7b70048753a">85cc9004</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-03-06T16:47:19+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">media: fix docs of OsinfoMediaDetectFlags

Move the "Since" after the description, so the description block
(including the version) is properly handled.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/bc04ba1d44a700108a4020ea4c71d37be958178e">bc04ba1d</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-03-23T11:49:08+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: Import libosinfo.pot

Weblate requires the pot file to be commited, in order to be able to add
new translations to the project.

This file has to be updated every time a new string is added.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/053b9809b9339740e91d50027ec9976ddeb65ec6">053b9809</a></strong>
<div>
<span>by Oğuz Ersen</span>
<i>at 2020-03-25T17:46:55+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Added translation using Weblate (Turkish)

Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/58fcc88abea16be6da8ce09b5e40b283b1e0019e">58fcc88a</a></strong>
<div>
<span>by Oğuz Ersen</span>
<i>at 2020-03-26T14:45:13+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">osinfo: Fix typo in the "initrd-path" description

"inirtd" -> "initrd"

Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/36755f1c0cfb3fe7f90f064e1a5867bea783cebc">36755f1c</a></strong>
<div>
<span>by Oğuz Ersen</span>
<i>at 2020-03-27T18:38:44+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Turkish)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/tr/

Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/2058ce7b6c5046017d979c60604955377e8227cd">2058ce7b</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-03-30T17:46:06+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitlab: Don't define $NINJA

Since libvirt-jenkins-ci commit 27cfddee8835, paths to build tools
such as ninja and make are exported in the container's environment
and can be used directly.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/afe4d2231f48308f37604bd4f70159c6459ca4be">afe4d223</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-03-30T17:46:06+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitlab: Use $MAKE

Just like $NINJA, this is defined as part of the container's
environment.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/daea343dd81954cd27e1ed907f5d6a4aa2727846">daea343d</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-03-30T17:46:06+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitlab: Create job templates

These avoid having to repeat the same build steps over and over.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/541b0255b0f95970bc7c99291f6cf96709c16a28">541b0255</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-03-30T17:46:06+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitlab: Enable ccache usage

The $PATH definition has always included a reference to the symlink
farm that is used to enable transparent ccache usage, but since the
directory itself does not exist in the container image it never did
anything.

Since libvirt-jenkins-ci commit 2563aebb6c5c, container images do
actually contain the symlink directory, so it's finally possible to
enable ccache usage. This requires including the correct directory
in $PATH, as well as telling 1) ccache where to store its data and
2) GitLab that this data should be preserved across jobs.

The exact cache size (50 MB) is sort of arbitrary, but it should
be enough to store build artifacts for both osinfo-db-tools and
libosinfo for the foreseeable future.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/0bf3d843a8f27d1c85e031d85e528aabbb6942b3">0bf3d843</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-03-31T06:48:45+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">media: Fix typo in the "eject-after-install" description

"installtion" should be "installation", as pointed out by Oğuz Ersen..
Together with the change, libosinfo.pot has been regenerated.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b4c10c34e1755dec25aa5fe7dddb9281b9fa859f">b4c10c34</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-03-31T07:08:44+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Remove invalid release-status test

This should be tested on osinfo-db side and leaving this test here
causes failures in other non-related tests, all of them related to
identify_media, which gets the release-status and ends up hitting the
failures caused by this specific test.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/20f4e51822fbbfb4bacd6ee3dd25aeff190dbd6c">20f4e518</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-03-31T07:08:44+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">db: Match "rolling" distros only as a fallback

Let's only match "rolling" distros as a fallback. The reason we need to
do so is to properly deal with distros as Manjaro, which has a mix of
versioned and rolling entries.

By matching the "rolling" only as a fallback, we ensure we'll have
exhausted all the "versioned" possibilites in the first place.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/659f3efb3c5ee170b2920e182c5a39489c83b0b8">659f3efb</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-03-31T07:08:44+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Add tests for only matching "rolling" as a fallback

The reason to have this in a different commit from the code is to ease
the backport of the previous patch by the distros which feel like doing
that.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/27cc9466a2f6b274bbbab2f883ade862698e4592">27cc9466</a></strong>
<div>
<span>by Oğuz Ersen</span>
<i>at 2020-04-09T15:40:17+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Turkish)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/tr/

Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/094b9678c46e20dee5793d86339397c9a3f5cab1">094b9678</a></strong>
<div>
<span>by Rafael Fonseca</span>
<i>at 2020-04-10T16:19:46+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add API to track distro cloud-init usernames

We already have cloud-init='true' so add a cloud-image-username='foo' to
go with it.

The property has been added to `OsinfoOs` instead of `OsinfoImage`
because it's not expected to change in a per image basis. Instead we can
define it once and inherit it, in the same way that it's done for
kernel-url-argument.

Fixes #39

Signed-off-by: Rafael Fonseca <r4f4rfs@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/45a030b517c79ed129e086c4585d00ab3bfa57ae">45a030b5</a></strong>
<div>
<span>by Oğuz Ersen</span>
<i>at 2020-04-11T17:40:19+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Turkish)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/tr/

Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/c4ca7ae52dba3955d28c430f7e2b329adb358642">c4ca7ae5</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T16:44:19+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">media/tree: Force "wget" user-agent in SoupSession

Spoiler alert, it'll sound insane ... because it is insane. Some servers
treat libsoup user-agent differently than how they treat wget
user-agent.

With the default agent set, Soup would end up downloading the file
containing the redirection information, instead of actually redirecting
to one of the addresses present in that file. While when forcing "wget"
as user-agent, the redirection happens as expected.

This issue was faced at least with CentOS[0] and Manjaro[1] links.

After a talk with Patrick Griffis, he mentioned that:
"I imagine there isn't too much of a problem pretending to be wget. I would
guess the assumption by these services is 'A CLI tool is downloading us and
not a browser' rather than 'wget has unique behavior'.".

Knowing that, let's force "wget" as user-agent on our side.

[0]: http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso
[1]: https://osdn.net/dl/manjaro/manjaro-gnome-19.0.2-200312-linux54.iso

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/1945ec8054d3fa22440fd040e451d0ec147c2f5c">1945ec80</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:03:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove Authors

Authors are not often updated and do not reflect the current state of
the code.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f1fc7c0fe0df536a4afd2d46428cff528af09827">f1fc7c0f</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:03:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove Fabiano Fidêncio's Copyright statements

Does not make sense to keep my own Copyright statements in 3 files of
the project, which were added during 2012's Google Summer of Code.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/564edc8e40b06944c440e50a908bde9dd100ec02">564edc8e</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:03:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Copyright year

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f991e9f4b2ee48b58264230d61df7f0de3b453d2">f991e9f4</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:03:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Remove duplicated tests

There's no reason to keep testing union, filter, and intersection on
types which inherit from OsinfoList. Mainly considering test-list
already test those.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/09b0b64c4d18d1b9f60dca6a5143c215db1ed8e0">09b0b64c</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:03:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">avatar_format: Remove unused OSINFO_AVATAR_FORMAT_GET_PRIVATE()

OsinfoAvatarFormat does not have a private member.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/c8b4c6af8808e4e754fec689b98cd2bed833d69f">c8b4c6af</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:03:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">datamap: Rename _init() argument name

"list" was a c&p from when OsinfoDatamap was introduced.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/195df73760c3726b9280a260d127133027d97aa2">195df737</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:03:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">image: Add cloud-init property

cloud-init has been added on 81c43558687b40d but the property has never
been added.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/aef745c746404baa097e580fddf35ce6150afbac">aef745c7</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:03:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enforce '-Wdeclaration-after-statement'

Enforcing that variables are only declared in the beginning of a block
makes the code easier to read.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/54246f8730d313a84da31ea506e5b59f6a371fc3">54246f87</a></strong>
<div>
<span>by Rafael Fonseca</span>
<i>at 2020-04-13T23:03:57+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Do not error out when inlining fails

-Winline causes error in GCC10, e.g

error: inlining failed in call to ‘OSINFO_LIST’: call is unlikely and code size would grow [-Werror=inline]

That particular macro, which will be introduced in the next commit, is
bas based on GLib own macros and it just so happens that if they were
also compiled with -Winline, the same error would happen [1]. Instead,
let just suppress those warnings.

[1] https://gitlab.gnome.org/GNOME/glib/issues/2042

Signed-off-by: Rafael Fonseca <r4f4rfs@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/19962394f65b0e2e159fd1fe5a0aa94c52c522d4">19962394</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">macros: Add OSINFO_DECLARE_TYPE* macros

OSINFO_DECLARE_TYPE is nothing else than a define to
G_DECLARE_DERIVABLE_TYPE macro from GLib.

OSINFO_DECLARE_TYPE_WITH_PRIVATE does exactly the same thing as
OSINFO_DECLARE_TYPE plus adds a private structure to the declared type
structure.

OSINFO_DECLARE_TYPE_WITH_PRIVATE_AND_CLASS does exactly the same thing
as OSINFO_DECLARE_TYPE_WITH_PRIVATE plus declares the class structure of
the declared type.

Using those new macros will help us to reduce a lot the GLib boilerplate
in our codebase.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/ae62d8034bc33f8f5f1112637d997c025842342d">ae62d803</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use OSINFO_DECLARE_TYPE* macros

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/c9a9ce189b37ee5f720deb4424cc62339b329248">c9a9ce18</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use G_DEFINE_*_WITH_PRIVATE

Together with this change, let's also get rid of our own _GET_PRIVATE()
macros and use _get_instance_private() method instead.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/dc0dbdbffa8c0b0d1248dc56ba1c6c64124b06d3">dc0dbdbf</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use g_object_class_install_properties()

Using _install_properties() helps to keep the code cleaner and also
reduces the chance of having wrong props used.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/c39ce3231af00cfcdaf02fe6c43d40f8da6e0406">c39ce323</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Group all GObjectClass override methods

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f879842b456f3c1f753baf67effab27e32ed022c">f879842b</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">entity: Check entity in osinfo_entity_clear_param()

Let's just add a safety check in _clear_param().

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/1ada2a598dcffe0160f84a62387015b4399fb3ab">1ada2a59</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">install_config_param: Use g_clear_object in _set_value_map()

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/ebddbd713dfb4d9b878d5cfe100d76168c674266">ebddbd71</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">db: Remove useless osinfo_db_finalize() declaration

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/af20f16d4e39111a511e074e8406d024642c162d">af20f16d</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">filter: Check filter in _clear_constraint{,s}

Let's just add a safety check in the _clear_constraint() and
_clear_constraints() functions.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/9aafc00a55efbc8204205d9bf8be33f864138914">9aafc00a</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">devicelinkfilter: Check devicelinkfilter in _get_target_filter()

Let's just add a safety check in the _get_target_filter() function.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f31969255ea1ce157282fbe49000d04c823406c4">f3196925</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">productfilter: Check productfilter in _clear_product_constraint{,s}

Let's just add a safety check in the _clear_product_constraint() and
_clear_product_constraints() functions.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/0d5c35737718ffbf5c34e77536914c622e1f6056">0d5c3573</a></strong>
<div>
<span>by Rafael Fonseca</span>
<i>at 2020-04-13T23:05:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">osinfo_macros: auto-cleanup func for module class

This will allow to manage the ownership of the class when reffing it
without having to cast it to GTypeClass.

See: https://gitlab.gnome.org/GNOME/glib/-/commit/ab25fa42cc6906df31352877154bb7b07f39552f

Signed-off-by: Rafael Fonseca <r4f4rfs@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/7a14899bb692068ab5e1e3f5b43a03eef207a64a">7a14899b</a></strong>
<div>
<span>by Rafael Fonseca</span>
<i>at 2020-04-13T23:05:25+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">osinfo_macros: mark inline functions as UNUSED

Fixes -Werror=unused-function with clang.

See: https://gitlab.gnome.org/GNOME/glib/-/commit/90f93a64f26666b955fdafb56acab54e596f4cc5

Signed-off-by: Rafael Fonseca <r4f4rfs@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b53e4e4804dbd60ee29b609bf7e6a33554c121e6">b53e4e48</a></strong>
<div>
<span>by Oğuz Ersen</span>
<i>at 2020-04-15T11:40:23+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Turkish)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/tr/

Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/c493cce280b304c100d4d54c91938668fc782ab5">c493cce2</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-04-15T21:22:22+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add "osinfo_macros.h" to the installed headers

As the macros defined there are used in the public headers, this header
must be installed, otherwise we'll face errors such as:
```
/home/valabot/gnome3/include/libosinfo-1.0/osinfo/osinfo_entity.h:26:11: fatal error: osinfo/osinfo_macros.h: No such file or directory
   26 | # include "osinfo/osinfo_macros.h"
      |           ^~~~~~~~~~~~~~~~~~~~~~~~
```

Reported-by: Rico Tzschichholz <ricotz@ubuntu.com>
Signed-off-by: Rico Tzschichholz <ricotz@ubuntu.com>
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f0db2faed1b8bb1dc13a5085c41fe48c5fda7c3a">f0db2fae</a></strong>
<div>
<span>by Oğuz Ersen</span>
<i>at 2020-04-16T20:40:45+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Turkish)

Currently translated at 100.0% (168 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/tr/

Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/99537dfe7df9df3d18f871325c6e421fa282fae4">99537dfe</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-17T23:42:07+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitignore: Minimize

Things like editor backup files belong in the user's own ignore
file rather than in the project's.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/8cc8eabe52615cf0d8abbd91e3e0f7116e56e71b">8cc8eabe</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-17T23:42:09+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Use correct spec file for MinGW RPMs

Currently we're just building the very same spec file twice.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/a1f3573d7adda769afb28706c1500b13797029a3">a1f3573d</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-17T23:42:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Remove empty lines

These are unnecessary and inconsistent with the style used in the
rest of the script.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/953e45d227c1d98b168fd95317f6d284d9ee4929">953e45d2</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-17T23:42:13+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Remove unnecessary cleanup

We already remove all of build/ at the beginning of the build
process, so there's no need to manually remove any of its subdirs
here.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/ed449256fc2130c456899dcc0a4ce9fbacac62d6">ed449256</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-17T23:42:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Drop RESULTS

This is a leftover from when the script was used to perform
automated tests: in that context, singling out the output of the
test suite made sense, but now we're no longer particularly
interested in it.

As a bonus, this allows us to drop a non-trivial chunk of fairly
obscure POSIX shell compatibility code.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/0a391fd5e754f706c4bc1289cca8ff7f23903956">0a391fd5</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-17T23:42:16+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Ensure rpmbuild is executable

Using 'test -x' is more appropriate than 'test -r' for programs.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/2667e143b753b4e877f2237b72aa3ae061a0210e">2667e143</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-20T09:18:15+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Use DESTDIR when installing

DESTDIR and --prefix are similar but serve distinct purposes: in
particular, the latter is intended for modifications that will
persist after installation, eg. storing binaries under /usr/bin
instead of /usr/local/bin, while the former is just a temporary
change that can be easily reverted, eg. stashing files in an
intermediate, unprivileged directory while building a package.

Our needs during the release process are closer to what DESTDIR is
designed for, so let's use that.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/718617fdabf75caa5aca1ae156e18e205969ea67">718617fd</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-20T09:18:36+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Use a local directory for installation

The current release process stores files inside the user's home
directory, which is just bad manners. Use a local directory instead.

Since we no longer have to care about the destination directory
looking like an actual root filesystem, we can make the paths used
when installing MinGW builds shorter.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/dd83100a1955819ab2695ccb0cba22ffc1a6984a">dd83100a</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-20T09:18:38+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Use a local directory for rpmbuild

The current release process stores files inside the user's rpmbuild
directory, usually part of $HOME, which is just bad manners. Use a
local directory instead.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/1b8e57156f2950a889549274d7e9d87bc571602a">1b8e5715</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-20T09:18:38+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Define BUILD_ROOT

This fits nicely with INSTALL_ROOT and the recently-introduced
RPMBUILD_ROOT; additionally, since $BUILD_ROOT is an absolute path,
we can use it directly as _sourcedir when calling rpmbuild.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/8ba5cd3f3005f727b2e829edfedde42a6611e0e3">8ba5cd3f</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-20T09:18:38+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Define DIST_ROOT

This is the subdirectory of BUILD_ROOT where the release archive
is generated by Meson: it's already used multiple times, and we're
about to introduce another one, so let's give it its own variable.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/2a4847c1f4e411b52855d02a17edc0618eb24e97">2a4847c1</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-20T09:18:38+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Move release archive out of DIST_ROOT

If the build has been successful, we can fish the release archive
out of DIST_ROOT and expose it in the top-level source directory,
just like autotools would do, for extra convenience.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/3a0d4902ae0ea4218bb5152e3feecc6815afadbb">3a0d4902</a></strong>
<div>
<span>by Gianluca Sforna</span>
<i>at 2020-04-21T10:40:22+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Italian)

Currently translated at 97.6% (164 of 168 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/it/

Signed-off-by: Gianluca Sforna <giallu@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/725834bbfc2433e3e74f2b6fb9d9838cfc1e4c2d">725834bb</a></strong>
<div>
<span>by Andika Triwidada</span>
<i>at 2020-04-30T09:25:18+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Added translation using Weblate (Indonesian)

Signed-off-by: Andika Triwidada <andika@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/2dbd57ae2cc698835cc6cc863edde148f57ca36d">2dbd57ae</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-30T20:49:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Move MinGW builds from Fedora 30 to Fedora Rawhide

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/65e8b6bd4fc20dbed79079cf6bafe03c6a35f816">65e8b6bd</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-30T20:49:47+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Move builds from Fedora 30 to Fedora 32

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/97cbe562f852f3c96c5d8bce7c7ff33b73133e7a">97cbe562</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-04-30T20:50:19+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Move builds from Ubuntu 16.04 to Ubuntu 20.04

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/2c815152f3fd8585bfddfe307216ec4c61bc60cb">2c815152</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:20:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Make RPM job skippable

We're sort of cheating by exiting right away when asked to skip
the RPM job, but we know that it's always going to be the last job
in a script and we currently have no need to skip any other job,
so let's start with the simplest possible implementation and
consider something more complex if and when the need arises.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/40c20999b803cc56ef035c6e10e6e7dbfc245c4b">40c20999</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:22:52+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Use standard template for CentOS 7 and openSUSE 15.1

The only difference between the open-coded job definition currently
in use for these target platforms and the standard template is that
the former don't include the RPM build job, but now that we have a
way to skip that part selectively we can remove these special cases.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/87b47c53f80cb028f4f17d4b6f6e34026a86d79a">87b47c53</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:22:55+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Introduce pipeline stages

There's only a single stage for now.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/64c830a44a359d6e4d82a21ef0dfe29db8a39875">64c830a4</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:22:55+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Move more information to the job templates

In particular, we can avoid repeating the parts of the container
image name that are always the same.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/2b9d69d63f051332bebfdb8016746561f3f84e11">2b9d69d6</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:22:55+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Split off mingw-environment

Follow the environment/script split, like we do everywhere else.

We can have a single environment that works both for mingw32 and
mingw64 builds because the only difference between the two is
which ABI they target, and we can obtain that piece of information
from the $ABI environment variable that's baked into the container
images.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/557f57ae5b9ce9d6e4e1b5b61cb544b24930bd53">557f57ae</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:22:55+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Merge templates into mingw-build-job

The mingw32 and mingw64 templates are basically identical at this
point, so let's merge them into a generic one.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/a805c473b0fa728e149561269db02dfbc702d746">a805c473</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:22:55+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Introduce multilib

This is a bit yucky, but it's only temporary: like the target ABI,
this information is tied to the container image and as such should
be baked into it. When that happens, we can simply drop this
altogether, but in the meantime this bit of scripting allow us to
have a single environment instead of two.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/aafa95bfa29b0f81b0de2984c3218ca50cc41a57">aafa95bf</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:22:55+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Merge templates into native-build-job

At this point, the only difference between the existing templates
is that one of them includes the RPM build job, and since we now
have a way to skip that part for specific targets, we can get rid
of the duplication and merge them into a single template.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/9cf3dfe5bce9d57f68c47fd4fabf03770070f8f2">9cf3dfe5</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-01T22:22:55+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Use 'check-dco' container for DCO checking

This container image, which has been created for this specific
purporse and is already used by many projects under the libvirt
umbrella, contains a nicer Python implementation of the
require-dco.sh script that's guaranteed to be kept up to date.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/539a5ab595222b7a2b640fb63264277e2d077c91">539a5ab5</a></strong>
<div>
<span>by Andika Triwidada</span>
<i>at 2020-05-03T10:07:18+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Indonesian)

Currently translated at 0.5% (1 of 167 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/id/

Signed-off-by: Andika Triwidada <andika@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/37d991068dc9f9bdbc64923d09749a2ecf299e3d">37d99106</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-05-04T10:12:33+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">README: MR is the preferred way to submit a patch

Unlikely of what our README mentioned, the preferred way to submit a
patch to libosinfo is opening a Merge Request against our GitLab
project.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/3f346c71eb4052d8300038a2976c4ce45698e535">3f346c71</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-05-13T13:09:30+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: regenerate libosinfo.pot

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/24d67d635ad8e045a3eece796e9bbaed88d2654c">24d67d63</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-05-13T13:09:30+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop Zanata leftovers

libosinfo uses Weblate for translations.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b1d159bc822a77527c6330681ab668facdf4f118">b1d159bc</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-05-13T13:09:30+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update LINGUAS

Add tr.

id is not added as it has errors; hope that the update of the catalog
will trigger an update in weblate, generating a correct po file.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f108548291f5be2325fb46cbd70f35e051d3dd1f">f1085482</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2020-05-13T14:34:12+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build-aux: trim obsolete maint rules

Many rules in maint.mk are doing checks related to makefiles, or
autoconf, or gnulib, none of which are used by libosinfo. There
are also many misc rules related to publishing of releases that
are never used. Trimming this out makes the resulting file more
managable.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/82cf14abe544503869560ce2c2075a3148e89115">82cf14ab</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2020-05-13T14:40:36+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build-aux: merge cfg.mk into maint.mk

Since we took full ownership of a cut down maint.mk there's no
need to keep local additions separately in cfg.mk

This fixes a bug which caused the contents of cfg.mk to be
skipped since the moving of files into the build-aux dir
and switch to meson.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/966324d6bfd9c667880ec2ccfae25a096aba64f2">966324d6</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2020-05-13T14:43:04+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build-aux: remove GNUmakefile entirely

The only useful bits it still did were setting a couple of variables,
which can be moved into the main maint.mk file.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/560e5b529708b35e914c617f352b75e012930801">560e5b52</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2020-05-13T14:53:21+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build-aux: rename maint.mk to syntax-check.mk

This name aligns with what the makefile actally does.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/afcf571825a031838bc0e8e9c5d5d233bdb80b6f">afcf5718</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2020-05-14T12:24:47+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build-aux: fix references to old maint.mk name

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/65790b504207643ee976e39c8ea2bee16b17563f">65790b50</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2020-05-14T12:25:39+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build-aux: use gmake for syntax-check rules

Previously on FreeBSD the syntax-check rules would be a no-op because
its non-GNU make wouldn't see the GNUmakefile and would report no work
to do:

$ MESON_SOURCE_ROOT=`pwd` build-aux/syntax-check
`syntax-check' is up to date.

Since we moved everything into a syntax-check.mk that we call explicitly
though, we're the non-GNU make tries to execute rules that depend on
GNU make features.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/bbe8bd655c40b1dbef0d9d0aee297fb3b2d25e20">bbe8bd65</a></strong>
<div>
<span>by Weblate</span>
<i>at 2020-05-20T22:20:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/
Signed-off-by: Weblate <noreply@weblate.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/e58da2f78bf068e7a86c516f0f0b1aabc84a8b37">e58da2f7</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2020-05-20T22:41:12+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: remove duplicated msgid in 'id' catalog

Fix it manually, otherwise gettext tools cannot work with it.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/36657125a1076d8cad242aa4daa60c35bc84317a">36657125</a></strong>
<div>
<span>by Weblate</span>
<i>at 2020-05-20T22:42:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/
Signed-off-by: Weblate <noreply@weblate.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/17a22e2ae2019df05966835077579d03d202fc41">17a22e2a</a></strong>
<div>
<span>by Weblate</span>
<i>at 2020-05-20T22:43:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update translation files

Updated by "Update LINGUAS file" hook in Weblate.

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/
Signed-off-by: Weblate <noreply@weblate.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b98e7042e94da97bc0dc00c7a0c9c45ba202067f">b98e7042</a></strong>
<div>
<span>by Manuela Silva</span>
<i>at 2020-05-21T13:19:53+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Added translation using Weblate (Portuguese (Portugal))

Signed-off-by: Manuela Silva <mmsrs@sky.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/e6e4390f936fdc0ccd91e7099484a00336557e6a">e6e4390f</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2020-05-21T16:29:18+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Indonesian)

Currently translated at 1.1% (2 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/id/

Signed-off-by: Anonymous <noreply@weblate.org>

Translated using Weblate (Polish)

Currently translated at 100.0% (169 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/pl/

Signed-off-by: Anonymous <noreply@weblate.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/6d7e775b7c8a44fa792fe1b45c7c659dd00c0401">6d7e775b</a></strong>
<div>
<span>by Piotr Drąg</span>
<i>at 2020-05-21T16:29:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Polish)

Currently translated at 100.0% (169 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/pl/

Signed-off-by: Piotr Drąg <piotrdrag@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/1568cb8735a0b34b651c75dac9fd4ff8ab82b6b4">1568cb87</a></strong>
<div>
<span>by Yuri Chornoivan</span>
<i>at 2020-05-22T08:23:43+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Ukrainian)

Currently translated at 100.0% (169 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/uk/

Signed-off-by: Yuri Chornoivan <yurchor@ukr.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/932a04e5c40cd00c81ea66425813edbb6def4ba9">932a04e5</a></strong>
<div>
<span>by Oğuz Ersen</span>
<i>at 2020-05-22T08:23:45+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Turkish)

Currently translated at 100.0% (169 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/tr/

Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/6f8820913c1fae736d2da0fb6c8ea1fb1bb98a46">6f882091</a></strong>
<div>
<span>by Andika Triwidada</span>
<i>at 2020-05-22T08:23:48+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Indonesian)

Currently translated at 100.0% (169 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/id/

Signed-off-by: Andika Triwidada <andika@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/f66f4ede562bd5de86714e2c81e0d1f9f4634d7e">f66f4ede</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2020-05-22T08:23:50+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Indonesian)

Currently translated at 100.0% (169 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/id/

Signed-off-by: Anonymous <noreply@weblate.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/6fa7e99953652e825c47e527389b7b1ee5e51b33">6fa7e999</a></strong>
<div>
<span>by Manuela Silva</span>
<i>at 2020-05-22T08:23:52+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (Portuguese (Portugal))

Currently translated at 57.9% (98 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/pt_PT/

Signed-off-by: Manuela Silva <mmsrs@sky.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/ff1812e0c538f15bc192403782e92aa452147771">ff1812e0</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2020-05-28T18:58:45+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Use GitLab container registry

Instead of using pre-built containers hosted on Quay, build
containers as part of the GitLab CI pipeline and upload them to the
GitLab container registry for later use.

This does not slow down builds, because containers are only rebuilt
when the corresponding Dockerfile has been modified.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/17a8134afaa89ed46f44d9f3246eb2447e819a13">17a8134a</a></strong>
<div>
<span>by Julien Humbert</span>
<i>at 2020-05-29T10:28:30+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translated using Weblate (French)

Currently translated at 98.8% (167 of 169 strings)

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/fr/

Signed-off-by: Julien Humbert <julroy67@gmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/5bdf591ea9f418556ae4f69bd373f590f069accf">5bdf591e</a></strong>
<div>
<span>by Weblate</span>
<i>at 2020-05-29T10:28:32+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: libosinfo/libosinfo
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/
Signed-off-by: Weblate <noreply@weblate.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/721e5542dc8c23360265f7fb900452892c4535e2">721e5542</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2020-05-29T14:14:59+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update NEWS for 1.8.0 release

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/dc03a4d0e851735fa82adc1e675fa63150186c6d">dc03a4d0</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-01-20T18:53:36+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use usb.ids instead of usbutils

We only want the usb-id database

Closes: #979163
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/023b5b88b159a5c3466d1a3adea75d51a448d516">023b5b88</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-01-20T18:56:07+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 1.8.0</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/b7f7604ea7efaa514222764f1711b1662620d0f9">b7f7604e</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-01-20T18:56:42+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update upstream source from tag 'upstream/1.8.0'

Update to upstream version '1.8.0'
with Debian dir 363be8b34b52d030fb2c72b0ce426f5c7c97f626
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/a6f8a05dc14243e8679176a7afb407d11202c39d">a6f8a05d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-01-20T18:57:53+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge remote-tracking branch 'origin/debian/sid' into debian/sid
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/ab8291c2108add0d4e705a7a503ae821238edc4e">ab8291c2</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-01-20T19:28:43+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Skip all syntax checks

We don't want libosinfo's checks to validate debian/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/220fdd41555aab210d411cda4ce22583b81c03e9">220fdd41</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-01-20T19:32:00+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update symbols file
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/eb03b4f6166ded54676435681f9cd76ef404336c">eb03b4f6</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-01-20T19:32:27+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/copyright: Match the current test folder
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/-/commit/8ac5ebc650778dc6cdd38da8ad7ab702d3d7d1ab">8ac5ebc6</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-01-20T19:35:01+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document changes and release 1.8.0-1
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#dad57a4c245a8007c90257aef0514c8b6a0f600c">
AUTHORS
</a>
</li>
<li class="file-stats">
<a href="#3f454a98e586d1aa0d322e19afd5e67e08f2d3c8">
<span class="new-file">
+
CONTRIBUTING.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#00fe7828d56d7a3ee4030d6cea057cf13f50e70c">
ChangeLog
</a>
</li>
<li class="file-stats">
<a href="#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8">
NEWS
</a>
</li>
<li class="file-stats">
<a href="#69e27356ef629022720d868ab0c0e3394775b6c1">
README
</a>
</li>
<li class="file-stats">
<a href="#d62179d9e3616b41aa6dfdc40786378e76dc874b">
<span class="deleted-file">

build-aux/GNUmakefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#4e91239de01c4b51f35d635ccdffc58d41f462f9">
<span class="deleted-file">

build-aux/cfg.mk
</span>
</a>
</li>
<li class="file-stats">
<a href="#ea5d5c4327c3cb849a2c34441b02732c84ba0099">
build-aux/syntax-check
</a>
</li>
<li class="file-stats">
<a href="#4b9b0b603443a31a386ae2be66768ae0fc68dd2f">
build-aux/maint.mk

build-aux/syntax-check.mk
</a>
</li>
<li class="file-stats">
<a href="#2963c51fd8c26a57e008c3cfc01b2915f0b64406">
<span class="new-file">
+
ci/README.rst
</span>
</a>
</li>
<li class="file-stats">
<a href="#99c89ac7f3e74a3c0b478f05cde822e85638b001">
<span class="new-file">
+
ci/ci-centos-7.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#b86e33b581d8a476074b080833881a197aa54c24">
<span class="new-file">
+
ci/ci-centos-8.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#b1e8b5815c6fd7ccf10fec3b953808938349cd0d">
<span class="new-file">
+
ci/ci-debian-10.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#e61854adc8a730e4ccc0be42546c0c424ccf6774">
<span class="new-file">
+
ci/ci-debian-9.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#51a8a65c33f12e4f2c67338ae18256fd59adf164">
<span class="new-file">
+
ci/ci-debian-sid.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#42b48200bd034f16ecd02d59adc03c1585573fe9">
<span class="new-file">
+
ci/ci-fedora-31.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#749c19c7a4738f36fe651b446b0693e120cc9c3e">
<span class="new-file">
+
ci/ci-fedora-32.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#e6deb669b7c7a5bde065d3b1330d66f14f602b48">
<span class="new-file">
+
ci/ci-fedora-rawhide-cross-mingw32.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#7706072a829b821e968950b3f1cb7162785aeb11">
<span class="new-file">
+
ci/ci-fedora-rawhide-cross-mingw64.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#c3c002f9b25069927fd041b2290ac73559248ba5">
<span class="new-file">
+
ci/ci-fedora-rawhide.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#82390d2eb315702adbabe1adad2b3f551ba13609">
<span class="new-file">
+
ci/ci-opensuse-151.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#5ccb91a3cfc8a568869d00315c0941689442e56a">
<span class="new-file">
+
ci/ci-ubuntu-1804.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#ff7450c067c071db4d8b45016f50f06570fbb549">
<span class="new-file">
+
ci/ci-ubuntu-2004.Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#3bfb625914121d009483b1dca4d44a8d9a57348e">
<span class="new-file">
+
ci/refresh
</span>
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#adb7f75f79e3bb85eb62912a2904c5d24af878fb">
debian/copyright
</a>
</li>
<li class="file-stats">
<a href="#98a25b93bdcd723cbbd99fbce6abbe4f3da5d47e">
debian/libosinfo-1.0-0.symbols
</a>
</li>
<li class="file-stats">
<a href="#04bbe7e52b999498a2fff2eeeb3144835f33df4b">
<span class="deleted-file">

debian/patches/Ignore-debian-tests-in-bindtextdomain-test.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#0ddda613e59d1c36679df76dfdaf21eb32f59e05">
<span class="new-file">
+
debian/patches/Skip-syntax-check.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
debian/patches/series
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/libvirt-team/libosinfo/-/compare/269a8773bbd82dcb3d4d150787da0c442fdadeb6...8ac5ebc650778dc6cdd38da8ad7ab702d3d7d1ab">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>