New version 31.13-1
- Parse the output of df correctly (#1708701) (vponcova) - Skip scaling if there is no primary monitor (#1592014) (vponcova) - Document how to report a bug (vponcova) - Handle post inst tools toggling in screen access manager (mkolman) - Fix a typo in Initial Setup configuration task (mkolman) - Remove methods _setup_mount_data and _process_mount_data (vponcova) - Rename MountPoint to MountPointRequest (vponcova) - Add tests for the storage checker module (vponcova) - Add DBus support for setting a constraint (vponcova) - Don't check the storage in a separate thread (vponcova) - Remove HMC from flags (jkonecny) - Rename the method add_new_constraint (vponcova) - Rename the method add_constraint (vponcova) - Remove the update_constraint method (vponcova) - Create the DBus module for the storage checker (vponcova) - Use MountPoint in TUI (vponcova) - Use MountPoint in ManualPartitioningTask (vponcova) - Use MountPoint in tests (vponcova) - Use MountPoint as DBus structure (vponcova) - Cleanup long removed "headless" option from docs (mkolman)
This commit is contained in:
parent
88117028c8
commit
389cdb7253
1
.gitignore
vendored
1
.gitignore
vendored
@ -192,3 +192,4 @@
|
|||||||
/anaconda-31.10.tar.bz2
|
/anaconda-31.10.tar.bz2
|
||||||
/anaconda-31.11.tar.bz2
|
/anaconda-31.11.tar.bz2
|
||||||
/anaconda-31.12.tar.bz2
|
/anaconda-31.12.tar.bz2
|
||||||
|
/anaconda-31.13.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 31.12
|
Version: 31.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -354,6 +354,28 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 27 2019 Martin Kolman <mkolman@redhat.com> - 31.13-1
|
||||||
|
- Parse the output of df correctly (#1708701) (vponcova)
|
||||||
|
- Skip scaling if there is no primary monitor (#1592014) (vponcova)
|
||||||
|
- Document how to report a bug (vponcova)
|
||||||
|
- Handle post inst tools toggling in screen access manager (mkolman)
|
||||||
|
- Fix a typo in Initial Setup configuration task (mkolman)
|
||||||
|
- Remove methods _setup_mount_data and _process_mount_data (vponcova)
|
||||||
|
- Rename MountPoint to MountPointRequest (vponcova)
|
||||||
|
- Add tests for the storage checker module (vponcova)
|
||||||
|
- Add DBus support for setting a constraint (vponcova)
|
||||||
|
- Don't check the storage in a separate thread (vponcova)
|
||||||
|
- Remove HMC from flags (jkonecny)
|
||||||
|
- Rename the method add_new_constraint (vponcova)
|
||||||
|
- Rename the method add_constraint (vponcova)
|
||||||
|
- Remove the update_constraint method (vponcova)
|
||||||
|
- Create the DBus module for the storage checker (vponcova)
|
||||||
|
- Use MountPoint in TUI (vponcova)
|
||||||
|
- Use MountPoint in ManualPartitioningTask (vponcova)
|
||||||
|
- Use MountPoint in tests (vponcova)
|
||||||
|
- Use MountPoint as DBus structure (vponcova)
|
||||||
|
- Cleanup long removed "headless" option from docs (mkolman)
|
||||||
|
|
||||||
* Wed May 15 2019 Martin Kolman <mkolman@redhat.com> - 31.12-1
|
* Wed May 15 2019 Martin Kolman <mkolman@redhat.com> - 31.12-1
|
||||||
- Fix condition for running GUI User spoke in Initial Setup (mkolman)
|
- Fix condition for running GUI User spoke in Initial Setup (mkolman)
|
||||||
- Expose individual user group, user and root password DBus tasks (mkolman)
|
- Expose individual user group, user and root password DBus tasks (mkolman)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-31.12.tar.bz2) = bed5fb1398d0133e150aeac4e91d86619deab708e434aecc34f9a2426c5cb099314428e01d7f2004326921cd0da85a8993b4cd109a049978b294c09fe54ea715
|
SHA512 (anaconda-31.13.tar.bz2) = 1136bcd06c26b40e2d3bf469211b90873a964da83441a65d797640fd78464cd520deca5181fc7c8ddc15d066f2f17f13b14bba0957a2eba283fbd3cefcca001f
|
||||||
|
Loading…
Reference in New Issue
Block a user