New version 30.9-1
- Load configuration files from /etc/anaconda/conf.d (vponcova) - Let the DBus launcher to set up the modules (vponcova) - Start modules that are enabled in the configuration file (vponcova) - Enable the DBus modules and addons via the configuration file (vponcova)
This commit is contained in:
parent
66fe9070fb
commit
b1974bddd8
1
.gitignore
vendored
1
.gitignore
vendored
@ -164,3 +164,4 @@
|
|||||||
/anaconda-30.6.tar.bz2
|
/anaconda-30.6.tar.bz2
|
||||||
/anaconda-30.7.tar.bz2
|
/anaconda-30.7.tar.bz2
|
||||||
/anaconda-30.8.tar.bz2
|
/anaconda-30.8.tar.bz2
|
||||||
|
/anaconda-30.9.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 30.8
|
Version: 30.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -315,6 +315,8 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_bindir}/anaconda-cleanup
|
%{_bindir}/anaconda-cleanup
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%config %{_sysconfdir}/%{name}/*
|
%config %{_sysconfdir}/%{name}/*
|
||||||
|
%dir %{_sysconfdir}/%{name}/conf.d
|
||||||
|
%config %{_sysconfdir}/%{name}/conf.d/*
|
||||||
%ifarch %livearches
|
%ifarch %livearches
|
||||||
%{_bindir}/liveinst
|
%{_bindir}/liveinst
|
||||||
%{_sbindir}/liveinst
|
%{_sbindir}/liveinst
|
||||||
@ -351,6 +353,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 05 2018 Martin Kolman <mkolman@redhat.com> - 30.9-1
|
||||||
|
- Load configuration files from /etc/anaconda/conf.d (vponcova)
|
||||||
|
- Let the DBus launcher to set up the modules (vponcova)
|
||||||
|
- Start modules that are enabled in the configuration file (vponcova)
|
||||||
|
- Enable the DBus modules and addons via the configuration file (vponcova)
|
||||||
|
|
||||||
* Thu Nov 01 2018 Jiri Konecny <jkonecny@redhat.com> - 30.8-1
|
* Thu Nov 01 2018 Jiri Konecny <jkonecny@redhat.com> - 30.8-1
|
||||||
- Remove flags from anaconda_logging (vponcova)
|
- Remove flags from anaconda_logging (vponcova)
|
||||||
- Remove blivet-specific flags from pyanaconda.flags (vponcova)
|
- Remove blivet-specific flags from pyanaconda.flags (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-30.8.tar.bz2) = c7c9536c5ce079833c1e8cde6c77e31a134b6b669278b42c050b1e2c00163d7c74012b34c192ba3a9890b12d8b97e190919fa639d3f291a4c815f619b76296b6
|
SHA512 (anaconda-30.9.tar.bz2) = 180daaccaa3f2e34a9d6b5cda9d49f4e01cbab87490136c3f96aa245d419c99da438c782c3e021493b3498b409e03221f6ba6a7a8efc43356645cec16284b74a
|
||||||
|
Loading…
Reference in New Issue
Block a user