New version 32.3-1
- Use the task container to publish tasks (vponcova) - Remove publish_task (vponcova) - Make tasks publishable (vponcova) - Create and set up the DBus container for tasks (vponcova) - Add note to fix time consuming live os dbus task (jkonecny) - Add notes for the future work on the module payloads (jkonecny) - Move constants specific for copy dd task (jkonecny) - Add test for updating bls entries task (jkonecny) - Add test for Live OS post installation task (jkonecny) - Add test for create_rescue_image function (jkonecny) - Add Live OS handler test for install with task (jkonecny) - Add live payload handler test for InstallWithImageTask (jkonecny) - Improve tests for live os image detection code (jkonecny) - Add live os test for kernel version list (jkonecny) - Make consistent imports (jkonecny) - Replace getSysroot by conf value (jkonecny) - Move get_dir_size test to the payload module tests (jkonecny) - Move get_dir_size function to the payload.base.utils (jkonecny) - Rename GetDirSize to get_dir_size (jkonecny) - Add sysroot param to the copy DD files task (jkonecny) - Change write module blacklist to take sysroot param (jkonecny) - Change create root dir func to take sysroot param (jkonecny) - Add sysroot param to prepare installation task (jkonecny) - Rename payload shared to base (jkonecny) - Add Live OS handler space required test (jkonecny) - Inline copy driver disk payload function to task (jkonecny) - Add API for required space to live os payload handler (jkonecny) - Add copy DD files task to live image payload handler (jkonecny) - Use new task copy driver disks files to old payload (jkonecny) - Add copy DD files as post install task to live os handler (jkonecny) - Add post-installation task to live os payload handler (jkonecny) - Do a facelift to the old copy driver disk function (jkonecny) - Moved copy driver disk to the payload module shared (jkonecny) - Use new shared task in the old payload module (jkonecny) - Add test for prepare installation payload task (jkonecny) - Add tests for payload module shared utils (jkonecny) - Create and use task to prepare installation for LiveOS (jkonecny) - Move payload shared code for handlers to a directory (jkonecny) - Move write module blacklist to paylod module (jkonecny) - Move create root directory to its own function (jkonecny) - Add install task with API to Live OS handler (jkonecny) - Add kernel version list support to live os handler (jkonecny) - Fix noverifyssl when downloading .treeinfo file (#1723811) (jkonecny) - Add the DBus property PartitioningMethod (vponcova) - Add support for dynamic partitioning modules (vponcova) - Make partitioning modules publishable (vponcova) - Create the partitioning factory (vponcova) - Use a DBus container for the device trees (vponcova) - Add support for DBus containers (vponcova) - Add a simple unit test for TUI and GUI (vponcova) - Add logic to create flatpaks rpmostree payload (#1734970) (jkonecny) - Move flatpak code to a new ostree payload class (#1734970) (jkonecny) - Create flatpak in ostree payload only if available (#1734970) (jkonecny) - Update tests for new class method is_available (#1734970) (jkonecny) - Make flatpak is_available() a static method (#1734970) (jkonecny) - Remove the fixed file:// from the flatpak remote (#1734970) (jkonecny) - Fix payload prepare mount targets install task (#1734970) (jkonecny) - Merge rpmostreepayload installation under one task (#1734970) (jkonecny) - Move progress messaging from flatpak to rpmostree (#1734970) (jkonecny) - Add test for flatpak change remote for refs (#1734970) (jkonecny) - Replace remote for installed refs in rpmpayload (#1734970) (jkonecny) - Use new flatpak replace remote on installed refs (#1734970) (jkonecny) - Add flatpak remote replace for installed refs (#1734970) (jkonecny) - Make flatpak ref full format method more generic (#1734970) (jkonecny) - Create an flatpak base ref list object (#1734970) (jkonecny) - Use flatpak add/remove remotes in ostree payload (#1734970) (jkonecny) - Add flatpak tests for adding and removing remotes (#1734970) (jkonecny) - Implement flatpak adding and removing remotes (#1734970) (jkonecny) - Adapt flatpak tests to the new changes (#1734970) (jkonecny) - Change flatpak remote logic (#1734970) (jkonecny) - Rename flatpak REMOTE_NAME to LOCAL_REMOTE_NAME (#1734970) (jkonecny) - Make flatpak ref lists object consistent (#1734970) (jkonecny) - Implement object to get installed flatpak refs (#1734970) (jkonecny) - Add flatpak error reporting implementation (#1734970) (jkonecny) - Cleanup temp repository of flatpak before install (#1734970) (jkonecny) - Add and fix tests for newly added flatpak cleanup (#1734970) (jkonecny) - Add flatpak cleanup method (#1734970) (jkonecny) - Split flatpak setup to two initialization methods (#1734970) (jkonecny) - Fix tests after connecting to flatpak signals (#1734970) (jkonecny) - Add callbacks to monitor flatpak transactions (#1734970) (jkonecny) - Install flatpaks as part of ostree installation (#1734970) (jkonecny) - Add test for the flatpak install method (#1734970) (jkonecny) - Add support to install all remote flatpaks (#1734970) (jkonecny) - Add flatpak required space test (#1734970) (jkonecny) - Add get_required_space to the flatpak payload (#1734970) (jkonecny) - Add flatpak object to abstract flatpak Ref list (#1734970) (jkonecny) - Don't configure the default target without systemd (#1744115) (vponcova) - Change flatpak remote name to constant (#1734970) (jkonecny) - Use FlatpakPayload from the RPMOStreePayload (#1734970) (jkonecny) - Add test for the flatpak setup method (#1734970) (jkonecny) - Add method to setup flatpak objects (#1734970) (jkonecny) - Add flatpak test for remote availability (#1734970) (jkonecny) - Add check if flatpak remote repo is available (#1734970) (jkonecny) - Add libflatpak dependency to the anaconda spec (#1734970) (jkonecny) - Add an empty class to handle flatpak (#1734970) (jkonecny) - Look for existing installations on existing devices (vponcova) - Require a mount point only for mountable formats (vponcova) - Handle the missing mountpoint attribute (#1743853) (vponcova)
This commit is contained in:
parent
8947c866d0
commit
27460aa379
1
.gitignore
vendored
1
.gitignore
vendored
@ -204,3 +204,4 @@
|
||||
/anaconda-31.22.tar.bz2
|
||||
/anaconda-32.1.tar.bz2
|
||||
/anaconda-32.2.tar.bz2
|
||||
/anaconda-32.3.tar.bz2
|
||||
|
106
anaconda.spec
106
anaconda.spec
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 32.2
|
||||
Release: 2%{?dist}
|
||||
Version: 32.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
|
||||
@ -100,6 +100,7 @@ Requires: python3-pwquality
|
||||
Requires: python3-systemd
|
||||
Requires: python3-pydbus
|
||||
Requires: python3-productmd
|
||||
Requires: flatpak-libs
|
||||
|
||||
# pwquality only "recommends" the dictionaries it needs to do anything useful,
|
||||
# which is apparently great for containers but unhelpful for the rest of us
|
||||
@ -351,8 +352,105 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 21 2019 Miro Hrončok <mhroncok@redhat.com> - 32.2-2
|
||||
- Rebuilt for Python 3.8
|
||||
* Mon Aug 26 2019 Martin Kolman <mkolman@redhat.com> - 32.3-1
|
||||
- Use the task container to publish tasks (vponcova)
|
||||
- Remove publish_task (vponcova)
|
||||
- Make tasks publishable (vponcova)
|
||||
- Create and set up the DBus container for tasks (vponcova)
|
||||
- Add note to fix time consuming live os dbus task (jkonecny)
|
||||
- Add notes for the future work on the module payloads (jkonecny)
|
||||
- Move constants specific for copy dd task (jkonecny)
|
||||
- Add test for updating bls entries task (jkonecny)
|
||||
- Add test for Live OS post installation task (jkonecny)
|
||||
- Add test for create_rescue_image function (jkonecny)
|
||||
- Add Live OS handler test for install with task (jkonecny)
|
||||
- Add live payload handler test for InstallWithImageTask (jkonecny)
|
||||
- Improve tests for live os image detection code (jkonecny)
|
||||
- Add live os test for kernel version list (jkonecny)
|
||||
- Make consistent imports (jkonecny)
|
||||
- Replace getSysroot by conf value (jkonecny)
|
||||
- Move get_dir_size test to the payload module tests (jkonecny)
|
||||
- Move get_dir_size function to the payload.base.utils (jkonecny)
|
||||
- Rename GetDirSize to get_dir_size (jkonecny)
|
||||
- Add sysroot param to the copy DD files task (jkonecny)
|
||||
- Change write module blacklist to take sysroot param (jkonecny)
|
||||
- Change create root dir func to take sysroot param (jkonecny)
|
||||
- Add sysroot param to prepare installation task (jkonecny)
|
||||
- Rename payload shared to base (jkonecny)
|
||||
- Add Live OS handler space required test (jkonecny)
|
||||
- Inline copy driver disk payload function to task (jkonecny)
|
||||
- Add API for required space to live os payload handler (jkonecny)
|
||||
- Add copy DD files task to live image payload handler (jkonecny)
|
||||
- Use new task copy driver disks files to old payload (jkonecny)
|
||||
- Add copy DD files as post install task to live os handler (jkonecny)
|
||||
- Add post-installation task to live os payload handler (jkonecny)
|
||||
- Do a facelift to the old copy driver disk function (jkonecny)
|
||||
- Moved copy driver disk to the payload module shared (jkonecny)
|
||||
- Use new shared task in the old payload module (jkonecny)
|
||||
- Add test for prepare installation payload task (jkonecny)
|
||||
- Add tests for payload module shared utils (jkonecny)
|
||||
- Create and use task to prepare installation for LiveOS (jkonecny)
|
||||
- Move payload shared code for handlers to a directory (jkonecny)
|
||||
- Move write module blacklist to paylod module (jkonecny)
|
||||
- Move create root directory to its own function (jkonecny)
|
||||
- Add install task with API to Live OS handler (jkonecny)
|
||||
- Add kernel version list support to live os handler (jkonecny)
|
||||
- Fix noverifyssl when downloading .treeinfo file (#1723811) (jkonecny)
|
||||
- Add the DBus property PartitioningMethod (vponcova)
|
||||
- Add support for dynamic partitioning modules (vponcova)
|
||||
- Make partitioning modules publishable (vponcova)
|
||||
- Create the partitioning factory (vponcova)
|
||||
- Use a DBus container for the device trees (vponcova)
|
||||
- Add support for DBus containers (vponcova)
|
||||
- Add a simple unit test for TUI and GUI (vponcova)
|
||||
- Add logic to create flatpaks rpmostree payload (#1734970) (jkonecny)
|
||||
- Move flatpak code to a new ostree payload class (#1734970) (jkonecny)
|
||||
- Create flatpak in ostree payload only if available (#1734970) (jkonecny)
|
||||
- Update tests for new class method is_available (#1734970) (jkonecny)
|
||||
- Make flatpak is_available() a static method (#1734970) (jkonecny)
|
||||
- Remove the fixed file:// from the flatpak remote (#1734970) (jkonecny)
|
||||
- Fix payload prepare mount targets install task (#1734970) (jkonecny)
|
||||
- Merge rpmostreepayload installation under one task (#1734970) (jkonecny)
|
||||
- Move progress messaging from flatpak to rpmostree (#1734970) (jkonecny)
|
||||
- Add test for flatpak change remote for refs (#1734970) (jkonecny)
|
||||
- Replace remote for installed refs in rpmpayload (#1734970) (jkonecny)
|
||||
- Use new flatpak replace remote on installed refs (#1734970) (jkonecny)
|
||||
- Add flatpak remote replace for installed refs (#1734970) (jkonecny)
|
||||
- Make flatpak ref full format method more generic (#1734970) (jkonecny)
|
||||
- Create an flatpak base ref list object (#1734970) (jkonecny)
|
||||
- Use flatpak add/remove remotes in ostree payload (#1734970) (jkonecny)
|
||||
- Add flatpak tests for adding and removing remotes (#1734970) (jkonecny)
|
||||
- Implement flatpak adding and removing remotes (#1734970) (jkonecny)
|
||||
- Adapt flatpak tests to the new changes (#1734970) (jkonecny)
|
||||
- Change flatpak remote logic (#1734970) (jkonecny)
|
||||
- Rename flatpak REMOTE_NAME to LOCAL_REMOTE_NAME (#1734970) (jkonecny)
|
||||
- Make flatpak ref lists object consistent (#1734970) (jkonecny)
|
||||
- Implement object to get installed flatpak refs (#1734970) (jkonecny)
|
||||
- Add flatpak error reporting implementation (#1734970) (jkonecny)
|
||||
- Cleanup temp repository of flatpak before install (#1734970) (jkonecny)
|
||||
- Add and fix tests for newly added flatpak cleanup (#1734970) (jkonecny)
|
||||
- Add flatpak cleanup method (#1734970) (jkonecny)
|
||||
- Split flatpak setup to two initialization methods (#1734970) (jkonecny)
|
||||
- Fix tests after connecting to flatpak signals (#1734970) (jkonecny)
|
||||
- Add callbacks to monitor flatpak transactions (#1734970) (jkonecny)
|
||||
- Install flatpaks as part of ostree installation (#1734970) (jkonecny)
|
||||
- Add test for the flatpak install method (#1734970) (jkonecny)
|
||||
- Add support to install all remote flatpaks (#1734970) (jkonecny)
|
||||
- Add flatpak required space test (#1734970) (jkonecny)
|
||||
- Add get_required_space to the flatpak payload (#1734970) (jkonecny)
|
||||
- Add flatpak object to abstract flatpak Ref list (#1734970) (jkonecny)
|
||||
- Don't configure the default target without systemd (#1744115) (vponcova)
|
||||
- Change flatpak remote name to constant (#1734970) (jkonecny)
|
||||
- Use FlatpakPayload from the RPMOStreePayload (#1734970) (jkonecny)
|
||||
- Add test for the flatpak setup method (#1734970) (jkonecny)
|
||||
- Add method to setup flatpak objects (#1734970) (jkonecny)
|
||||
- Add flatpak test for remote availability (#1734970) (jkonecny)
|
||||
- Add check if flatpak remote repo is available (#1734970) (jkonecny)
|
||||
- Add libflatpak dependency to the anaconda spec (#1734970) (jkonecny)
|
||||
- Add an empty class to handle flatpak (#1734970) (jkonecny)
|
||||
- Look for existing installations on existing devices (vponcova)
|
||||
- Require a mount point only for mountable formats (vponcova)
|
||||
- Handle the missing mountpoint attribute (#1743853) (vponcova)
|
||||
|
||||
* Mon Aug 19 2019 Jiri Konecny <jkonecny@redhat.com> - 32.2-1
|
||||
- Set the minimum required entropy only once (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-32.2.tar.bz2) = 6700c89ace8e405e4a216222cfeb7492cb58e50c99e0ebeb27ae624f8ac85dbfcf5f0458923064d609167c3f9d203fb20ff7a7e0a545640ba6840dd46768197e
|
||||
SHA512 (anaconda-32.3.tar.bz2) = 95d6a0743eaa7c0196e395999fbb9c60e94a992a150a470fbe1b06ab3fe3cb9e32f5f43fbcdf80309e9005e959836e731863a3184ce233de3abffd810c346b23
|
||||
|
Loading…
Reference in New Issue
Block a user