anaconda-core requires dbus-daemon

This commit is contained in:
Adam Williamson 2018-11-23 09:30:03 -08:00
parent bd408f145d
commit 75e0b444c9

View File

@ -7,7 +7,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 30.12 Version: 30.12
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ and MIT License: GPLv2+ and MIT
Group: Applications/System Group: Applications/System
URL: http://fedoraproject.org/wiki/Anaconda 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 # Make sure we get the en locale one way or another
Requires: glibc-langpack-en 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 Obsoletes: anaconda-images <= 10
Provides: anaconda-images = %{version}-%{release} Provides: anaconda-images = %{version}-%{release}
Obsoletes: anaconda-runtime < %{version}-%{release} Obsoletes: anaconda-runtime < %{version}-%{release}
@ -353,6 +357,9 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Fri Nov 23 2018 Adam Williamson <awilliam@redhat.com> - 30.12-2
- anaconda-core requires dbus-daemon
* Thu Nov 22 2018 Martin Kolman <mkolman@redhat.com> - 30.12-1 * Thu Nov 22 2018 Martin Kolman <mkolman@redhat.com> - 30.12-1
- Simplify the task Activate filesystems (vponcova) - Simplify the task Activate filesystems (vponcova)
- Remove the flag livecdInstall (vponcova) - Remove the flag livecdInstall (vponcova)