New version 29.2-1
- Use the user DBUS module in the UI (mkolman) - Use the user DBUS module for the rootpw command in kickstart.py (mkolman) - Add initial user DBUS module (mkolman) - Add tests for the Security module (vponcova) - Use the Security module in UI (vponcova) - Don't send empty kickstart to DBus modules (vponcova) - Add the Security module (vponcova) - Fix makeupdates script to work with new DBus structure (jkonecny) - Fix Makefile of the kickstart manager (vponcova) - Fix check if dbus daemon quit properly (jkonecny) - Remove check if dbus is running (#1551096) (jkonecny) - Use Anaconda's special env variable for dbus address (#1551096) (jkonecny) - Migrate Anaconda to our private dbus session (#1551096) (jkonecny) - localization module: use l12 shortcut for module name in UI (rvykydal) - localization module: replace ksdata.lang with the module in anaconda. (rvykydal) - localization module: add KS support for lang command (rvykydal) - Return restorecon utility to Fedora 28 mock (jkonecny) - Include dbus.log when exporting logs (mkolman) - Reorganize pyanaconda.modules.boss (vponcova) - Move all DBus errors to pyanaconda.modules.common.errors (vponcova) - Move common classes and functions to pyanaconda.modules.common (vponcova) - Close DBus log file when quitting DBus session (jkonecny) - Enable payload configuration for Install classes (jkonecny) - Rename files that provide kickstart specifications (vponcova) - Move the kickstart specification to pyanaconda.core.kickstart (vponcova) - Start and quit Boss properly (jkonecny) - Make class from dbus.launcher module (jkonecny) - Add the kernel option resume= by default (#1206936) (vponcova)
This commit is contained in:
parent
3f8dfea58d
commit
6de9719ea0
1
.gitignore
vendored
1
.gitignore
vendored
@ -133,3 +133,4 @@
|
||||
/anaconda-28.20.tar.bz2
|
||||
/anaconda-28.22.tar.bz2
|
||||
/anaconda-29.1.tar.bz2
|
||||
/anaconda-29.2.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 29.1
|
||||
Version: 29.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -285,8 +285,6 @@ update-desktop-database &> /dev/null || :
|
||||
%license COPYING
|
||||
%{_unitdir}/*
|
||||
%{_prefix}/lib/systemd/system-generators/*
|
||||
%{_datadir}/dbus-1/services/*
|
||||
%{_sysconfdir}/dbus-1/system.d/*
|
||||
%{_bindir}/instperf
|
||||
%{_bindir}/anaconda-disable-nm-ibft-plugin
|
||||
%{_sbindir}/anaconda
|
||||
@ -336,6 +334,37 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 05 2018 Martin Kolman <mkolman@redhat.com> - 29.2-1
|
||||
- Use the user DBUS module in the UI (mkolman)
|
||||
- Use the user DBUS module for the rootpw command in kickstart.py (mkolman)
|
||||
- Add initial user DBUS module (mkolman)
|
||||
- Add tests for the Security module (vponcova)
|
||||
- Use the Security module in UI (vponcova)
|
||||
- Don't send empty kickstart to DBus modules (vponcova)
|
||||
- Add the Security module (vponcova)
|
||||
- Fix makeupdates script to work with new DBus structure (jkonecny)
|
||||
- Fix Makefile of the kickstart manager (vponcova)
|
||||
- Fix check if dbus daemon quit properly (jkonecny)
|
||||
- Remove check if dbus is running (#1551096) (jkonecny)
|
||||
- Use Anaconda's special env variable for dbus address (#1551096) (jkonecny)
|
||||
- Migrate Anaconda to our private dbus session (#1551096) (jkonecny)
|
||||
- localization module: use l12 shortcut for module name in UI (rvykydal)
|
||||
- localization module: replace ksdata.lang with the module in anaconda.
|
||||
(rvykydal)
|
||||
- localization module: add KS support for lang command (rvykydal)
|
||||
- Return restorecon utility to Fedora 28 mock (jkonecny)
|
||||
- Include dbus.log when exporting logs (mkolman)
|
||||
- Reorganize pyanaconda.modules.boss (vponcova)
|
||||
- Move all DBus errors to pyanaconda.modules.common.errors (vponcova)
|
||||
- Move common classes and functions to pyanaconda.modules.common (vponcova)
|
||||
- Close DBus log file when quitting DBus session (jkonecny)
|
||||
- Enable payload configuration for Install classes (jkonecny)
|
||||
- Rename files that provide kickstart specifications (vponcova)
|
||||
- Move the kickstart specification to pyanaconda.core.kickstart (vponcova)
|
||||
- Start and quit Boss properly (jkonecny)
|
||||
- Make class from dbus.launcher module (jkonecny)
|
||||
- Add the kernel option resume= by default (#1206936) (vponcova)
|
||||
|
||||
* Wed Feb 28 2018 Martin Kolman <mkolman@redhat.com> - 29.1-1
|
||||
- Use observers to access the hostname service (vponcova)
|
||||
- Make safe to observe services on buses that don't have to run (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-29.1.tar.bz2) = 1695cec50b2c88378998fcf7c0dcb9bb65bd222df04523476f788e11cd2f59440af8bb073bf9bacb8e7aad738bb5b24d3d4d5a2bfac84c7114d9e48243a78501
|
||||
SHA512 (anaconda-29.2.tar.bz2) = 4b051cda88116ddc46dce2e33510ff256ec495ed089859be50f5094fbd1d7fcca92f0577743299d0245ead615a8abcbdf596835573e8a6b3cfc50cf244458ebe
|
||||
|
Loading…
Reference in New Issue
Block a user