RPM: The keyutils rpm should depend on the exact version of keyutils-libs rpm

The main keyutils rpm should depend on exactly the same version of the
keyutils-libs rpm so that they get updated together.

This should fix the following complaint from RHEL rpmdiff:

Report from TEST_REQUIRES:
[VERIFY] [keyutils] Subpackage keyutils on i686 ppc s390 consumes libraries libkeyutils.so.1 libkeyutils.so.1(KEYUTILS_0.3) libkeyutils.so.1(KEYUTILS_1.0) libkeyutils.so.1(KEYUTILS_1.3) from subpackage keyutils-libs but does not have explicit package version requirement.
Please add Requires: keyutils-libs = %{version}-%{release} to keyutils in the specfile to avoid the need to test interoperability between the various combinations of old and new subpackages.

Signed-off-by: David Howells <dhowells@redhat.com>
1 file changed