Bug 238782

Summary: libsemanage-devel depends on %{version} but not on %{version}-%{release}
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: libsemanageAssignee: Daniel Walsh <dwalsh>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: EasyFix
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-07 13:45:26 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:14:42 UTC
Description of problem:
libsemanage-devel depends on %{name} but not on %{name}-%{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):
libsemanage-2.0.1-2

Expected results:
Please apply the following patch or better:

--- snipp ---
--- libsemanage.spec        2007-05-03 00:11:47.000000000 +0200
+++ libsemanage.spec.rsc    2007-05-03 00:11:59.000000000 +0200
@@ -33,7 +33,7 @@
 %package devel
 Summary: Header files and libraries used to build policy manipulation tools
 Group: Development/Libraries
-Requires: libsemanage = %{version}
+Requires: libsemanage = %{version}-%{release}

 %description devel
 The semanage-devel package contains the static libraries and header files
--- snapp ---

Comment 1 Robert Scheck 2007-05-02 22:23:25 UTC
I wrote bullshit, apply s/%{name}/%{version}/g to give my report sense.

Comment 2 Daniel Walsh 2007-05-03 14:48:19 UTC
Fixed in   libsemanage-2_0_3-2_fc7

Comment 3 Robert Scheck 2007-09-07 13:45:26 UTC
Confirmed to be fixed in 2.0.4-1 (fc8).