Skip to content

Commit dc8d6a2

Browse files
authored
Upgrade: osinfo-db-tools version to 1.12.0 (#11513)
1 parent 9740a51 commit dc8d6a2

3 files changed

Lines changed: 33 additions & 25 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"osinfo-db-tools-1.10.0.tar.xz": "802cdd53b416706ea5844f046ddcfb658c1b4906b9f940c79ac7abc50981ca68"
3+
"osinfo-db-tools-1.12.0.tar.xz": "f3315f675d18770f25dea8ed04b20b8fc80efb00f60c37ee5e815f9c3776e7f3"
44
}
55
}

SPECS-EXTENDED/osinfo-db-tools/osinfo-db-tools.spec

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
1-
Summary: Tools for managing the osinfo database
2-
Name: osinfo-db-tools
3-
Version: 1.10.0
4-
Release: 2%{?dist}
5-
License: GPL-2.0-or-later
1+
Summary: Tools for managing the osinfo database
2+
Name: osinfo-db-tools
3+
Version: 1.12.0
4+
Release: 1%{?dist}
5+
License: GPL-2.0-or-later
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
8-
URL: https://libosinfo.org/
9-
Source: https://releases.pagure.org/libosinfo/%{name}-1.10.0.tar.xz
10-
BuildRequires: %{_bindir}/pod2man
11-
BuildRequires: gcc
12-
BuildRequires: gettext-devel
13-
BuildRequires: git
14-
BuildRequires: glib2-devel
15-
BuildRequires: json-glib-devel
16-
BuildRequires: libarchive-devel
17-
BuildRequires: libsoup-devel
18-
BuildRequires: libxml2-devel >= 2.6.0
19-
BuildRequires: libxslt-devel >= 1.0.0
20-
BuildRequires: meson
21-
BuildRequires: python3
22-
BuildRequires: python3-pytest
23-
BuildRequires: python3-requests
8+
URL: https://libosinfo.org
9+
Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
10+
11+
BuildRequires: meson
12+
BuildRequires: gcc
13+
BuildRequires: gettext-devel
14+
BuildRequires: git
15+
BuildRequires: glib2-devel
16+
BuildRequires: libxml2-devel >= 2.6.0
17+
BuildRequires: libxslt-devel >= 1.0.0
18+
BuildRequires: libsoup-devel
19+
BuildRequires: libarchive-devel
20+
BuildRequires: json-glib-devel
21+
BuildRequires: perl-podlators
22+
23+
#Required for testing purposes
24+
BuildRequires: python3
25+
BuildRequires: python3-pytest
26+
BuildRequires: python3-requests
2427

2528
%description
2629
This package provides tools for managing the osinfo database of
27-
information about operating systems for use with virtualization
30+
information about operating systems for use with virtualization.
31+
2832

2933
%prep
3034
%autosetup -S git
@@ -54,6 +58,10 @@ information about operating systems for use with virtualization
5458
%{_mandir}/man1/osinfo-db-validate.1*
5559

5660
%changelog
61+
* Tue Dec 17 2024 Jyoti kanase <v-jykanase@microsoft.com> - 1.12.0-1
62+
- Upgrade version to 1.12.0
63+
- License verified.
64+
5765
* Wed Dec 28 2022 Muhammad Falak <mwani@microsoft.com> - 1.10.0-2
5866
- Initial CBL-Mariner import from Fedora 36 (license: MIT).
5967
- License verified

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15673,8 +15673,8 @@
1567315673
"type": "other",
1567415674
"other": {
1567515675
"name": "osinfo-db-tools",
15676-
"version": "1.10.0",
15677-
"downloadUrl": "https://releases.pagure.org/libosinfo/osinfo-db-tools-1.10.0.tar.xz"
15676+
"version": "1.12.0",
15677+
"downloadUrl": "https://releases.pagure.org/libosinfo/osinfo-db-tools-1.12.0.tar.xz"
1567815678
}
1567915679
}
1568015680
},

0 commit comments

Comments
 (0)