Description of problem: iptables-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): iptables-1.3.7-2 Expected results: Please apply the following patch or better: --- snipp --- --- iptables.spec 2007-05-03 00:42:09.000000000 +0200 +++ iptables.spec.rsc 2007-05-03 00:42:23.000000000 +0200 @@ -27,13 +27,13 @@ %package ipv6 Summary: IPv6 support for iptables. Group: System Environment/Base -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %if %{build_devel} %package devel Summary: Development package for iptables. Group: System Environment/Base -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %endif %description --- snapp ---
*** This bug has been marked as a duplicate of 225906 ***