From 75e0b444c90f7b1c6ca5dc6d4098db920a1112a6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Nov 23 2018 17:30:03 +0000 Subject: anaconda-core requires dbus-daemon --- diff --git a/anaconda.spec b/anaconda.spec index 6a23ce4..4a89191 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 30.12 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -139,6 +139,10 @@ Requires: anaconda-tui = %{version}-%{release} # Make sure we get the en locale one way or another Requires: glibc-langpack-en +# anaconda literally runs its own dbus-daemon, so it needs this, +# even though the distro default is dbus-broker in F30+ +Requires: dbus-daemon + Obsoletes: anaconda-images <= 10 Provides: anaconda-images = %{version}-%{release} Obsoletes: anaconda-runtime < %{version}-%{release} @@ -353,6 +357,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 23 2018 Adam Williamson - 30.12-2 +- anaconda-core requires dbus-daemon + * Thu Nov 22 2018 Martin Kolman - 30.12-1 - Simplify the task Activate filesystems (vponcova) - Remove the flag livecdInstall (vponcova)