Recommend gnome-bluetooth instead of requiring it
This allows uninstalling gnome-bluetooth, bluez and bluez-obexd on machines with no Bluetooth interfaces. Resolves rhbz#2172653
This commit is contained in:
parent
3c7d9f6182
commit
431e2526d5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 44~rc
|
Version: 44~rc
|
||||||
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+
|
||||||
@ -72,7 +72,7 @@ BuildRequires: gnome-bluetooth-libs-devel >= %{gnome_bluetooth_version}
|
|||||||
# Bootstrap requirements
|
# Bootstrap requirements
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
Requires: gnome-bluetooth%{?_isa} >= %{gnome_bluetooth_version}
|
Recommends: gnome-bluetooth%{?_isa} >= %{gnome_bluetooth_version}
|
||||||
%endif
|
%endif
|
||||||
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
|
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
|
||||||
%if 0%{?rhel} != 7
|
%if 0%{?rhel} != 7
|
||||||
@ -226,6 +226,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Shell.Porta
|
|||||||
%{_mandir}/man1/gnome-shell.1*
|
%{_mandir}/man1/gnome-shell.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 14 2023 Dominik Mierzejewski <dominik@greysector.net> - 44~rc-2
|
||||||
|
- Recommend gnome-bluetooth instead of requiring it
|
||||||
|
Resolves rhbz#2172653
|
||||||
|
|
||||||
* Mon Mar 06 2023 Florian Müllner <fmuellner@redhat.com> - 44~rc-1
|
* Mon Mar 06 2023 Florian Müllner <fmuellner@redhat.com> - 44~rc-1
|
||||||
- Update to 44.rc
|
- Update to 44.rc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user