Skip to content

Commit

Permalink
chore: Fix tarball version
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Apr 19, 2024
1 parent fe079bb commit c216803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/mutter/mutter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

%global gnome_major_version 46
%global gnome_version %{gnome_major_version}.0
%global tarball_version %%(echo %{version} | tr '~' '.')
%global tarball_version %%(echo %{gnome_version} | tr '~' '.')
%global _default_patch_fuzz 2

Name: mutter
Expand Down

0 comments on commit c216803

Please sign in to comment.