Subpackage mutter-tests carries 'Requires: libmutter-test-12.so'
which comes from subpackage mutter-devel but does not carry an
explicit package version requirement.
Added 'Requires: mutter-devel = %{version}-%{release}' to the spec
file to avoid the need to test interoperability between various
combinations of old and new subpackages.
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
Runtime dependency on zenity was already dropped.
Dropping on build require as well as the test requiring it is not
executed while building and we don't ship that test within the built rpms.
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=2164152
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
gtk-doc is not used anymore in mutter: gi-docgen is now used for
building the documentation.
Not replacing the dependency because API doc generation has been dropped
in commit 7b5a0bf581 so gi-docgen is not
going to be used during the build anyway.
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>