This commit is contained in:
parent
0b02fe5022
commit
b984669719
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 17:57:14 CET 2007 - jdelvare@suse.de
|
||||
|
||||
- Fix two rpmlint warnings. One of them was about a missing
|
||||
dependency between libsensors3-devel and libsensors3, which was
|
||||
breaking the build of other packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 14:16:43 CET 2007 - jdelvare@suse.de
|
||||
|
||||
|
11
sensors.spec
11
sensors.spec
@ -14,7 +14,7 @@ Name: sensors
|
||||
BuildRequires: bison flex rrdtool-devel sysfsutils
|
||||
Url: http://www.lm-sensors.org/
|
||||
Version: 2.10.5
|
||||
Release: 6
|
||||
Release: 8
|
||||
Summary: Hardware health monitoring for Linux
|
||||
License: GPL v2 or later
|
||||
Group: System/Monitoring
|
||||
@ -72,7 +72,7 @@ Authors:
|
||||
|
||||
%package -n libsensors3
|
||||
Summary: Hardware health monitoring library
|
||||
Group: System/Monitoring
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libsensors3
|
||||
@ -95,7 +95,8 @@ Authors:
|
||||
|
||||
%package -n libsensors3-devel
|
||||
Summary: Hardware health monitoring library
|
||||
Group: System/Monitoring
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsensors3 = %{version}
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libsensors3-devel
|
||||
@ -198,6 +199,10 @@ rm -f $RPM_BUILD_ROOT/usr/src/linux/include/sensors.h
|
||||
%doc /usr/share/man/man3/*.3.gz
|
||||
%changelog
|
||||
* Fri Nov 02 2007 - jdelvare@suse.de
|
||||
- Fix two rpmlint warnings. One of them was about a missing
|
||||
dependency between libsensors3-devel and libsensors3, which was
|
||||
breaking the build of other packages.
|
||||
* Fri Nov 02 2007 - jdelvare@suse.de
|
||||
- Package libsensors separately. I've named the package
|
||||
"libsensors3" because it is going to fade out quickly in favor
|
||||
of the new, incompatible version from lm-sensors 3.
|
||||
|
Loading…
Reference in New Issue
Block a user