forked from pool/hwinfo
This commit is contained in:
parent
6f479e9c46
commit
debbe05328
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42b9581f6d9fd091259bd9421700585708902b69337fbeeed9e4e348f6c09de9
|
||||
size 632280
|
3
hwinfo-13.33.tar.bz2
Normal file
3
hwinfo-13.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01a06845d160230525d4005c12dee6397cbbe0c3aa75b2f8c9e276fb3debf9a9
|
||||
size 630996
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 18:40:48 CEST 2007 - snwint@suse.de
|
||||
|
||||
- braille detection can no longer block libhd (#266163)
|
||||
- get network interface link state from sysfs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 18:05:52 CEST 2007 - prusnak@suse.cz
|
||||
|
||||
- changed expat to libexpat-devel in Requires of devel subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 11:54:17 CEST 2007 - snwint@suse.de
|
||||
|
||||
|
13
hwinfo.spec
13
hwinfo.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package hwinfo (Version 13.32)
|
||||
# spec file for package hwinfo (Version 13.33)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -20,9 +20,9 @@ Requires: dbus-1 >= 0.34 hal >= 0.5.2
|
||||
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Summary: Hardware Library
|
||||
Version: 13.32
|
||||
Version: 13.33
|
||||
Release: 1
|
||||
Source: hwinfo-13.32.tar.bz2
|
||||
Source: hwinfo-13.33.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -36,7 +36,7 @@ Summary: Hardware Detection Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: libhddev
|
||||
Obsoletes: libhddev
|
||||
Requires: %name = %version expat perl-XML-Writer perl-XML-Parser udev wireless-tools
|
||||
Requires: %name = %version libexpat-devel perl-XML-Writer perl-XML-Parser udev wireless-tools
|
||||
|
||||
%description devel
|
||||
This library collects information about the hardware installed on a
|
||||
@ -89,6 +89,11 @@ rm -rf %{buildroot}
|
||||
%doc doc/libhd/html
|
||||
|
||||
%changelog
|
||||
* Thu May 03 2007 - snwint@suse.de
|
||||
- braille detection can no longer block libhd (#266163)
|
||||
- get network interface link state from sysfs
|
||||
* Thu May 03 2007 - prusnak@suse.cz
|
||||
- changed expat to libexpat-devel in Requires of devel subpackage
|
||||
* Thu Apr 12 2007 - snwint@suse.de
|
||||
- resolving symlinks in sysfs did not work properly
|
||||
- updated X11 data
|
||||
|
Loading…
Reference in New Issue
Block a user