SHA256
1
0
forked from pool/hwinfo
OBS User unknown 2007-12-31 21:23:01 +00:00 committed by Git OBS Bridge
parent 855b9dbc69
commit 5e8e09a8a1
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 27 07:38:33 CET 2007 - crrodriguez@suse.de
- fix library-without-ldconfig-post* errors
-------------------------------------------------------------------
Tue Sep 25 13:50:42 CEST 2007 - snwint@suse.de

View File

@ -21,7 +21,7 @@ PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Hardware Library
Version: 13.57
Release: 1
Release: 30
Source: hwinfo-13.57.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -65,6 +65,10 @@ system.
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
/usr/sbin/hwinfo
@ -87,7 +91,10 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/hwinfo.pc
/usr/include/hd.h
%doc doc/libhd/html
%changelog
* Thu Dec 27 2007 - crrodriguez@suse.de
- fix library-without-ldconfig-post* errors
* Tue Sep 25 2007 - snwint@suse.de
- braille: fix el2d detection; wait longer in ht code
- fix mv643xx detection (#300613)