This commit is contained in:
parent
20a11e7ee2
commit
770320751c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user