Steffen Winterfeldt 2012-02-10 08:50:45 +00:00 committed by Git OBS Bridge
parent 477f1a2225
commit 4e0dd395b2
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40d69a7fc80bfa280481e15a4a3a969ea719d650246d605729006dd5d900b551
size 640722

3
hwinfo-19.1.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 10 09:49:44 CET 2012 - snwint@suse.de
- basic arm support
- updated git related scripts
- Use new and correct sysfs driver names:
- hv_storvsc instead of storvsc
- hv_netvsc instead of netvsc
- Remove blkvsc, the driver was merged into hv_storvsc
- detect fcoe disks (bnc #725134)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 7 15:13:16 CEST 2011 - snwint@suse.de Fri Oct 7 15:13:16 CEST 2011 - snwint@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package hwinfo # spec file for package hwinfo
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,16 +26,16 @@ BuildRequires: perl-XML-Writer
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
BuildRequires: libx86emu-devel BuildRequires: libx86emu-devel
%endif %endif
License: GPLv2+ License: GPL-2.0+
Group: Hardware/Other Group: Hardware/Other
Provides: libhd Provides: libhd
Obsoletes: libhd Obsoletes: libhd
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
AutoReqProv: on AutoReqProv: on
Summary: Hardware Library Summary: Hardware Library
Version: 19.0 Version: 19.1
Release: 1 Release: 1
Source: hwinfo-19.0.tar.bz2 Source: hwinfo-19.1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -45,7 +45,7 @@ library.
%package devel %package devel
License: GPLv2+ License: GPL-2.0+
Summary: Hardware Detection Library Summary: Hardware Detection Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Provides: libhddev Provides: libhddev