OBS User unknown 2007-09-03 16:42:30 +00:00 committed by Git OBS Bridge
parent 20a11e7ee2
commit 770320751c
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 3 17:41:30 CEST 2007 - jdelvare@suse.de
- Run ldconfig in %post and %postun. rpmlint was complaining
that this was missing.
-------------------------------------------------------------------
Tue Aug 28 16:00:29 CEST 2007 - werner@suse.de

View File

@ -14,7 +14,7 @@ Name: sensors
BuildRequires: bison flex rrdtool-devel sysfsutils udev
URL: http://www.lm-sensors.org/
Version: 2.10.4
Release: 11
Release: 14
Summary: Hardware health monitoring for Linux
License: GPL v2 or later
Group: System/Monitoring
@ -91,8 +91,12 @@ rm -f $RPM_BUILD_ROOT/usr/src/linux/include/i2c-dev.h
rm -f $RPM_BUILD_ROOT/usr/src/linux/include/sensors.h
rm -f $RPM_BUILD_ROOT/usr/bin/decode-edid.pl
%post
%run_ldconfig
%postun
%{insserv_cleanup}
%run_ldconfig
%files
%defattr(-,root,root)
@ -111,6 +115,9 @@ rm -f $RPM_BUILD_ROOT/usr/bin/decode-edid.pl
%doc /usr/share/man/man8/*.8.gz
%changelog
* Mon Sep 03 2007 - jdelvare@suse.de
- Run ldconfig in %%post and %%postun. rpmlint was complaining
that this was missing.
* Tue Aug 28 2007 - werner@suse.de
- Remove hard coded modules introduced by last change
* Tue Aug 14 2007 - hvogel@suse.de