- Update to version 1.2.0
Changes in this release include * Don’t expand XML entities * Fix build with CLang * Don’t hardcode perl interpretor path - Use more appropriate RPM group - Drop unnecessary %__ macro indirections - Update to version 1.1.0 Changes in this release include * Add –license option to osinfo-db-export * Fix license file to refer to GPL, not LGPL * Fix typos in help output * List libarchive as pre-req in README - Version 1.0.0 libosinfo is a project providing information about operating systems, hypervisors and the (virtual) hardware devices they can support. This package contains a set of tools to assist administrators and developers in managing the database. OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=65
This commit is contained in:
parent
afdf940ea7
commit
e1582ea2e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee254fcf3f92447787a87b3f6df190c694a787de46348c45101e8dc7b29b5a78
|
||||
size 916787
|
3
libosinfo-1.3.0.tar.gz
Normal file
3
libosinfo-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2159b969fe90715ee779eb3921365a9148e862e1ed60328ef1ba57714e511da5
|
||||
size 977090
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 11:29:25 MST 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 11:24:37 MDT 2018 - carnold@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libosinfo
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
%define with_lang 1
|
||||
|
||||
Name: libosinfo
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Manage information about operating systems and hypervisors
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user