forked from pool/hwinfo
This commit is contained in:
parent
a2d1cf8b17
commit
1b6539a3c5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e69d8c4bad13c4e012a1b886b55713e708c90b3e49ec865d4d06a6e35f0fc7b6
|
|
||||||
size 715849
|
|
3
hwinfo-16.1.tar.bz2
Normal file
3
hwinfo-16.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a17a7cbb9f4e3339fb917c11b88d7a330ef2c9b2d43d942fb41e8238a337ac7f
|
||||||
|
size 655971
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 9 12:31:27 CEST 2009 - snwint@suse.de
|
||||||
|
|
||||||
|
- rewrite monitor detection to use libx86emu
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 14 17:36:41 CEST 2009 - snwint@suse.de
|
Thu May 14 17:36:41 CEST 2009 - snwint@suse.de
|
||||||
|
|
||||||
|
11
hwinfo.spec
11
hwinfo.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hwinfo (Version 16.0)
|
# spec file for package hwinfo (Version 16.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,6 +20,9 @@
|
|||||||
|
|
||||||
Name: hwinfo
|
Name: hwinfo
|
||||||
BuildRequires: doxygen flex hal-devel perl-XML-Parser perl-XML-Writer udev
|
BuildRequires: doxygen flex hal-devel perl-XML-Parser perl-XML-Writer udev
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
BuildRequires: libx86emu-devel
|
||||||
|
%endif
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Provides: libhd
|
Provides: libhd
|
||||||
@ -28,9 +31,9 @@ Requires: dbus-1 >= 0.34 hal >= 0.5.2
|
|||||||
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
|
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Hardware Library
|
Summary: Hardware Library
|
||||||
Version: 16.0
|
Version: 16.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: hwinfo-16.0.tar.bz2
|
Source: hwinfo-16.1.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -102,6 +105,8 @@ rm -rf %{buildroot}
|
|||||||
%doc doc/libhd/html
|
%doc doc/libhd/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 09 2009 snwint@suse.de
|
||||||
|
- rewrite monitor detection to use libx86emu
|
||||||
* Thu May 14 2009 snwint@suse.de
|
* Thu May 14 2009 snwint@suse.de
|
||||||
- setup dummy int 0x15 for BIOS emulation (bnc #469863)
|
- setup dummy int 0x15 for BIOS emulation (bnc #469863)
|
||||||
- fix memory size detection (bnc #500410)
|
- fix memory size detection (bnc #500410)
|
||||||
|
Loading…
Reference in New Issue
Block a user