-
Notifications
You must be signed in to change notification settings - Fork 560
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: osinfo-db version to 20240701 #11495
base: 3.0-dev
Are you sure you want to change the base?
Conversation
e623c34
to
8245ad4
Compare
8245ad4
to
8212e02
Compare
%define with_mingw 0 | ||
%if 0%{?fedora} | ||
%define with_mingw 0%{!?_without_mingw:1} | ||
%endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will not be using mingw and fedora macros. Can you please clean up the spec file.
Summary: osinfo database files | ||
Name: osinfo-db | ||
Version: 20240701 | ||
Release: 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is upgrade we need to reset the release to 1%{?dist}
BuildArch: noarch | ||
Requires: hwdata | ||
|
||
%if %{with_mingw} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here also we do not use mingw related macros. Please clean it up.
|
||
%if %{with_mingw} | ||
osinfo-db-import --root %{buildroot} --dir %{mingw32_datadir}/osinfo %{SOURCE0} | ||
osinfo-db-import --root %{buildroot} --dir %{mingw64_datadir}/osinfo %{SOURCE0} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to use rhel and mingw related macros. Apply this comment to other parts of the spec file wherever needed.
8212e02
to
ea9131f
Compare
Updated the changes |
BuildArch: noarch | ||
Source0: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz | ||
Source1: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz.asc | ||
URL: http://libosinfo.org/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use https for URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
ea9131f
to
0b3bff2
Compare
@jykanase, Unified buddy build is failing. Can you please look into it and fix the issue. |
It is not leaf PR, I will look it after all leaf PR get merged |
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./LICENSES-AND-NOTICES/SPECS/data/licenses.json
,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md
,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
Upgrade: osinfo-db version to 20240701
Build/Dependency Information
osinfo-db-tools
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology