Add dependency on authselect-compat
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f4b98c1cfe
commit
02cae85d20
@ -7,7 +7,7 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 29.1
|
Version: 29.1
|
||||||
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
|
||||||
@ -88,6 +88,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
|||||||
|
|
||||||
%package core
|
%package core
|
||||||
Summary: Core of the Anaconda installer
|
Summary: Core of the Anaconda installer
|
||||||
|
Requires: authselect-compat
|
||||||
Requires: python3-libs
|
Requires: python3-libs
|
||||||
Requires: python3-dnf >= %{dnfver}
|
Requires: python3-dnf >= %{dnfver}
|
||||||
Requires: python3-blivet >= 1:3.0.0-0.1.b1
|
Requires: python3-blivet >= 1:3.0.0-0.1.b1
|
||||||
@ -336,6 +337,9 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2018 Patrick Uiterwijk <puiterwijk@redhat.com> - 29.1-2
|
||||||
|
- Add dependency on authselect-compat
|
||||||
|
|
||||||
* Wed Feb 28 2018 Martin Kolman <mkolman@redhat.com> - 29.1-1
|
* Wed Feb 28 2018 Martin Kolman <mkolman@redhat.com> - 29.1-1
|
||||||
- Use observers to access the hostname service (vponcova)
|
- Use observers to access the hostname service (vponcova)
|
||||||
- Make safe to observe services on buses that don't have to run (vponcova)
|
- Make safe to observe services on buses that don't have to run (vponcova)
|
||||||
|
Loading…
Reference in New Issue
Block a user