Bug 238787

Summary: lm_sensors-devel depends on %{version} but not on %{version}-%{release}
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: lm_sensorsAssignee: Hans de Goede <hdegoede>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pknirsch
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-10 21:33:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Scheck 2007-05-02 22:34:02 UTC
Description of problem:
lm_sensors-devel depends on %{version} but not on %{version}-%{release}, please 
fix this with the next build of the package. There can be minor changes which 
could be incompatible after release bumping, so it's save to add %{release}, 
too.

Version-Release number of selected component (if applicable):
lm_sensors-2.10.3-2

Expected results:
Please apply the following patch or better:

--- snipp ---
--- lm_sensors.spec       2007-05-03 00:32:29.000000000 +0200
+++ lm_sensors.spec.rsc   2007-05-03 00:32:36.000000000 +0200
@@ -33,7 +33,7 @@
 %package devel
 Summary: Development files for programs which will use lm_sensors.
 Group: Development/System
-Requires: lm_sensors = %{version}
+Requires: lm_sensors = %{version}-%{release}

 %description devel
 The lm_sensors-devel package includes a header files and libraries for use
--- snapp ---

Comment 1 Hans de Goede 2007-07-10 21:33:38 UTC
Hi,

Short introduction, I'm a Fedora contributer and since I'm involved in
lm_sensors upstream, I've also become a co-maintainer of lm_sensors in Fedora.

I've just build lm_sensors-2.10.3-3.fc8 for rawhide / devel, which fixes this.