Skip to content

Commit

Permalink
chore: Use provides in mutter to fix package conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed May 1, 2024
1 parent 881e8e1 commit 9e75116
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion staging/mutter/mutter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Requires: startup-notification
Requires: dbus

# Need common
Requires: %{name}-common = %{gnome_version}-%{release}
Requires: %{name}-common = %{version}-%{release}

Recommends: mesa-dri-drivers%{?_isa}

Expand All @@ -128,6 +128,8 @@ Provides: firstboot(windowmanager) = mutter
Provides: bundled(cogl) = 1.22.0
Provides: bundled(clutter) = 1.26.0

Provides: mutter = %{gnome_version}-%{release}

Conflicts: mutter < 45~beta.1-2

# Make sure dnf updates gnome-shell together with this package; otherwise we
Expand All @@ -150,6 +152,7 @@ behaviors to meet the needs of the environment.
Summary: Common files used by %{name} and forks of %{name}
BuildArch: noarch
Conflicts: mutter < 45~beta.1-2
Provides: mutter-common = %{gnome_version}-%{release}

%description common
Common files used by Mutter and soft forks of Mutter
Expand Down

0 comments on commit 9e75116

Please sign in to comment.