Fix gweather4 dependency

This commit is contained in:
David King 2022-01-14 21:11:30 +00:00
parent 157a28c383
commit f5594906e0

View File

@ -2,7 +2,7 @@
Name: gnome-shell Name: gnome-shell
Version: 42~alpha Version: 42~alpha
Release: 1%{?dist} Release: 2%{?dist}
Summary: Window management and application launching for GNOME Summary: Window management and application launching for GNOME
License: GPLv2+ License: GPLv2+
@ -34,7 +34,6 @@ Patch60003: 0001-main-Leak-the-GJS-context-and-ShellGlobal.patch
%define gstreamer_version 1.4.5 %define gstreamer_version 1.4.5
%define pipewire_version 0.3.0 %define pipewire_version 0.3.0
%define gnome_settings_daemon_version 3.37.1 %define gnome_settings_daemon_version 3.37.1
%define libgweather_version 40~alpha
BuildRequires: bash-completion BuildRequires: bash-completion
BuildRequires: gcc BuildRequires: gcc
@ -121,7 +120,7 @@ Requires: python3%{_isa}
Requires: switcheroo-control Requires: switcheroo-control
# needed for clocks/weather integration # needed for clocks/weather integration
Requires: geoclue2-libs%{?_isa} Requires: geoclue2-libs%{?_isa}
Requires: libgweather4%{?_isa} >= %{libgweather_version} Requires: libgweather4%{?_isa}
# needed for thunderbolt support # needed for thunderbolt support
Requires: bolt%{?_isa} Requires: bolt%{?_isa}
# Needed for launching flatpak apps etc # Needed for launching flatpak apps etc
@ -230,6 +229,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
%{_mandir}/man1/gnome-shell.1* %{_mandir}/man1/gnome-shell.1*
%changelog %changelog
* Fri Jan 14 2022 David King <amigadave@amigadave.com> - 42~alpha-2
- Fix gweather4 dependency
* Fri Jan 14 2022 David King <amigadave@amigadave.com> - 42~alpha-1 * Fri Jan 14 2022 David King <amigadave@amigadave.com> - 42~alpha-1
- Update to 42.alpha - Update to 42.alpha
- Use pkgconfig for BuildRequires - Use pkgconfig for BuildRequires