Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade:Libosinfo to version 1.11.0 #11159

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/libosinfo/libosinfo.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libosinfo-1.10.0.tar.xz": "a252e00fc580deb21da0da8c0aa03b8c31e8440b8448c8b98143fab477d32305"
"libosinfo-1.11.0.tar.xz": "1bf96eec9e1460f3d1a713163cca1ff0d480a3490b50899292f14548b3a96b60"
}
}
}
6 changes: 4 additions & 2 deletions SPECS-EXTENDED/libosinfo/libosinfo.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Summary: A library for managing OS information for virtualization
Name: libosinfo
Version: 1.10.0
Version: 1.11.0
Release: 2%{?dist}
License: LGPL-2.1-or-later
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://libosinfo.org/
Source: https://releases.pagure.org/libosinfo/%{name}-1.10.0.tar.xz
Source: https://releases.pagure.org/libosinfo/%{name}-1.11.0.tar.xz
BuildRequires: %{_bindir}/pod2man
BuildRequires: gcc
BuildRequires: gettext-devel
Expand All @@ -21,6 +21,7 @@ BuildRequires: libxslt-devel >= 1.0.0
BuildRequires: meson
BuildRequires: osinfo-db
BuildRequires: vala
BuildRequires: perl-podlators
Requires: hwdata
Requires: osinfo-db
Requires: osinfo-db-tools
Expand Down Expand Up @@ -55,6 +56,7 @@ Libraries, includes, etc. to compile with the libosinfo library
-Denable-vala=enabled
%meson_build


%install
%meson_install

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10441,8 +10441,8 @@
"type": "other",
"other": {
"name": "libosinfo",
"version": "1.10.0",
"downloadUrl": "https://releases.pagure.org/libosinfo/libosinfo-1.10.0.tar.xz"
"version": "1.11.0",
"downloadUrl": "https://releases.pagure.org/libosinfo/libosinfo-1.11.0.tar.xz"
}
}
},
Expand Down