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 ---
I wrote bullshit, apply s/%{name}/%{version}/g to give my report sense.
Fixed in libsemanage-2_0_3-2_fc7
Confirmed to be fixed in 2.0.4-1 (fc8).