New version 28.13-1
- Unregister and unpublish all DBus services and objects (vponcova) - Add tests for InstallManager (jkonecny) - Add tests for Tasks (jkonecny) - Add run_in_glib decorator for tests (jkonecny) - Instantiate and publish InstallManager in Boss (jkonecny) - Add Makefile for install_manager (jkonecny) - Implement InstallManager with interface (jkonecny) - Init threading in modules (jkonecny) - Provide installation tasks from modules (jkonecny) - Remove *.Anaconda.Modules interface from Boss (jkonecny) - Implementing example tasks for modules (jkonecny) - Add Makefile for Task (jkonecny) - Base implementation of Task (jkonecny) - Add Task interface class (jkonecny) - Remove in-memory kickstart representation from traceback file (#1519895) (mkolman) - Support call_when_thread_terminates in ThreadManager (jkonecny) - Change gtk_action_wait/nowait as general use decorators (jkonecny) - Add controllable loop to run_boss_locally script (jkonecny) - Tweak run_boss_locally script (jkonecny) - Enable SE/HMC file access to repo (vponcova) - Change string formatting to format method (jkonecny) - Pass handler instance, not class to SplitKickstartParser (rvykydal) - Add kickstart parser for splitting kickstart (rvykydal)
This commit is contained in:
parent
6d8f30210e
commit
a965da59a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -123,3 +123,4 @@
|
||||
/anaconda-28.10.tar.bz2
|
||||
/anaconda-28.11.tar.bz2
|
||||
/anaconda-28.12.tar.bz2
|
||||
/anaconda-28.13.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 28.12
|
||||
Version: 28.13
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -37,7 +37,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define partedver 1.8.1
|
||||
%define pykickstartver 2.42-1
|
||||
%define pykickstartver 2.43-1
|
||||
%define pypartedver 2.5-2
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 0.8-1
|
||||
@ -334,6 +334,32 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 12 2017 Martin Kolman <mkolman@redhat.com> - 28.13-1
|
||||
- Unregister and unpublish all DBus services and objects (vponcova)
|
||||
- Add tests for InstallManager (jkonecny)
|
||||
- Add tests for Tasks (jkonecny)
|
||||
- Add run_in_glib decorator for tests (jkonecny)
|
||||
- Instantiate and publish InstallManager in Boss (jkonecny)
|
||||
- Add Makefile for install_manager (jkonecny)
|
||||
- Implement InstallManager with interface (jkonecny)
|
||||
- Init threading in modules (jkonecny)
|
||||
- Provide installation tasks from modules (jkonecny)
|
||||
- Remove *.Anaconda.Modules interface from Boss (jkonecny)
|
||||
- Implementing example tasks for modules (jkonecny)
|
||||
- Add Makefile for Task (jkonecny)
|
||||
- Base implementation of Task (jkonecny)
|
||||
- Add Task interface class (jkonecny)
|
||||
- Remove in-memory kickstart representation from traceback file (#1519895)
|
||||
(mkolman)
|
||||
- Support call_when_thread_terminates in ThreadManager (jkonecny)
|
||||
- Change gtk_action_wait/nowait as general use decorators (jkonecny)
|
||||
- Add controllable loop to run_boss_locally script (jkonecny)
|
||||
- Tweak run_boss_locally script (jkonecny)
|
||||
- Enable SE/HMC file access to repo (vponcova)
|
||||
- Change string formatting to format method (jkonecny)
|
||||
- Pass handler instance, not class to SplitKickstartParser (rvykydal)
|
||||
- Add kickstart parser for splitting kickstart (rvykydal)
|
||||
|
||||
* Thu Dec 07 2017 Martin Kolman <mkolman@redhat.com> - 28.12-1
|
||||
- Fix unit tests (mkolman)
|
||||
- Fixes in makefiles (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-28.12.tar.bz2) = 5b5840045cc7fe2df7ac6dff02d6591c4f3117d534c76da1e69b497a6e1e3c5286c96073d707f5489624adfcba1db9ad7a1dcbabf566176b1fa7386a541d9c2d
|
||||
SHA512 (anaconda-28.13.tar.bz2) = 7496079cc01adb4f7e91aafa79d3f5b109371676c36b5838661f89c64d4aea47f19ef46118c80f2396edc12d400c4ad83534a8f67abd0cb9d44072f31d44c6ca
|
||||
|
Loading…
Reference in New Issue
Block a user