diff --git a/gnome-shell.spec b/gnome-shell.spec index 43de2c15594067bc3b8b543f1b748b1fc9c770c9..ee514212ca490737d54659f2ab857e1d18d9ad4c 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global tarball_version %%(echo %{version} | tr '~' '.') @@ -113,7 +113,7 @@ Requires: python3 Requires: switcheroo-control # needed for clocks/weather integration Requires: geoclue2-libs -Requires: libgweather4 +Requires: libgweather # needed for thunderbolt support Requires: bolt # Needed for launching flatpak apps etc @@ -234,5 +234,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Shell.Porta %doc README.md %changelog +* Wed Mar 22 2023 yuanhui - 44~rc-2 +- Fixed requires for libgweather + + * Tue Mar 21 2023 yuanhui - 44~rc-1 - Init package from upstream