Break gnome-shell's circular build dep on itself
... by getting rid of the gnome-bluetooth buildrequires. gnome-shell was dragging in an older version of gnome-shell at build time through the following dep chain: gnome-shell BRs gnome-bluetooth, which in turn requires desktop-notification-daemon, which is a virtual package provided by gnome-shell. We need to break the circular build dep in order to rebuild gnome-shell with new libcogl. If it turns out gnome-bluetooth (as opposed to gnome-bluetooth-libs-devel) is really needed at build time, then this commit can be reverted after the libcogl related rebuild is done.
This commit is contained in:
parent
18a4c42186
commit
0ad9fe200b
@ -64,7 +64,6 @@ BuildRequires: mutter-devel >= %{mutter_version}
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
%ifnarch s390 s390x ppc ppc64 ppc64p7
|
||||
BuildRequires: gnome-bluetooth-libs-devel >= %{gnome_bluetooth_version}
|
||||
BuildRequires: gnome-bluetooth >= %{gnome_bluetooth_version}
|
||||
%endif
|
||||
BuildRequires: control-center
|
||||
# Bootstrap requirements
|
||||
|
Loading…
Reference in New Issue
Block a user