Accepting request 159893 from hardware

Update to 0.2.6 (forwarded request 159876 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/159893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosinfo?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2013-03-20 10:45:27 +00:00 committed by Git OBS Bridge
commit ff3bcc7443
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29829782b19c91fa89e4f4ae84bc9bd7e35a1273df2bc9cc7c4754ac3af79ef1
size 1223564

3
libosinfo-0.2.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c61a566d71e40936b8c327d63c2fa8287a03b50bac94a4d93cb094f17f71dc9
size 1228644

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 18 19:26:02 UTC 2013 - dimstar@opensuse.org
- Update to version 0.2.6:
+ New API to:
- query signed status of device drivers.
- query device driver signing requirement of installer scripts.
- enable/disable installer script driver signing checks.
+ Use system-installed pci.ids/usb.ids files, if available.
+ Don't ignore vendor/device names from pci.ids/usb.ids files.
+ Corrections to RPM spec.
-------------------------------------------------------------------
Tue Mar 12 12:15:42 UTC 2013 - dimstar@opensuse.org

View File

@ -20,7 +20,7 @@
%define with_lang 1
Name: libosinfo
Version: 0.2.5
Version: 0.2.6
Release: 0
Summary: Manage information about operating systems and hypervisors
License: LGPL-2.1+ and GPL-2.0+
@ -93,7 +93,8 @@ the API is available in all common programming languages.
%setup -q
%build
%configure --disable-static
%configure \
--disable-static
make %{?_smp_mflags}
%install