Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libosinfo-1_0-0 | Distribution: openSUSE Tumbleweed |
Version: 1.10.0 | Vendor: openSUSE |
Release: 1.3 | Build date: Thu May 12 03:28:06 2022 |
Group: System/Libraries | Build host: obs-arm-10 |
Size: 396329 | Source RPM: libosinfo-1.10.0-1.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://releases.pagure.org/libosinfo/ | |
Summary: Operating system and hypervisor information management library |
libosinfo is a library that allows virtualization provisioning tools to determine the optimal device settings for a hypervisor/operating system combination.
GPL-2.0-or-later AND LGPL-2.1-or-later
* Tue Mar 01 2022 carnold@suse.com - Update to version 1.10.0 Changes in this release include: * Add API for resolving multiple tree matches * Add API for resolving multiple media matches * Add API to match between two OsinfoTree * Add API to match between two OsinfoMedia * Add API to get a complete list of firmwares * Add missing documentation of osinfo_os_add_firmware() * Add release status to osinfo-query * Add --all flag to all tools to report all matches * Fix hiding database entries * Adapt to libsoup3 which is now preferred over libsoup2 * Several CI improvements * Several translations improvements * Tue Mar 02 2021 carnold@suse.com - Update to version 1.9.0 Changes in this release include: * Improve on the osinfo-tools' and osinfo-detect's help * Several CI improvements * Several translations improvements * Improve on debuggability of the loader code * Fix build when using clang * Tue Aug 18 2020 Dominique Leuenberger <dimstar@opensuse.org> - Explicitly call %meson_build in the %build section: It was never needed (but should have been there) 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. * Mon Jun 01 2020 carnold@suse.com - Update to version 1.8.0 Changes in this release include: * Several CI improvements * Several release scripts improvements * Several translations improvements * Several syntax-check improvements * Code cleanup in order to modernize the GObject usage * Add API to get whether a firmware is supported or not * Add API to get "cloud-image-username" * Tue Feb 04 2020 Bjørn Lie <bjorn.lie@gmail.com> - No longer recommend -lang: supplements are in use. * Wed Jan 08 2020 carnold@suse.com - Drop ids.tar.bz2 in favor of using hwdata. (boo#1159838) * Fri Dec 27 2019 Dominique Leuenberger <dimstar@opensuse.org> - BuildRequire and Require hwdata: usb.ids and pci.ids are shipped and maintained by this package. Prior to version 1.7.x, libosinfo shipped own, outdated copies (boo#1159838). * Wed Dec 04 2019 carnold@suse.com - Update to version 1.7.1 Changes in this release include: * Fix usage of versioned symbols * MinGW spec file fixes and improvements * Fix pci.ids and usb.ids installation * Mon Dec 02 2019 carnold@suse.com - Update to version 1.7.0 Changes in this release include: * Add API to expose a device driver "priority" * Improve media detection when using "volume-size" to distinguish medias * General improvements on OsinfoList APIs to avoid unsafe access * Minor POD fixes * Switch to meson build system * Add API to expose "firmware" support on OsinfoOS * Drop "env" type support from osinfo-detect * Print the architecture of the detected tree / media on osinfo-detect * Add API to create an OsinfoTree from a treeinfo file * Fri Jul 26 2019 carnold@suse.com - Update to version 1.6.0 Changes in this release include: * Add API to get the kernel URL argument for an OsinfoOs * Improve detection of PPC ISOs * Add API to create an OsinfoMedia from location using OsinfoMediaDetectFlags * Add API to get whether a media is bootable or not * Add OsinfoTree treeinfo properties * Add API to identify an OsinfoTree * Deprecate API to guess an OsinfoOs from OsinfoTree * Add --config-file to osinfo-install-script tool * Deprecate --config usage for user & admin passwords on osinfo-install-script tool * Add API to generate an install-script and its command-line for OsinfoTree * Use libsoup for "http://" & "https://" requests for creating both OsinfoMedia & OsinfoTree * Drop GVFS dependency * Add OsinfoOs property to OsinfoTree - Drop CVE-2019-13313-add-new-option-so-users-can-set-config-from-file.patch CVE-2019-13313-pass-username-password-via-config-file.patch * Mon Jul 08 2019 carnold@suse.com - bsc#1140749 - VUL-1: CVE-2019-13313: libosinfo: osinfo-install- script option leaks password via command line argument CVE-2019-13313-add-new-option-so-users-can-set-config-from-file.patch CVE-2019-13313-pass-username-password-via-config-file.patch * Thu May 09 2019 carnold@suse.com - Update to version 1.5.0 Changes in this release include: * Add API to get an OS from OsinfoTrees & OsinfoImages * Add API to set an OS to OsinfoTrees & OsinfoImages * Add API to get the OS variants from OsinfoTrees & OsinfoImages * Add API to set the installation URL to a OsinfoInstallConfig * Add API to get all short-ids from an OsinfoProduct * Improve OsinfoLoader in order to fully support multiple short-ids values on an OsinfoProduct * Improve osinfo-detect tool's help wording * Improve osinfo-detect tool, making it aware of OsinfoTree's OS variants * Fix the loading of the architecture value of OsinfoImages * Fix usage of application id on media detection * Accept "all" as a valid fallback architecture for OsinfoTrees & OsinfoMedias * Improve treeinfo check by checking for both ".treeinfo" and "treeinfo" files * Explicitly set GVFS as a requirement in the project spec file * Move osinfo-db related tests to osinfo-db project - Drop 0001-media-Fix-usage-of-application-id.patch 0002-loader-Properly-load-the-arch-value-for-images.patch * Wed Apr 10 2019 carnold@suse.com - Upstream bug fixes from Fabiano Fidêncio <fabiano@fidencio.org> 0001-media-Fix-usage-of-application-id.patch 0002-loader-Properly-load-the-arch-value-for-images.patch * Fri Mar 01 2019 carnold@suse.com - Update to version 1.4.0 Changes in this release include: * Add isodata test files for more distros * Refreshed translations from Zanata * Drop deprecated gnome-common and intltool * Fix test cases checking for medias, trees and images URIs due to libcurl issues when reusing the curl handler * Fix media identification when its identifiers have the maximum allowed size * Fix filling up the media properties when identifying it * Improvements in the tests in order to reduce code duplication * Add one test case per OS for medias, trees and images URIs tests * Add OSINFO_RELEASE_STATUS_ROLLING release status * Add API to add an installer script to a media * Add API to get all the installer scripts from a media * Mon Feb 04 2019 Jan Engelhardt <jengelh@inai.de> - Use noun phrase in summaries. * Mon Feb 04 2019 carnold@suse.com - Update to version 1.3.0 Changes in this release include: * Add isodata test files for many more distros * Refreshed translations from Zanata * Refuse to load data files which do not follow the documented directory layout and file naming conventions introduced in version 0.3.0 * Avoid warnings when setting GError objects with new glib * Remove outdated FSF address from source file headers * Make several test suites collect & report all errors before exiting with failure for easy diagnosis * Avoid misc memory leaks * Add support for reporting maximum resource settings * Add support for reporting network installer resource settings * Fix data returned for osinfo_devicelinklist_get_devices * Support removal of devices during inheritance processing * Support inheritance of resources settings * Add OsinfoImage class & related APIs for reporting pre-installed disk images * Add API to determine if treeinfo metadata is provided * Add API to determine if media supports installer scripts * Add API to determine preferred install script injection methods * Add support for detecting if PPC ISO images are bootable
/usr/lib64/libosinfo-1.0.so.0 /usr/lib64/libosinfo-1.0.so.0.1010.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jun 21 00:32:12 2022