[Pkg-libvirt-commits] [Git][libvirt-team/libosinfo][debian/sid] 129 commits: Post release version bump to 1.9.0

Jeremy Bicha (@jbicha) gitlab at salsa.debian.org
Fri Apr 15 19:23:14 BST 2022



Jeremy Bicha pushed to branch debian/sid at Libvirt Packaging Team / libosinfo


Commits:
35d3a740 by Fabiano Fidêncio at 2020-06-02T11:42:11+02:00
Post release version bump to 1.9.0

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>

- - - - -
9716e24f by Andrea Bolognani at 2020-06-17T20:23:20+02:00
ci: Clean up refresh script a bit

Remove some repetition through refactoring.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
a9d320e0 by Andrea Bolognani at 2020-06-17T20:25:39+02:00
ci: Move Dockerfiles to a subdir

This is consistent to how libvirt organizes its files, and ensures
things will remain tidy even as we introduce new features such as,
later on, Cirrus CI support.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
17329207 by Andrea Bolognani at 2020-06-17T20:26:16+02:00
ci: Refresh Dockerfiles

Starting with

  commit 25c9da0aaa94fbca674dca6dec65f6348f335e7d
  Author: Andrea Bolognani <abologna at redhat.com>
  Date:   Fri May 22 17:38:10 2020 +0200

    lcitool: Generate MESON_OPTS in Dockerfiles

    This serves the same purpose as CONFIGURE_OPTS: enable seamless
    cross-compilation support, in this case for Meson-based projects.

    Only MinGW cross-compilation targets are currently supported.

    Signed-off-by: Andrea Bolognani <abologna at redhat.com>

lcitool will include a $MESON_OPTS environment variable, which can
be used to simplify our GitLab CI build rules, in the Dockerfiles
it generates.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
2258d649 by Andrea Bolognani at 2020-06-17T20:27:44+02:00
ci: Use $MESON_OPTS

This information is part of the container image now.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
e52a1323 by Andrea Bolognani at 2020-06-17T20:28:18+02:00
ci: Add CentOS Stream

Starting with

  commit d35a7dba9cc8ac3bb0647171628731c625d4e14f
  Author: Erik Skultety <eskultet at redhat.com>
  Date:   Thu Jun 4 16:17:36 2020 +0200

    guests: Add CentOS Stream

    The idea behind Stream is to get a preview of what the next RHEL-minor
    will look like, thus getting newer versions of packages than regular
    CentOS provides. It's supposed to be rolling, so currently it's based on
    CentOS 8, but once RHEL-9 is out, it will point to the next RHEL-9
    instead.  However, unlike debian-sid it doesn't have a dedicated URL
    resource (something like centos-stream), so we'll have to change it
    manually once it's flipped to point to next RHEL-9.

    Signed-off-by: Erik Skultety <eskultet at redhat.com>

lcitool supports CentOS Stream as a build target.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
87379eac by Andrea Bolognani at 2020-06-17T20:29:14+02:00
ci: Simplify rpmbuild command

We don't have to worry about cleaning up after ourselves, since
we're running the build inside an ephemeral container.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
e92a6f9a by Andrea Bolognani at 2020-06-17T20:30:15+02:00
ci: Check for rpmbuild availability

Only try to build RPMs if the rpmbuild command is present on the
system. This means we no longer have to use the RPM=skip trick on
Debian-based targets, and can limit it to cases where building
RPMs is actually broken for some reason.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
0ec16299 by Andrea Bolognani at 2020-06-17T20:30:43+02:00
ci: Don't use RPM=skip for container builds

It only makes sense for actual build jobs.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
e0b35a07 by Julien Humbert at 2020-06-22T03:40:51+02:00
Translated using Weblate (French)

Currently translated at 100.0% (169 of 169 strings)

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

Signed-off-by: Julien Humbert <julroy67 at gmail.com>

- - - - -
e6f421e4 by Fabiano Fidêncio at 2020-07-28T10:04:43+02:00
spec: Explicitly call %meson_build in the %build section

It was never needed before as the %meson_install macro would perform a
project rebuild. However, most recent versions of meson have changed the
%meson_install macro to use `--no-rebuild`, exposing then this issue on
our spec file.

Fixes: #43

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>

- - - - -
c654eb33 by Rafael Fontenelle at 2020-07-28T10:14:33+02:00
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (169 of 169 strings)

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

Signed-off-by: Rafael Fontenelle <rafaelff at gnome.org>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 97.6% (165 of 169 strings)

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

Signed-off-by: Rafael Fontenelle <rafaelff at gnome.org>

- - - - -
506a6d84 by Weblate at 2020-07-28T10:14:36+02:00
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 at weblate.org>

- - - - -
66a0c386 by Pino Toscano at 2020-07-28T08:32:58+00:00
tools,detect: improve command line option help

Literal identifiers, such as 'media', 'tree', etc in translatable
strings are a bad idea, since they will likely be translated, misguiding
users reading the help of a translated version.

Refactor a bit the way these bits are show to the user:
- in the help of --format and --type, show a generic name of the
  argument value, and slightly improve the description text
- add a small description text after the listing of the command line
  options to mention the allowed values

Fixes: #42

Signed-off-by: Pino Toscano <ptoscano at redhat.com>

- - - - -
afc1a77a by Rafael Fontenelle at 2020-07-28T08:40:47+00:00
Fix misspellings

Signed-off-by: Rafael Fontenelle <rafaelff at gnome.org>

- - - - -
500eff53 by Pino Toscano at 2020-07-28T11:01:48+02:00
po: regenerate libosinfo.pot

Signed-off-by: Pino Toscano <ptoscano at redhat.com>

- - - - -
7a25acaa by Weblate at 2020-07-28T16:44:04+02:00
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 at weblate.org>

- - - - -
9c4f0540 by Piotr Drąg at 2020-07-28T16:44:07+02:00
Translated using Weblate (Polish)

Currently translated at 100.0% (170 of 170 strings)

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

Signed-off-by: Piotr Drąg <piotrdrag at gmail.com>

- - - - -
4d59086c by Yuri Chornoivan at 2020-07-29T17:29:07+02:00
Translated using Weblate (Ukrainian)

Currently translated at 100.0% (170 of 170 strings)

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

Signed-off-by: Yuri Chornoivan <yurchor at ukr.net>

- - - - -
ba9c486c by Oğuz Ersen at 2020-07-29T17:29:09+02:00
Translated using Weblate (Turkish)

Currently translated at 100.0% (170 of 170 strings)

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

Signed-off-by: Oğuz Ersen <oguzersen at protonmail.com>

- - - - -
7fc4ad4c by Julien Humbert at 2020-07-31T11:29:12+02:00
Translated using Weblate (French)

Currently translated at 100.0% (170 of 170 strings)

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

Signed-off-by: Julien Humbert <julroy67 at gmail.com>

- - - - -
940258d2 by Kukuh Syafaat at 2020-08-08T16:29:16+02:00
Translated using Weblate (Indonesian)

Currently translated at 100.0% (170 of 170 strings)

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

Signed-off-by: Kukuh Syafaat <kukuh at syafaat.id>

- - - - -
b5110cef by Rafael Fontenelle at 2020-08-08T16:29:19+02:00
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (170 of 170 strings)

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

Signed-off-by: Rafael Fontenelle <rafaelff at gnome.org>

- - - - -
d9296a9c by Emilio Herrera at 2020-08-15T16:29:20+02:00
Translated using Weblate (Spanish)

Currently translated at 12.9% (22 of 170 strings)

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

Signed-off-by: Emilio Herrera <ehespinosa57 at gmail.com>

- - - - -
e936ab65 by Mikel Olasagasti at 2020-09-14T08:29:35+02:00
Added translation using Weblate (Basque)

Co-authored-by: Mikel Olasagasti <mikel at olasagasti.info>
Signed-off-by: Mikel Olasagasti <mikel at olasagasti.info>

- - - - -
d1e492f0 by Alexey Shabalin at 2020-09-14T08:29:38+02:00
Added translation using Weblate (Russian)

Co-authored-by: Alexey Shabalin <a.shabalin at gmail.com>
Signed-off-by: Alexey Shabalin <a.shabalin at gmail.com>

- - - - -
177a127b by Fabio Tomat at 2020-09-14T08:29:42+02:00
Translated using Weblate (Friulian)

Currently translated at 66.4% (113 of 170 strings)

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

Translated using Weblate (Spanish)

Currently translated at 12.9% (22 of 170 strings)

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

Added translation using Weblate (Friulian)

Co-authored-by: Fabio Tomat <f.t.public at gmail.com>
Signed-off-by: Fabio Tomat <f.t.public at gmail.com>

- - - - -
e5d05cfd by Pino Toscano at 2020-09-14T08:29:45+02:00
Translated using Weblate (Italian)

Currently translated at 97.0% (165 of 170 strings)

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

Co-authored-by: Pino Toscano <toscano.pino at tiscali.it>
Signed-off-by: Pino Toscano <toscano.pino at tiscali.it>

- - - - -
a746582e by Milo Casagrande at 2020-09-14T08:29:49+02:00
Translated using Weblate (Italian)

Currently translated at 97.0% (165 of 170 strings)

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

Co-authored-by: Milo Casagrande <milo at milo.name>
Signed-off-by: Milo Casagrande <milo at milo.name>

- - - - -
4ee699d9 by Milo Casagrande at 2020-09-15T10:29:30+02:00
Translated using Weblate (Italian)

Currently translated at 100.0% (170 of 170 strings)

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

Co-authored-by: Milo Casagrande <milo at milo.name>
Signed-off-by: Milo Casagrande <milo at milo.name>

- - - - -
00e86a86 by Cole Robinson at 2020-11-12T18:11:19-05:00
loader: Print filename in libxml error string

This is how libvirt handles it. Would help debugging apparently
random failures like these bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1897356
https://bugzilla.redhat.com/show_bug.cgi?id=1651550

Signed-off-by: Cole Robinson <crobinso at redhat.com>

- - - - -
491120b5 by Daniel P. Berrangé at 2020-12-01T19:26:08+00:00
gitlab: re-generate container images from lcitool

This introduces Fedora 33 and removes some redundant packages.

Note that rpm build is marked as skip on CentOS 8/Stream now, since
we're using pip provide meson instead of distro meson, and thus don't
have the %meson macro.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
4008abc7 by Daniel P. Berrangé at 2020-12-01T19:26:08+00:00
gitlab: refresh containers with lcitool for fully minimized base

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
45d6b686 by Daniel P. Berrangé at 2020-12-01T19:26:08+00:00
gitlab: update refresh script for changed host naming convention

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
95e78470 by Daniel P. Berrangé at 2020-12-15T10:43:37+00:00
ci: refresh containers for CentOS-8 PowerTools repo rename

A recent CentOS-8 update renamed the "PowerTools" repo to "powertools"
and since dnf is case sensitive wrt repo names, this broke ability to
build new containers.

The refresh fixes the repo name and pulls in other misc improvements
to containers.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
fd77555a by Fabian Affolter at 2020-12-15T12:10:19+01:00
Translated using Weblate (German)

Currently translated at 64.7% (110 of 170 strings)

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

Co-authored-by: Fabian Affolter <mail at fabian-affolter.ch>
Signed-off-by: Fabian Affolter <mail at fabian-affolter.ch>

- - - - -
8190f1db by Timm Bäder at 2021-01-08T14:32:31+01:00
build: Move bsd/mac checks to be compiler-specific

They depend on the compiler in use, not the operating system

Signed-off-by: Timm Bäder <tbaeder at redhat.com>

- - - - -
accdeccc by Timm Bäder at 2021-01-08T14:33:00+01:00
install config: Rename a parameter

'timezone' is a global variable in time.h, so clang complains about
that.

Signed-off-by: Timm Bäder <tbaeder at redhat.com>

- - - - -
8d30ec9b by Weblate at 2021-01-11T19:36:55+01:00
Update translation files

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

Co-authored-by: Weblate <noreply at weblate.org>
Signed-off-by: Weblate <noreply at weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/
Translation: libosinfo/libosinfo

- - - - -
f48b9410 by Jan Kuparinen at 2021-01-11T19:36:55+01:00
Translated using Weblate (Finnish)

Currently translated at 15.8% (27 of 170 strings)

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

Co-authored-by: Jan Kuparinen <copper_fin at hotmail.com>
Signed-off-by: Jan Kuparinen <copper_fin at hotmail.com>

- - - - -
ab455628 by Fabiano Fidêncio at 2021-02-02T20:30:03+01:00
Update NEWS for 1.9.0 release

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>

- - - - -
f3d1f198 by Fabiano Fidêncio at 2021-02-10T14:22:47+01:00
Post release version bump to 1.10.0

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>

- - - - -
9f7992be by Fabiano Fidêncio at 2021-02-24T13:23:26+01:00
tools: Add "Release status" info to `osinfo-query os`

Release status has never been part of `osinfo-query os`, but it's been
proven to be a needed information, mainly because the rolling distro may
not even have their release & eol date filled up.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=1932258

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>

- - - - -
077069cb by Ricky Tigg at 2021-03-07T17:01:48+01:00
Translated using Weblate (Finnish)

Currently translated at 18.8% (32 of 170 strings)

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

Co-authored-by: Ricky Tigg <ricky.tigg at gmail.com>
Signed-off-by: Ricky Tigg <ricky.tigg at gmail.com>

- - - - -
bbd1eeb0 by Jan Kuparinen at 2021-03-07T17:01:48+01:00
Translated using Weblate (Finnish)

Currently translated at 19.4% (33 of 170 strings)

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

Co-authored-by: Jan Kuparinen <copper_fin at hotmail.com>
Signed-off-by: Jan Kuparinen <copper_fin at hotmail.com>

- - - - -
8ec4bb32 by Ricky Tigg at 2021-03-07T17:01:48+01:00
Translated using Weblate (Finnish)

Currently translated at 25.2% (43 of 170 strings)

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

Translated using Weblate (Finnish)

Currently translated at 23.5% (40 of 170 strings)

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

Co-authored-by: Ricky Tigg <ricky.tigg at gmail.com>
Signed-off-by: Ricky Tigg <ricky.tigg at gmail.com>

- - - - -
88cef49c by Hela Basa at 2021-03-07T17:01:48+01:00
Added translation using Weblate (Sinhala)

Co-authored-by: Hela Basa <r45xveza at pm.me>
Signed-off-by: Hela Basa <r45xveza at pm.me>

- - - - -
06c3db7d by simmon at 2021-04-05T21:01:59+02:00
Translated using Weblate (Korean)

Currently translated at 100.0% (170 of 170 strings)

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

Added translation using Weblate (Korean)

Co-authored-by: simmon <simmon at nplob.com>
Signed-off-by: simmon <simmon at nplob.com>

- - - - -
cb2ada0c by simmon at 2021-04-07T09:02:02+02:00
Translated using Weblate (Korean)

Currently translated at 100.0% (170 of 170 strings)

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

Co-authored-by: simmon <simmon at nplob.com>
Signed-off-by: simmon <simmon at nplob.com>

- - - - -
96655b51 by simmon at 2021-04-13T09:02:03+02:00
Translated using Weblate (Korean)

Currently translated at 100.0% (170 of 170 strings)

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

Co-authored-by: simmon <simmon at nplob.com>
Signed-off-by: simmon <simmon at nplob.com>

- - - - -
5c986268 by simmon at 2021-04-15T14:02:04+02:00
Translated using Weblate (Korean)

Currently translated at 100.0% (170 of 170 strings)

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

Co-authored-by: simmon <simmon at nplob.com>
Signed-off-by: simmon <simmon at nplob.com>

- - - - -
72243326 by Seong-ho Cho at 2021-07-22T10:04:24+02:00
Translated using Weblate (Korean)

Currently translated at 100.0% (170 of 170 strings)

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

Co-authored-by: Seong-ho Cho <darkcircle.0426 at gmail.com>
Signed-off-by: Seong-ho Cho <darkcircle.0426 at gmail.com>

- - - - -
ad0e9255 by Daniel P. Berrangé at 2021-07-27T14:55:12+01:00
gitlab: use custom docker:dind image

The current docker:dind container has broken default seccomp filter that
results in clone3 being blocked, which in turn breaks Fedora 35 rawhide.

This custom image has a workaround that causes the seccomp filter to
return ENOSYS for clone3 instad of EPERM, thus triggering glibc to
fallback to clone correctly.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
d6767c22 by Daniel P. Berrangé at 2021-07-27T16:48:00+01:00
ci: refresh centos-stream container

It is no longer possible to just install an extra package to run regular
centos into centos stream.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
0b4cb312 by Pino Toscano at 2021-08-04T17:28:43+02:00
po: regenerate libosinfo.pot

Signed-off-by: Pino Toscano <ptoscano at redhat.com>

- - - - -
e5887dd6 by Jan Kuparinen at 2021-08-05T21:04:39+02:00
Translated using Weblate (Finnish)

Currently translated at 32.3% (55 of 170 strings)

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

Co-authored-by: Jan Kuparinen <copper_fin at hotmail.com>
Signed-off-by: Jan Kuparinen <copper_fin at hotmail.com>

- - - - -
eaaebb4d by Weblate at 2021-08-05T21:04:39+02:00
Update translation files

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

Co-authored-by: Weblate <noreply at weblate.org>
Signed-off-by: Weblate <noreply at weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/libosinfo/libosinfo/
Translation: libosinfo/libosinfo

- - - - -
a621f204 by Piotr Drąg at 2021-08-05T21:04:39+02:00
Translated using Weblate (Polish)

Currently translated at 100.0% (171 of 171 strings)

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

Co-authored-by: Piotr Drąg <piotrdrag at gmail.com>
Signed-off-by: Piotr Drąg <piotrdrag at gmail.com>

- - - - -
63048819 by Pino Toscano at 2021-08-05T21:04:39+02:00
Translated using Weblate (Italian)

Currently translated at 100.0% (171 of 171 strings)

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

Co-authored-by: Pino Toscano <toscano.pino at tiscali.it>
Signed-off-by: Pino Toscano <toscano.pino at tiscali.it>

- - - - -
b4dc33b5 by Yuri Chornoivan at 2021-08-05T21:04:40+02:00
Translated using Weblate (Ukrainian)

Currently translated at 100.0% (171 of 171 strings)

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

Co-authored-by: Yuri Chornoivan <yurchor at ukr.net>
Signed-off-by: Yuri Chornoivan <yurchor at ukr.net>

- - - - -
bf8f7b4f by Oğuz Ersen at 2021-08-05T21:04:40+02:00
Translated using Weblate (Turkish)

Currently translated at 100.0% (171 of 171 strings)

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

Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Signed-off-by: Oğuz Ersen <oguzersen at protonmail.com>

- - - - -
7c557e08 by simmon at 2021-08-05T21:04:40+02:00
Translated using Weblate (Korean)

Currently translated at 100.0% (171 of 171 strings)

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

Co-authored-by: simmon <simmon at nplob.com>
Signed-off-by: simmon <simmon at nplob.com>

- - - - -
fab68973 by Jan Kuparinen at 2021-08-25T21:04:53+02:00
Translated using Weblate (Finnish)

Currently translated at 64.9% (111 of 171 strings)

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

Translated using Weblate (Finnish)

Currently translated at 33.9% (58 of 171 strings)

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

Co-authored-by: Jan Kuparinen <copper_fin at hotmail.com>
Signed-off-by: Jan Kuparinen <copper_fin at hotmail.com>

- - - - -
34510a8f by Andika Triwidada at 2021-08-25T21:04:53+02:00
Translated using Weblate (Indonesian)

Currently translated at 100.0% (171 of 171 strings)

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

Co-authored-by: Andika Triwidada <andika at gmail.com>
Signed-off-by: Andika Triwidada <andika at gmail.com>

- - - - -
a04eae9d by Hela Basa at 2021-08-25T21:04:53+02:00
Translated using Weblate (Sinhala)

Currently translated at 0.5% (1 of 171 strings)

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

Co-authored-by: Hela Basa <r45xveza at pm.me>
Signed-off-by: Hela Basa <r45xveza at pm.me>

- - - - -
2ef8bbf9 by Daniel P. Berrangé at 2021-09-03T17:05:45+01:00
gitlab: remove centos-7 build target

This platform is no longer supported by libvirt-ci.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
c6c3d2ed by Daniel P. Berrangé at 2021-09-03T17:05:46+01:00
gitlab: remove debian-9 build target

This platform is no longer supported by libvirt-ci.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
8e025957 by Daniel P. Berrangé at 2021-09-03T17:07:32+01:00
ci: define a CI manifest file

This is to be used with the command "lcitool manifest ci/manifest.yml"
to re-generate all existing dockerfiles and gitlab CI config.

In a slight change to the existing config, the manifest will always
use the pre-build osinfo-db-tools package. Nothing in the libosinfo
CI tasks, has a need to exercise latest git master for osinfo-db-tools.
The latter is covered fine by osinfo-db CI jobs.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
8e25d168 by Daniel P. Berrangé at 2021-09-03T17:21:56+01:00
ci: re-generate containers/gitlab config from manifest

This uses the command "lcitool manifest ci/manifest.yml" to re-generate
all existing dockerfiles and gitlab CI config.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
ff2ef0ad by Daniel P. Berrangé at 2021-09-03T17:21:56+01:00
ci: remove obsolete refresh script and documentation

We now use lcitool's manifest feature to generate files.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
41ac50fe by Jan Kuparinen at 2021-09-06T18:04:59+02:00
Translated using Weblate (Finnish)

Currently translated at 65.4% (112 of 171 strings)

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

Co-authored-by: Jan Kuparinen <copper_fin at hotmail.com>
Signed-off-by: Jan Kuparinen <copper_fin at hotmail.com>

- - - - -
2a709e94 by Rafael Fontenelle at 2021-09-06T18:05:00+02:00
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (171 of 171 strings)

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

Co-authored-by: Rafael Fontenelle <rafaelff at gnome.org>
Signed-off-by: Rafael Fontenelle <rafaelff at gnome.org>

- - - - -
d5807a0f by Daniel P. Berrangé at 2021-09-27T16:04:00+00:00
build: don't set glib version constraints for g-ir-scanner

add_project_arguments() sets flags that apply to all invokations of the C
compiler toolchain by meson. On the surface it sounds fine to use this
for setting

  -DGLIB_VERSION_MIN_REQUIRED=VER
  -DGLIB_VERSION_MAX_ALLOWED=VER

as we want all our code to be constrained by these declared glib
versions to prevent us accidentally using APIS from newer glib by
mistake.

A subtle problem was revealed with the arrival of gobject-introspection
version 1.70.  The g-ir-scanner program auto-generates some glib code
for handling introspection, and this generated code uses glib APIs that
are newer than our declared version and this triggers compile failures

tmp-introspectg6xadxkr/Libosinfo-1.0.c:251:3: error: ‘G_TYPE_FLAG_FINAL’ is deprecated: Not available before 2.70 [-Werror=deprecated-declarations]
  251 |   if (G_TYPE_IS_FINAL (type))
      |   ^~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from tmp-introspectg6xadxkr/Libosinfo-1.0.c:30:
/usr/include/glib-2.0/gobject/gtype.h:1050:3: note: declared here
 1050 |   G_TYPE_FLAG_FINAL GLIB_AVAILABLE_ENUMERATOR_IN_2_70 = (1 << 6)
      |   ^~~~~~~~~~~~~~~~~
tmp-introspectg6xadxkr/Libosinfo-1.0.c:251:13: error: Not available before 2.70 [-Werror]
  251 |   if (G_TYPE_IS_FINAL (type))
      |             ^~~~~~~~~~~~~~~~~

This is actually harmless, because systems with an older glib will also
have older g-ir-scanner and thus not be using these new APIs.

We need to exclude the glib version constraints from code generated by
glib tools, and thus means we have to stop using add_project_arguments()
and set cflags explicitly on each target.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
8b0c5241 by Felipe Borges at 2021-10-06T13:00:53+02:00
build: Require libsoup3

See https://blog.tingping.se/2021/02/23/future-of-libsoup.html

This will fallback to libsoup-2.4 when libsoup3 isn't available.

Signed-off-by: Felipe Borges <felipeborges at gnome.org>

- - - - -
97504bf7 by Felipe Borges at 2021-10-06T13:00:56+02:00
tree, media: SOUP_SESSION_USER_AGENT isn't defined in libosup3

Let's use the literal "user-agent" instead.

Signed-off-by: Felipe Borges <felipeborges at gnome.org>

- - - - -
7c20768a by Felipe Borges at 2021-10-06T13:17:34+02:00
tree, media: SoupMessage is a private struct in libsoup3

You can no longer directly access various structs such as SoupMessage.
These are now accessed by getters and setters.

See https://libsoup.org/libsoup-3.0/ch02.html

Signed-off-by: Felipe Borges <felipeborges at gnome.org>

- - - - -
86c10477 by Felipe Borges at 2021-10-06T13:17:35+02:00
tree, media: Soup.Session.send_async now takes an IO priority argument

See https://libsoup.org/libsoup-3.0/SoupSession.html#soup-session-send-async

Signed-off-by: Felipe Borges <felipeborges at gnome.org>

- - - - -
b9cbac75 by Daniel P. Berrangé at 2021-10-10T12:20:08+00:00
Fix hiding of database entries

The osinfo-db documentation says that a local admin/user can hide an
entity from the system location:

[quote]
If the file is zero-length or points to /dev/null, then this
represents a black-out override. This indicates that the
ENTITY-NAME.xml file from a lower priority directory MUST NOT
be loaded.
[/quote]

This does not, however, work at all. If a zero length file is given,
it tries to parse this as XML and fails, causing the entire DB loading
process to be aborted. This leaves the DB with dangling references.

If a symlink to /dev/null is given, it is entirely ignored because
the file is a block device and we only try to load regular files.
Instead of only loading regular files, we need to load any type of
file that has a .xml extension.

This appears to be broken since the very first impl of the new DB
loading process, despite having written the spec at the same time.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
e305a15b by Daniel P. Berrangé at 2021-10-10T12:20:08+00:00
Warn about unexpected files in the database

To help remind users that files must end in .xml, warn about any
unusually named files.

There are a couple of files we should not warn about since we expect
them to be present

 - VERSION
 - LICENSE

The entire 'schema' sub-directory should be ignored.
Common editor backups "~" and ".bak" should be ignored.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
0cf18c28 by Daniel P. Berrangé at 2021-10-10T12:20:08+00:00
Skip over entity reference checks if loading failed

If we fail to parse one of the XML files, we abort loading the
database. We then carry on to do an entity reference check which
will almost certainly fail due to not having loaded many XML
files. We need to skip over the entity reference check on failure
to avoid spamming the user with bogus errors.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
da638056 by Andrea Bolognani at 2021-11-12T16:09:49+01:00
ci: Drop Fedora 33

It's going to be EOL in a matter of days, and lcitool already
dropped support for it.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
9731aa20 by Andrea Bolognani at 2021-11-12T16:10:14+01:00
ci: Refresh generated files

Notable differences:

  * meson is now installed from the distro repositories
    instead of PyPI on CentOS 8 and CentOS Stream 8. We
    can finally do this because the version they ship
    has been updated.

  * intltool and itstool (which are used to build osinfo-db
    as part of the CI pipeline) are no longer included in the
    container images. osinfo-db-tools moved away from the
    former and never adopted the latter.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
a0e74536 by Andrea Bolognani at 2021-11-12T16:12:01+01:00
ci: Enable RPM jobs on CentOS

Now that we have a recent version of meson installed from
distro packages instead of PyPI, RPM builds will no longer
fail.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
c0a66614 by Andrea Bolognani at 2021-11-12T16:12:48+01:00
ci: Add new targets

lcitool now supports CentOS Stream 9, Debian 11 and Fedora 35.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>

- - - - -
e4e470e8 by Fabiano Fidêncio at 2021-11-24T19:18:53+01:00
os: Add missing docs for _add_firmware()

osinfo_os_add_firmware() has been added as part of 1.7.0 release but,
somehow, its documentation has been missing.

Signed-off-by: Fabiano Fidêncio <fabiano at fidencio.org>

- - - - -
ea5fe187 by Fabiano Fidêncio at 2021-11-24T19:18:58+01:00
os: _get_firmware_list() returns supported FWs

Let's make sure we document that `_get_firmware_list()` returns **only**
supported firmwares, rather than returning **all** the firmwares
avaiable for an OS.

As part of the documentation change, let's also adapt the internal
functions to reflect that.

Signed-off-by: Fabiano Fidêncio <fabiano at fidencio.org>

- - - - -
30704070 by Fabiano Fidêncio at 2021-11-24T19:19:02+01:00
os: Add `_get_complete_firmware_list()`

After realising the mistake of only returning **supported** firmwares on
`_get_firmware_list()`, let's work that limitation around by adding a
new function, `osinfo_os_get_complete_firmware_list()`, which returns
the complete list of firmwares, including both supported and unsupported
ones.

Signed-off-by: Fabiano Fidêncio <fabiano at fidencio.org>

- - - - -
d3b1587f by Victor Toso at 2021-11-29T18:44:21+01:00
loader: add check for unknown file type

So we can provide a meaningful error message in case the provided path
is not accessible to running process.

e.g: running HOME=/root osinfo-query os we would get
  `Error loading OS data: Unexpected file type`
and now we get
  `Error loading OS data: Can't read path /root/.config/osinfo`

This error was first hit with v2v [0] that was leaking $USER and $HOME
of root user when osinfo-query as vsdm user with `sudo -c vdsm`. The
example above is a simple way to show lack of permision of
osinfo-query to read the root's $HOME.

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1901423

Related: https://bugzilla.redhat.com/show_bug.cgi?id=1902720
Signed-off-by: Victor Toso <victortoso at redhat.com>

- - - - -
db274862 by Daniel P. Berrangé at 2022-01-18T10:51:23+00:00
osinfo: fix bad preprocessor indentation

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
eeadc549 by Daniel P. Berrangé at 2022-01-18T10:51:23+00:00
osinfo: switch to '#pragma once'

The current include files use the pattern

 #ifndef __OOSINFO_BLAH_H__
 # define __OOSINFO_BLAH_H__

 #endif /* __OOSINFO_BLAH_H__ */

Since we already mandated GCC + CLang, we can replace this with a
simpler incantation

 #pragma once

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
80f7144d by Daniel P. Berrangé at 2022-01-18T10:51:23+00:00
osinfo: use consistent include syntax for public headers

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
9ade5c97 by Jan Kuparinen at 2022-01-18T12:04:23+01:00
Translated using Weblate (Finnish)

Currently translated at 73.0% (125 of 171 strings)

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

Co-authored-by: Jan Kuparinen <copper_fin at hotmail.com>
Signed-off-by: Jan Kuparinen <copper_fin at hotmail.com>

- - - - -
a9dd9b94 by Ettore Atalan at 2022-01-18T12:04:23+01:00
Translated using Weblate (German)

Currently translated at 81.8% (140 of 171 strings)

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

Co-authored-by: Ettore Atalan <atalanttore at googlemail.com>
Signed-off-by: Ettore Atalan <atalanttore at googlemail.com>

- - - - -
bb443417 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: add missing line break between methods

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
ce63f883 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: pull media matching logic into public API

The logic for matching an unidentified media against a reference media
is potentially useful to applications and should be part of a public
API, rather than hidden.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
4a8c19a2 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: pull tree matching logic into public API

The logic for matching an unidentified tree against a reference tree
is potentially useful to applications and should be part of a public
API, rather than hidden.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
5d29aa6e by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: refactor media guessing internal helper

We want the return value from the media guessing helper to indicate
whether any matches were used, and have the OsinfoOs as an output
parameter which can now be optional.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
6d5970a6 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: refactor tree guessing internal helper

We want the return value from the tree guessing helper to indicate
whether any matches were used, and have the OsinfoOs as an output
parameter which can now be optional.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
65313c6e by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
guests: use a OsinfoMediaList when detecting media matches

In preparation for returning multiple media matches, pass a
OsinfoMediaList object around.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
8be2f379 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: don't set the 'os' property on matched tree

We just got the OsinfoTee list from the OsinfoOs object, thus we know
that it already has the 'os' property set.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
6bf19a10 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
guests: use a OsinfoTreeList when detecting tree matches

In preparation for returning multiple tree matches, pass a
OsinfoTreeList object around.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
df78f073 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: honour media architecture when matching

The media matching code currently ignores the media architecture which
is generally ok, since osinfo_media_create_from_location will leave it
set to NULL.

None the less, if an architecture is provided for the unknown media,
we should only return results that match this architecture.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
6a21d0ca by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: honour tree architecture when matching

The tree matching code currently ignores the tree architecture which
is generally ok, since osinfo_tree_create_from_location will leave it
set to NULL.

None the less, if an architecture is provided for the unknown tree,
we should only return results that match this architecture.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
c17d09bf by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: allow media matching code to report multiple entries

Refactor the media matching code so that it can be told to return all
matching entries, rather than only the first. The original behaviour
can be requested to short-circuit matching if the caller only requires
the first match.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
cb34f72a by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: allow tree matching code to report multiple entries

Refactor the tree matching code so that it can be told to return all
matching entries, rather than only the first. The original behaviour
can be requested to short-circuit matching if the caller only requires
the first match.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
c0ba8e5d by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: add API for resolving multiple media matches

A provided media object might match multiple entries from the
database. Add an API that allows for this possibility to let
applications decide how to handle it.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
0d7a8e96 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
osinfo: add API for resolving multiple tree matches

A provided tree object might match multiple entries from the
database. Add an API that allows for this possibility to let
applications decide how to handle it.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
8ce1bee2 by Daniel P. Berrangé at 2022-02-04T14:14:49+00:00
tools: add an --all flag to osinfo-detect to report all matches

By default it still only displays the first operating system with
matching media/tree, but if --all is given, all possible matches
will be displayed

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

- - - - -
e5bdc675 by Laszlo Ersek at 2022-02-11T11:59:34+01:00
loader: work around lstat()/EACCES regression in _g_local_file_info_get()

In glib commit 71e7b5800a31 ("Handle MLS selinux policy better",
2010-07-08), which was made for
<https://bugzilla.gnome.org/show_bug.cgi?id=623692>, an lstat() failure
with error code EACCES was *masked* in function _g_local_file_info_get().

Consequently, if osinfo_loader_find_files() calls g_file_query_info() on a
file that is inaccessible due to (e.g.) a missing "x" (search) permission
on a leading directory, then g_file_query_info() succeeds, our
"skipMissing" branch is dead, g_file_info_get_attribute_uint32() is
reached, and it returns G_FILE_TYPE_UNKNOWN.

As a consequence, the outer osinfo_loader_process_default_path() function
can fail, even though it passes skipMissing=TRUE to
osinfo_loader_process_list(). Example:

> $ HOME=/root \
>   OSINFO_SYSTEM_DIR=/usr/share/osinfo \
>   build/tools/osinfo-query os
> Error loading OS data: Can't read path /root/.config/osinfo

Arguably, this situation should be handled by simply skipping the
inaccessible path, as if all leading directories could be searched, and
only the last pathname compontent (the filename entry) didn't exist in its
direct parent directory.

The glib regression was reported in 2017:

  https://bugzilla.gnome.org/show_bug.cgi?id=777187

and then migrated to gitlab:

  https://gitlab.gnome.org/GNOME/glib/-/issues/1237

but it's still not solved today.

Work around the issue by honoring "skipMissing" on the G_FILE_TYPE_UNKNOWN
branch. Demonstration:

> $ HOME=/root \
>   OSINFO_SYSTEM_DIR=/usr/share/osinfo \
>   build/tools/osinfo-query os
>
> ** (osinfo-query:9924): WARNING **: 13:23:12.776: Can't read path /root/.config/osinfo
>  Short ID       | Name             | Version | ID
> ----------------+------------------+---------+----------------------------------------
>  alpinelinux3.5 | Alpine Linux 3.5 | 3.5     | http://alpinelinux.org/alpinelinux/3.5
> ...

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2051559
Signed-off-by: Laszlo Ersek <lersek at redhat.com>

- - - - -
f503ff7a by Victor Toso at 2022-02-14T17:09:09+01:00
Update NEWS for 1.10.0 release

Signed-off-by: Victor Toso <victortoso at redhat.com>

- - - - -
26603422 by Jeremy Bicha at 2022-04-15T12:39:20-04:00
debain/upstream/signing-key.asc: Update

- - - - -
91d75b85 by Jeremy Bicha at 2022-04-15T12:39:58-04:00
Update debian/changelog

- - - - -
d74090d7 by Jeremy Bicha at 2022-04-15T13:45:35-04:00
debian/gbp.conf: Update

- - - - -
7514c9ce by Jeremy Bicha at 2022-04-15T13:45:50-04:00
New upstream version 1.10.0
- - - - -
b86adb2a by Jeremy Bicha at 2022-04-15T13:45:51-04:00
Update upstream source from tag 'upstream/1.10.0'

Update to upstream version '1.10.0'
with Debian dir 6efbd9a19826216f7a37455c18d5fd2c2756149a
- - - - -
2fdcbf3a by Jeremy Bicha at 2022-04-15T13:47:26-04:00
New upstream release

Closes: #971827

- - - - -
daa3e0f6 by Jeremy Bicha at 2022-04-15T14:11:25-04:00
Update symbols file

- - - - -
2629ee37 by Jeremy Bicha at 2022-04-15T14:11:38-04:00
debian/libosinfo-1.0-0.symbols: Set Build-Depends-Package

- - - - -
56254320 by Jeremy Bicha at 2022-04-15T14:11:49-04:00
debian/rules: Simplify

- - - - -
b95be2b6 by Jeremy Bicha at 2022-04-15T14:11:59-04:00
Build-Depend on debhelper-compat 13

- - - - -
cac82b10 by Jeremy Bicha at 2022-04-15T14:11:59-04:00
Build-Depend on dh-sequence-gir

- - - - -
f21e319d by Jeremy Bicha at 2022-04-15T14:11:59-04:00
debian/rules: Set -Dauto_features=enabled

simplifies a bit and force-enables all features

- - - - -
7cbd745e by Jeremy Bicha at 2022-04-15T14:11:59-04:00
Set Maintainer to libvirt team

- - - - -
fd7dde56 by Jeremy Bicha at 2022-04-15T14:11:59-04:00
Set Standards-Version to 4.6.0

- - - - -
1c5fc107 by Jeremy Bicha at 2022-04-15T14:13:59-04:00
libosinfo-1.0-0: Depend on libosinfo-l10n

Closes: #843506

- - - - -
32be70b9 by Jeremy Bicha at 2022-04-15T14:14:02-04:00
debian/rules: Set standard build flags

- - - - -
fd78db78 by Jeremy Bicha at 2022-04-15T14:16:11-04:00
Set Rules-Requires-Root: no

- - - - -
4a8ac828 by Jeremy Bicha at 2022-04-15T14:20:49-04:00
autopkgtest: Drop one unused allow-stderr

- - - - -
394ec091 by Jeremy Bicha at 2022-04-15T14:21:07-04:00
releasing package libosinfo version 1.10.0-1

- - - - -


30 changed files:

- + .gitlab-ci.yml
- + .gitpublish
- AUTHORS
- ChangeLog
- NEWS
- − ci/README.rst
- − ci/ci-centos-7.Dockerfile
- ci/ci-fedora-31.Dockerfile → ci/containers/centos-8.Dockerfile
- ci/ci-fedora-32.Dockerfile → ci/containers/centos-stream-8.Dockerfile
- + ci/containers/centos-stream-9.Dockerfile
- ci/ci-debian-9.Dockerfile → ci/containers/debian-10.Dockerfile
- ci/ci-debian-sid.Dockerfile → ci/containers/debian-11.Dockerfile
- ci/ci-ubuntu-2004.Dockerfile → ci/containers/debian-sid.Dockerfile
- ci/ci-centos-8.Dockerfile → ci/containers/fedora-34.Dockerfile
- + ci/containers/fedora-35.Dockerfile
- ci/ci-fedora-rawhide-cross-mingw32.Dockerfile → ci/containers/fedora-rawhide-cross-mingw32.Dockerfile
- ci/ci-fedora-rawhide-cross-mingw64.Dockerfile → ci/containers/fedora-rawhide-cross-mingw64.Dockerfile
- ci/ci-fedora-rawhide.Dockerfile → ci/containers/fedora-rawhide.Dockerfile
- ci/ci-opensuse-151.Dockerfile → ci/containers/opensuse-leap-152.Dockerfile
- + ci/containers/opensuse-tumbleweed.Dockerfile
- ci/ci-ubuntu-1804.Dockerfile → ci/containers/ubuntu-1804.Dockerfile
- ci/ci-debian-10.Dockerfile → ci/containers/ubuntu-2004.Dockerfile
- + ci/gitlab.yml
- + ci/manifest.yml
- − ci/refresh
- debian/changelog
- − debian/compat
- debian/control
- debian/gbp.conf
- debian/libosinfo-1.0-0.symbols


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/libvirt-team/libosinfo/-/compare/5330941f4750ad44f8ef026d6fc0228437fa9ff2...394ec091551cdcb48ef8b030b2be9c8392287e87

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libosinfo/-/compare/5330941f4750ad44f8ef026d6fc0228437fa9ff2...394ec091551cdcb48ef8b030b2be9c8392287e87
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20220415/be8b557c/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list