Accepting request 671245 from hardware
- Use noun phrase in summaries. (forwarded request 671238 from jengelh) OBS-URL: https://build.opensuse.org/request/show/671245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosinfo?expand=0&rev=32
This commit is contained in:
commit
bd80e18951
@ -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,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 23:00:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
@ -658,4 +691,3 @@ Tue Jan 31 08:48:28 UTC 2012 - dimstar@opensuse.org
|
||||
Wed Nov 23 16:43:35 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Initial package, version 0.0.2
|
||||
|
||||
|
@ -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
|
||||
@ -13,18 +13,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%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+
|
||||
Group: System/Libraries
|
||||
Summary: Operating system and hyperviro information management library
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://releases.pagure.org/libosinfo/
|
||||
Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz
|
||||
Source1: ids.tar.bz2
|
||||
@ -50,7 +50,7 @@ determine the optimal device settings for a hypervisor/operating system
|
||||
combination.
|
||||
|
||||
%package -n libosinfo-1_0-0
|
||||
Summary: Manage information about operating systems and hypervisors
|
||||
Summary: Operating system and hyperviro information management library
|
||||
Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
@ -60,7 +60,7 @@ determine the optimal device settings for a hypervisor/operating system
|
||||
combination.
|
||||
|
||||
%package -n typelib-1_0-Libosinfo-1_0
|
||||
Summary: Manage information about operating systems and hypervisors
|
||||
Summary: Typelib files for libosinfo
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-Libosinfo-1_0
|
||||
@ -69,7 +69,7 @@ determine the optimal device settings for a hypervisor/operating system
|
||||
combination.
|
||||
|
||||
%package devel
|
||||
Summary: Manage information about operating systems and hypervisors - Development Files
|
||||
Summary: Header files for libosinfo, an OS/hypervisor information library
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libosinfo-1_0-0 = %{version}
|
||||
Requires: typelib-1_0-Libosinfo-1_0 = %{version}
|
||||
@ -79,8 +79,8 @@ libosinfo is a library that allows virtualization provisioning tools to
|
||||
determine the optimal device settings for a hypervisor/operating system
|
||||
combination.
|
||||
|
||||
Libraries, includes, etc. to compile with the libosinfo library
|
||||
This package also provides the Vala bindings for libosinfo library.
|
||||
This package provides includes to compile with the libosinfo library,
|
||||
as well as Vala bindings for the libosinfo library.
|
||||
|
||||
%if %{with_lang}
|
||||
%lang_package
|
||||
|
Loading…
x
Reference in New Issue
Block a user