New version 33.10-1
- subscription: Implement install_with_tasks() method (mkolman) - subscription: Add the IsSubscriptionAttached property (mkolman) - subscription: Add ConnectToInsights task (mkolman) - Create product configuration files for Red Hat Virtualization (vponcova) - Create the configuration section Storage Constraints (vponcova) - Extend tests for the default storage checker (vponcova) - Represent the constraint STORAGE_MIN_RAM by an instance of Size (vponcova) - Remove the constraint STORAGE_MIN_ROOT (vponcova) - Extend support for custom storage checking (vponcova) - Add a new type of the default partitioning for virtualizations (vponcova) - Add the configuration option default_scheme (vponcova) - Add the configuration option help_directory (vponcova) - Accept `harddrive --dir` without absolute paths (jkonecny) - Make the kickstart support for the btrfs command optional (vponcova) - Fix non-root dir of install tree HD installation (#1689194) (jkonecny) - subscription: Add missing pieces for the Subscription DBus module (mkolman) - Add UI support for the ZIPL Secure boot (vponcova) - Add DBus support for the ZIPL Secure Boot (vponcova) - Add code convention to prefer join_paths over os.path.join (jkonecny) - Add helper function force_path_join (jkonecny) - Fix get anaconda version test after test file rename (vponcova) - Rename iutil_test to util_test (jkonecny)
This commit is contained in:
parent
b1525e5fe3
commit
0f2c44239a
1
.gitignore
vendored
1
.gitignore
vendored
@ -235,3 +235,4 @@
|
||||
/anaconda-33.7.tar.bz2
|
||||
/anaconda-33.8.tar.bz2
|
||||
/anaconda-33.9.tar.bz2
|
||||
/anaconda-33.10.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.9
|
||||
Version: 33.10
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -353,6 +353,30 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 16 2020 Martin Kolman <mkolman@redhat.com> - 33.10-1
|
||||
- subscription: Implement install_with_tasks() method (mkolman)
|
||||
- subscription: Add the IsSubscriptionAttached property (mkolman)
|
||||
- subscription: Add ConnectToInsights task (mkolman)
|
||||
- Create product configuration files for Red Hat Virtualization (vponcova)
|
||||
- Create the configuration section Storage Constraints (vponcova)
|
||||
- Extend tests for the default storage checker (vponcova)
|
||||
- Represent the constraint STORAGE_MIN_RAM by an instance of Size (vponcova)
|
||||
- Remove the constraint STORAGE_MIN_ROOT (vponcova)
|
||||
- Extend support for custom storage checking (vponcova)
|
||||
- Add a new type of the default partitioning for virtualizations (vponcova)
|
||||
- Add the configuration option default_scheme (vponcova)
|
||||
- Add the configuration option help_directory (vponcova)
|
||||
- Accept `harddrive --dir` without absolute paths (jkonecny)
|
||||
- Make the kickstart support for the btrfs command optional (vponcova)
|
||||
- Fix non-root dir of install tree HD installation (#1689194) (jkonecny)
|
||||
- subscription: Add missing pieces for the Subscription DBus module (mkolman)
|
||||
- Add UI support for the ZIPL Secure boot (vponcova)
|
||||
- Add DBus support for the ZIPL Secure Boot (vponcova)
|
||||
- Add code convention to prefer join_paths over os.path.join (jkonecny)
|
||||
- Add helper function force_path_join (jkonecny)
|
||||
- Fix get anaconda version test after test file rename (vponcova)
|
||||
- Rename iutil_test to util_test (jkonecny)
|
||||
|
||||
* Wed Apr 08 2020 Martin Kolman <mkolman@redhat.com> - 33.9-1
|
||||
- Fix bad import of general errors (jkonecny)
|
||||
- Improve code convention code formatting (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-33.9.tar.bz2) = b4c0878bbc526ffd84cc5f6ff8f7eaa51c8682f50341843e4f87f447a9b046d3c712c9b9e89289c7c334e71f5e84454dfdddd4dce43c9095074b2feef9652295
|
||||
SHA512 (anaconda-33.10.tar.bz2) = 52b55f8d4a45c1ad1388bdce5f51e848bb0a0d6fe5172eec7f9062f00dbd76f86c3ece3650fc16061985fbd2531f47218fd119a2ab8b640c1f0932b2c4bb480c
|
||||
|
Loading…
Reference in New Issue
Block a user