New version 30.23-1
- Reorganize the code for the boot loader installation (vponcova) - Remove a useless argument from write_boot_loader (vponcova) - Remove useless arguments from methods of the kickstart commands (vponcova) - Create installation tasks for the Storage module (vponcova) - Add tests for the custom partitioning module (vponcova) - Create the custom partitioning module (vponcova) - Process the btrfs command in the Storage module (vponcova) - Remove the data from the execute method of the partitioning executors (vponcova) - Remove unmaintained signal handler (#1676683) (vponcova) - Change a confusing message for headless systems (vponcova) - Mount the file systems in a different installation task (vponcova) - Write the escrow packets later (vponcova) - Replace the writeStorageEarly and writeStorageLater methods (vponcova)
This commit is contained in:
parent
fda3307e48
commit
f95ecd4102
1
.gitignore
vendored
1
.gitignore
vendored
@ -178,3 +178,4 @@
|
||||
/anaconda-30.20.tar.bz2
|
||||
/anaconda-30.21.tar.bz2
|
||||
/anaconda-30.22.tar.bz2
|
||||
/anaconda-30.23.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 30.22
|
||||
Version: 30.23
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -355,6 +355,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 13 2019 Martin Kolman <mkolman@redhat.com> - 30.23-1
|
||||
- Reorganize the code for the boot loader installation (vponcova)
|
||||
- Remove a useless argument from write_boot_loader (vponcova)
|
||||
- Remove useless arguments from methods of the kickstart commands (vponcova)
|
||||
- Create installation tasks for the Storage module (vponcova)
|
||||
- Add tests for the custom partitioning module (vponcova)
|
||||
- Create the custom partitioning module (vponcova)
|
||||
- Process the btrfs command in the Storage module (vponcova)
|
||||
- Remove the data from the execute method of the partitioning executors
|
||||
(vponcova)
|
||||
- Remove unmaintained signal handler (#1676683) (vponcova)
|
||||
- Change a confusing message for headless systems (vponcova)
|
||||
- Mount the file systems in a different installation task (vponcova)
|
||||
- Write the escrow packets later (vponcova)
|
||||
- Replace the writeStorageEarly and writeStorageLater methods (vponcova)
|
||||
|
||||
* Tue Feb 12 2019 Martin Kolman <mkolman@redhat.com> - 30.22-1
|
||||
- Don't use the network manager client in a mock environment (vponcova)
|
||||
- Don't load storage plugins in dir installations (#1674605) (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-30.22.tar.bz2) = 49bd86f85619a7b3a689a93c7407827149878cbd8988ed0c0951f066fc5accf84a00300fb28bc1ea3767c6295ec5b63da06d7e3a7e839722d3c73bec342b3a71
|
||||
SHA512 (anaconda-30.23.tar.bz2) = 3939adec85c9bf2c4029cc2b768ee1ea9e3412289dd5f285b144a0affedb5fab1dc9b7aa27cd7fc2025698970d8a707bef76bef0eb838144a75e1298721d4114
|
||||
|
Loading…
Reference in New Issue
Block a user