Accepting request 680647 from hardware
Update libosinfo to version 1.4.0 OBS-URL: https://build.opensuse.org/request/show/680647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosinfo?expand=0&rev=33
This commit is contained in:
commit
79bfea73ec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2159b969fe90715ee779eb3921365a9148e862e1ed60328ef1ba57714e511da5
|
|
||||||
size 977090
|
|
3
libosinfo-1.4.0.tar.gz
Normal file
3
libosinfo-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a29e61a82b1a5727b145403914812273dfa033a0c07a15500078726bb3b84165
|
||||||
|
size 1075852
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 12:50:15 MST 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 4 23:00:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Mon Feb 4 23:00:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -13,29 +13,27 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define with_lang 1
|
%define with_lang 1
|
||||||
|
|
||||||
Name: libosinfo
|
Name: libosinfo
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Operating system and hyperviro information management library
|
Summary: Operating system and hypervisor information management library
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://releases.pagure.org/libosinfo/
|
Url: https://releases.pagure.org/libosinfo/
|
||||||
Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz
|
Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz
|
||||||
Source1: ids.tar.bz2
|
Source1: ids.tar.bz2
|
||||||
BuildRequires: intltool
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: pkgconfig(check)
|
BuildRequires: pkgconfig(check)
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
|
||||||
BuildRequires: pkgconfig(libsoup-gnome-2.4)
|
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libxslt) >= 1.0.0
|
BuildRequires: pkgconfig(libxslt) >= 1.0.0
|
||||||
Requires: osinfo-db
|
Requires: osinfo-db
|
||||||
@ -50,7 +48,7 @@ determine the optimal device settings for a hypervisor/operating system
|
|||||||
combination.
|
combination.
|
||||||
|
|
||||||
%package -n libosinfo-1_0-0
|
%package -n libosinfo-1_0-0
|
||||||
Summary: Operating system and hyperviro information management library
|
Summary: Operating system and hypervisor information management library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{name} >= %{version}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user