New version 30.12-1
- Simplify the task Activate filesystems (vponcova) - Remove the flag livecdInstall (vponcova) - Overwrite network configuration for the live image payload (vponcova) - Write tests for the installation system configuration (vponcova) - Resolve the name conflicts in exception.py (vponcova) - Use the Anaconda configuration in the network module (vponcova) - Revert "Don't try to get hostnamed proxy in non-installer-image environments (#1616214)" (vponcova) - Remove the function can_touch_runtime_system (vponcova) - Add rules for the installation system (vponcova) - Configure the installation system (vponcova) - Replace setNetworkOnbootDefault (vponcova) - Add tests for the FCoE module (vponcova) - Discover an FCoE device with a DBus task (vponcova) - Reload the FCoE module on the storage reset (vponcova) - Let the FCoE module to provide the dracut arguments (vponcova) - Let the FCoE module to write the configuration (vponcova) - Move kickstart support to the FCoE module (vponcova) - Create the basic structure for the FCoE module (vponcova)
This commit is contained in:
parent
e9427771d4
commit
bd408f145d
1
.gitignore
vendored
1
.gitignore
vendored
@ -167,3 +167,4 @@
|
|||||||
/anaconda-30.9.tar.bz2
|
/anaconda-30.9.tar.bz2
|
||||||
/anaconda-30.10.tar.bz2
|
/anaconda-30.10.tar.bz2
|
||||||
/anaconda-30.11.tar.bz2
|
/anaconda-30.11.tar.bz2
|
||||||
|
/anaconda-30.12.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 30.11
|
Version: 30.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -353,6 +353,27 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 22 2018 Martin Kolman <mkolman@redhat.com> - 30.12-1
|
||||||
|
- Simplify the task Activate filesystems (vponcova)
|
||||||
|
- Remove the flag livecdInstall (vponcova)
|
||||||
|
- Overwrite network configuration for the live image payload (vponcova)
|
||||||
|
- Write tests for the installation system configuration (vponcova)
|
||||||
|
- Resolve the name conflicts in exception.py (vponcova)
|
||||||
|
- Use the Anaconda configuration in the network module (vponcova)
|
||||||
|
- Revert "Don't try to get hostnamed proxy in non-installer-image environments
|
||||||
|
(#1616214)" (vponcova)
|
||||||
|
- Remove the function can_touch_runtime_system (vponcova)
|
||||||
|
- Add rules for the installation system (vponcova)
|
||||||
|
- Configure the installation system (vponcova)
|
||||||
|
- Replace setNetworkOnbootDefault (vponcova)
|
||||||
|
- Add tests for the FCoE module (vponcova)
|
||||||
|
- Discover an FCoE device with a DBus task (vponcova)
|
||||||
|
- Reload the FCoE module on the storage reset (vponcova)
|
||||||
|
- Let the FCoE module to provide the dracut arguments (vponcova)
|
||||||
|
- Let the FCoE module to write the configuration (vponcova)
|
||||||
|
- Move kickstart support to the FCoE module (vponcova)
|
||||||
|
- Create the basic structure for the FCoE module (vponcova)
|
||||||
|
|
||||||
* Mon Nov 19 2018 Martin Kolman <mkolman@redhat.com> - 30.11-1
|
* Mon Nov 19 2018 Martin Kolman <mkolman@redhat.com> - 30.11-1
|
||||||
- Install grubby-deprecated when using the extlinux bootloader (javierm)
|
- Install grubby-deprecated when using the extlinux bootloader (javierm)
|
||||||
- Remove configurePayload (vponcova)
|
- Remove configurePayload (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-30.11.tar.bz2) = be31485f8fc5ed0edb9d727a7e031055d115dbef6375100c4350318d429d714a19bdff698eabded4a1b0166ce2dc89580090c1ef4b9c1f00607c5d36a37ead12
|
SHA512 (anaconda-30.12.tar.bz2) = ee70c526af125a7cf8a48aa1005a0244ff145e541da022a7cd4f9b23878045a848e04deba28c35e9bb9de49ab9be0ae689c0b233927886af037ce9da0ac10451
|
||||||
|
Loading…
Reference in New Issue
Block a user