https://bugzilla.redhat.com/show_bug.cgi?id=2038730 Jun.Miao <jun.miao@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jun.miao@xxxxxxxxx --- Comment #2 from Jun.Miao <jun.miao@xxxxxxxxx> --- > %global tarball_version %%(echo %{version} | tr '~' '.') > Source0: https://download.gnome.org/sources/libgweather/3.90/libgweather-%{tarball_version}.tar.xz > %autosetup -p1 -n libgweather-%{tarball_version} The Source0: https://download.gnome.org/sources/libgweather/3.90, which of "3.90" will also change with "tarball_version"(3.90.0). Could we change it like this?? %global tarball_version %%(echo %{version} | head -c 3) Source0: https://download.gnome.org/sources/libgweather/%{tarball_version}/libgweather-%{version}.tar.xz %autosetup -p1 -n libgweather-%{version} or %global big_version %%(echo %{version} | head -c 3) Source0: https://download.gnome.org/sources/libgweather/%{big_version}/libgweather-%{version}.tar.xz %autosetup -p1 -n libgweather-%{version} Thanks Jun -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2038730 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure