New version 32.6-1
- Switch between layouts without confirmation (#1333984) (vponcova) - Remove the old and broken zram-stats script (#1561773) (mkolman) - Rename _test_dbus_partitioning and _test_dbus_property (vponcova) - Remove attributes for the static partitioning modules (vponcova) - Test the custom partitioning from kickstart (vponcova) - Test the property AppliedPartitioning (vponcova) - Test the property CreatedPartitioning (vponcova) - Test the dynamic partitioning modules (vponcova) - Test the partitioning factory with kickstart (vponcova) - Generate kickstart from the applied partitioning (vponcova) - Create a partitioning module for the kickstart data (vponcova) - Add tests for the storage installation tasks (vponcova) - Add the installation task for BTRFS (vponcova) - Add a simple import test for pyanaconda (vponcova) - Fix the implementation of patch_dbus_publish_object (vponcova) - Use the validation report for the storage validation (vponcova) - Remove get_object_path of TaskInterface (vponcova) - Add support for validation tasks (vponcova) - Move the partitioning validation to the base class (vponcova) - Add the installation task for ZIPL (vponcova) - Improve installation tasks of the Storage module (vponcova) - Don't initialize PartTypeSpoke from the Summary hub (vponcova) - Add DBus support for the device ancestors (vponcova) - Fix the DBus method GetUsableDisks (vponcova) - network: split function for generating dracut arguments (#1751189) (rvykydal) - network: generate dracut arguments from connections (#1751189) (rvykydal) - network: do not touch iBFT connections created in initramfs (#1751189) (rvykydal) - Increase EFI System Partition (ESP) size to 200-600 MiB (javierm)
This commit is contained in:
parent
f763c20f0d
commit
693af925d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -207,3 +207,4 @@
|
||||
/anaconda-32.3.tar.bz2
|
||||
/anaconda-32.4.tar.bz2
|
||||
/anaconda-32.5.tar.bz2
|
||||
/anaconda-32.6.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 32.5
|
||||
Version: 32.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -351,6 +351,37 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 25 2019 Martin Kolman <mkolman@redhat.com> - 32.6-1
|
||||
- Switch between layouts without confirmation (#1333984) (vponcova)
|
||||
- Remove the old and broken zram-stats script (#1561773) (mkolman)
|
||||
- Rename _test_dbus_partitioning and _test_dbus_property (vponcova)
|
||||
- Remove attributes for the static partitioning modules (vponcova)
|
||||
- Test the custom partitioning from kickstart (vponcova)
|
||||
- Test the property AppliedPartitioning (vponcova)
|
||||
- Test the property CreatedPartitioning (vponcova)
|
||||
- Test the dynamic partitioning modules (vponcova)
|
||||
- Test the partitioning factory with kickstart (vponcova)
|
||||
- Generate kickstart from the applied partitioning (vponcova)
|
||||
- Create a partitioning module for the kickstart data (vponcova)
|
||||
- Add tests for the storage installation tasks (vponcova)
|
||||
- Add the installation task for BTRFS (vponcova)
|
||||
- Add a simple import test for pyanaconda (vponcova)
|
||||
- Fix the implementation of patch_dbus_publish_object (vponcova)
|
||||
- Use the validation report for the storage validation (vponcova)
|
||||
- Remove get_object_path of TaskInterface (vponcova)
|
||||
- Add support for validation tasks (vponcova)
|
||||
- Move the partitioning validation to the base class (vponcova)
|
||||
- Add the installation task for ZIPL (vponcova)
|
||||
- Improve installation tasks of the Storage module (vponcova)
|
||||
- Don't initialize PartTypeSpoke from the Summary hub (vponcova)
|
||||
- Add DBus support for the device ancestors (vponcova)
|
||||
- Fix the DBus method GetUsableDisks (vponcova)
|
||||
- network: split function for generating dracut arguments (#1751189) (rvykydal)
|
||||
- network: generate dracut arguments from connections (#1751189) (rvykydal)
|
||||
- network: do not touch iBFT connections created in initramfs (#1751189)
|
||||
(rvykydal)
|
||||
- Increase EFI System Partition (ESP) size to 200-600 MiB (javierm)
|
||||
|
||||
* Tue Sep 17 2019 Martin Kolman <mkolman@redhat.com> - 32.5-1
|
||||
- payload module: update live image tar payload options with --numeric-owner
|
||||
(rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-32.5.tar.bz2) = df443b13b92efb6075cf117dcf78cbe5b73358a2c4f76e4b0c161a40513f74a84c1704532a310c7b83fde05e5afc32d3642fdadba046b81a72b917aa14ecaa74
|
||||
SHA512 (anaconda-32.6.tar.bz2) = a7bdb0eb44ed5e1582c98aad61803091450a4f80a1d110f94a957ea0aad351ad8488c32a50b59da5cda4e96ec4c1e0f88f3ef2b18170f78742a2d9beccfd7530
|
||||
|
Loading…
Reference in New Issue
Block a user