anaconda-core requires dbus-daemon
This commit is contained in:
parent
bd408f145d
commit
75e0b444c9
@ -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 <awilliam@redhat.com> - 30.12-2
|
||||
- anaconda-core requires dbus-daemon
|
||||
|
||||
* Thu Nov 22 2018 Martin Kolman <mkolman@redhat.com> - 30.12-1
|
||||
- Simplify the task Activate filesystems (vponcova)
|
||||
- Remove the flag livecdInstall (vponcova)
|
||||
|
Loading…
Reference in New Issue
Block a user