diff --git a/hwinfo.changes b/hwinfo.changes index d57cb3d..cfd83e5 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -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 diff --git a/hwinfo.spec b/hwinfo.spec index 453b157..f7a59ec 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -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)