New version 32.7-1
- network: split configure hostname task out of network installation task (#1757960) (rvykydal) - Switch to pypi pylint from RPM (jkonecny) - Allow to handle the return value of subprocess.run (vponcova) - Remove the unexpected keyword argument 'env' (vponcova) - Remove the assignment of the same variable to itself (vponcova) - Remove unused false positives (vponcova) - Improve updates repo configuration in GUI (#1670471) (mkolman) - Don't touch storage until it is ready (vponcova) - Run the manual partitioning task for the given requests (vponcova) - Set the locale for unit tests (vponcova) - Deprecate the current kickstart support for addons (vponcova) - Add kickstart support for the Baz module (vponcova) - Support the %addon sections in the kickstart specification (vponcova) - Handle the bootloader reset in the partitioning task (vponcova) - Fix the DBus patching functions (vponcova) - Patch DBus proxies in GUI and TUI simple import tests (vponcova) - Add DBus method for validation of selected disks (vponcova) - Enable faulthandler in DBus modules (vponcova) - Reset the storage and the playground of partitioning modules (vponcova) - Add support for getting an object path of a DBus proxy (vponcova) - Remove pointless '../../' to clean up NFS mounts (riehecky)
This commit is contained in:
parent
693af925d1
commit
8b06f7c904
1
.gitignore
vendored
1
.gitignore
vendored
@ -208,3 +208,4 @@
|
|||||||
/anaconda-32.4.tar.bz2
|
/anaconda-32.4.tar.bz2
|
||||||
/anaconda-32.5.tar.bz2
|
/anaconda-32.5.tar.bz2
|
||||||
/anaconda-32.6.tar.bz2
|
/anaconda-32.6.tar.bz2
|
||||||
|
/anaconda-32.7.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 32.6
|
Version: 32.7
|
||||||
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
|
||||||
@ -351,6 +351,30 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 04 2019 Martin Kolman <mkolman@redhat.com> - 32.7-1
|
||||||
|
- network: split configure hostname task out of network installation task
|
||||||
|
(#1757960) (rvykydal)
|
||||||
|
- Switch to pypi pylint from RPM (jkonecny)
|
||||||
|
- Allow to handle the return value of subprocess.run (vponcova)
|
||||||
|
- Remove the unexpected keyword argument 'env' (vponcova)
|
||||||
|
- Remove the assignment of the same variable to itself (vponcova)
|
||||||
|
- Remove unused false positives (vponcova)
|
||||||
|
- Improve updates repo configuration in GUI (#1670471) (mkolman)
|
||||||
|
- Don't touch storage until it is ready (vponcova)
|
||||||
|
- Run the manual partitioning task for the given requests (vponcova)
|
||||||
|
- Set the locale for unit tests (vponcova)
|
||||||
|
- Deprecate the current kickstart support for addons (vponcova)
|
||||||
|
- Add kickstart support for the Baz module (vponcova)
|
||||||
|
- Support the %%addon sections in the kickstart specification (vponcova)
|
||||||
|
- Handle the bootloader reset in the partitioning task (vponcova)
|
||||||
|
- Fix the DBus patching functions (vponcova)
|
||||||
|
- Patch DBus proxies in GUI and TUI simple import tests (vponcova)
|
||||||
|
- Add DBus method for validation of selected disks (vponcova)
|
||||||
|
- Enable faulthandler in DBus modules (vponcova)
|
||||||
|
- Reset the storage and the playground of partitioning modules (vponcova)
|
||||||
|
- Add support for getting an object path of a DBus proxy (vponcova)
|
||||||
|
- Remove pointless '../../' to clean up NFS mounts (riehecky)
|
||||||
|
|
||||||
* Wed Sep 25 2019 Martin Kolman <mkolman@redhat.com> - 32.6-1
|
* Wed Sep 25 2019 Martin Kolman <mkolman@redhat.com> - 32.6-1
|
||||||
- Switch between layouts without confirmation (#1333984) (vponcova)
|
- Switch between layouts without confirmation (#1333984) (vponcova)
|
||||||
- Remove the old and broken zram-stats script (#1561773) (mkolman)
|
- Remove the old and broken zram-stats script (#1561773) (mkolman)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-32.6.tar.bz2) = a7bdb0eb44ed5e1582c98aad61803091450a4f80a1d110f94a957ea0aad351ad8488c32a50b59da5cda4e96ec4c1e0f88f3ef2b18170f78742a2d9beccfd7530
|
SHA512 (anaconda-32.7.tar.bz2) = 5c1bbb7ef424f3d02fab3c88f6bddc2a17c57c34f065ce71f07f243de4cf5de6afb0b4e7b8883def8347db477265577c00b332250483e2a0127effc631303ddd
|
||||||
|
Loading…
Reference in New Issue
Block a user