#18 Recommend gnome-bluetooth instead of requiring it
Merged a year ago by pwalter. Opened a year ago by rathann.
Unknown source rawhide  into  rawhide

file modified
+6 -2
@@ -2,7 +2,7 @@

  

  Name:           gnome-shell

  Version:        44~rc

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Window management and application launching for GNOME

  

  License:        GPLv2+
@@ -72,7 +72,7 @@

  # Bootstrap requirements

  BuildRequires: gtk-doc

  %ifnarch s390 s390x

- Requires:       gnome-bluetooth%{?_isa} >= %{gnome_bluetooth_version}

+ Recommends:     gnome-bluetooth%{?_isa} >= %{gnome_bluetooth_version}

  %endif

  Requires:       gnome-desktop3%{?_isa} >= %{gnome_desktop_version}

  %if 0%{?rhel} != 7
@@ -226,6 +226,10 @@

  %{_mandir}/man1/gnome-shell.1*

  

  %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

  - Update to 44.rc

  

This allows uninstalling gnome-bluetooth, bluez and bluez-obexd
on machines with no Bluetooth interfaces. Resolves rhbz#2172653

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/bf4dffab65b84e2680a143fb85922167

New recommends indentation looks wrong.

rebased onto 431e252

a year ago

You're right. I messed up indentation. Fixed and force-pushed an amended commit.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/3ab1f42a3fa040689b4df39363cfb596

Pull-Request has been merged by pwalter

a year ago
Metadata