#32 move gtk3 only to tests sub-package
Merged 11 months ago by jadahl. Opened 11 months ago by sbonazzo.
Unknown source rawhide  into  rawhide

file modified
+1 -1
@@ -87,7 +87,6 @@

  Requires: control-center-filesystem

  Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}

  Requires: gnome-settings-daemon

- Requires: gtk3%{?_isa} >= %{gtk3_version}

  Requires: gtk4%{?_isa} >= %{gtk4_version}

  Requires: json-glib%{?_isa} >= %{json_glib_version}

  Requires: libinput%{?_isa} >= %{libinput_version}
@@ -129,6 +128,7 @@

  %package  tests

  Summary:  Tests for the %{name} package

  Requires: %{name}%{?_isa} = %{version}-%{release}

+ Requires: gtk3%{?_isa} >= %{gtk3_version}

  

  %description tests

  The %{name}-tests package contains tests that can be used to verify

mutter doesn't need gtk3 anymore but its testing system still requires
it. Moving the dependency to the tests subpackage only.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=2177077
Signed-off-by: Sandro Bonazzola sbonazzo@redhat.com

lgtm. it's ok for this to get a new build the next version bump, I guess?

Pull-Request has been merged by jadahl

11 months ago
Metadata