]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- kernel.*lm_sensors Provides: lm_sensors-modules (needed by base package)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Sep 2001 13:57:06 +0000 (13:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lm_sensors.spec -> 1.26

lm_sensors.spec

index 009cd6329522ddcc1e37cea6aec417f79ab68a1c..3e66df70435dbcd413ba87034d213284de3e37fd 100644 (file)
@@ -78,6 +78,7 @@ Requires:     i2c >= 2.6.0
 Conflicts:     kernel < %{_kernel_ver}, kernel > %{_kernel_ver}
 Conflicts:     kernel-%{?_with_smp:up}%{!?_with_smp:smp}
 Obsoletes:     lm_sensors-modules
+Provides:      lm_sensors-modules = %{version}
 
 %description -n kernel%{smpstr}-misc-lm_sensors
 Kernel modules for various buses and monitor chips.
@@ -113,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 gzip -9nf BACKGROUND BUGS CHANGES README README.thinkpad TODO
 find doc -type f ! -name \*.\* -a ! -name \*ticket | xargs gzip -9nf
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -122,9 +126,6 @@ find doc -type f ! -name \*.\* -a ! -name \*ticket | xargs gzip -9nf
 %postun -n kernel%{smpstr}-misc-lm_sensors
 /sbin/depmod -a
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files 
 %defattr(644,root,root,755)
 %doc *.gz 
This page took 0.904669 seconds and 4 git commands to generate.