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