Description of problem: file-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): file-4.20-1 Expected results: Please apply the following patch or better: --- snipp --- --- file.spec 2007-05-03 00:38:53.000000000 +0200 +++ file.spec.rsc 2007-05-03 00:39:24.000000000 +0200 @@ -24,7 +24,7 @@ Patch23: file-4.20-REG_STARTEND.patch Patch24: file-4.20-unused.patch -Requires: file-libs = %{version} +Requires: file-libs = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel @@ -47,7 +47,7 @@ %package devel Summary: Libraries and header files for file development Group: Applications/File -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel The file-devel package contains the header files and libmagic library --- snapp ---
Thanks for reporting. This issue should be fixed in RAWHIDE (file-4.21-2.fc8).