From e258e5ef40bf8c2f8d4499dd298046b2473a4ba6 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 5 Jun 2006 21:53:11 +0000 Subject: [PATCH] Fixed BuildRequires and cleaned up Requires --- lm_sensors.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lm_sensors.spec b/lm_sensors.spec index 72d9b82..6735f1f 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -1,6 +1,6 @@ Name: lm_sensors Version: 2.10.0 -Release: 1 +Release: 2 URL: http://secure.netroedge.com/~lm78/ Source: http://secure.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz Source1: lm_sensors.sysconfig @@ -18,8 +18,9 @@ Group: Applications/System License: GPL Buildroot: %{_tmppath}/%{name}-root Requires: /usr/sbin/dmidecode -PreReq: chkconfig -BuildPrereq: kernel-headers >= 2.2.16, bison, sysfsutils-devel +Requires(preun): chkconfig +Requires(post): chkconfig +BuildRequires: kernel-headers >= 2.2.16, bison, sysfsutils-devel, flex ExclusiveArch: alpha %{ix86} x86_64 %description @@ -106,6 +107,10 @@ fi %{_libdir}/lib*.so %changelog +* Mon Jun 05 2006 Jesse Keating 2.10.0-2 +- Fix BuildRequires, added flex. (#193511) Changed to Requires(post) and + (postun) + * Fri May 12 2006 Phil Knirsch 2.10.0-1 - Update to lm_sensors-2.10.0 - Added missing buildprereq on sysfsutils-devel (#189196)