New version 32.23-1
- Test kickstart warnings from modules (vslavik) - Use kickstart parsing warnings coming from boss (vslavik) - Log kickstart warnings in modules (vslavik) - Disable package download to / /tmp (#1781517) (jkonecny) - Handle the variant in SetConstraint (vponcova) - Handle the variant from GetResult (#1798392) (vponcova) - Fix the function _del_xdg_runtime_dir (vponcova) - Do not crash on adding fcoe device in gui when there are no nics (#1798402) (rvykydal) - Fix checking of network device type in Add FCoE gui dialog (#1798876) (rvykydal) - Use check_task_creation_task in timezone tests (rvykydal) - Move timezone setup kickstart method to dbus module (rvykydal) - Do not restart NTP service during its installation (rvykydal) - Add fixme to ntp from dhcp setting (rvykydal) - Change "not...in" to "...not in" (vslavik) - Line length fixes (PEP8) + typos (vslavik) - Add the DBus method GenerateDeviceFactoryPermissions (vponcova) - Generate the device factory permissions (vponcova) - Add the DBus structure DeviceFactoryPermissions (vponcova) - Move the class DeviceFactoryRequest to a new file (vponcova) - Set up the environment for pylint (vponcova) - Unify geoloc logging and enable/disable decision logic (vslavik) - Disable geoloc by opts.geoloc instead of kernel cmdline (vslavik) - Add a fallback for a disk of the live device (vponcova) - If no usable boot drive is found, raise an exception (vponcova)
This commit is contained in:
parent
df647e305c
commit
3387eeb1d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -224,3 +224,4 @@
|
|||||||
/anaconda-32.20.tar.bz2
|
/anaconda-32.20.tar.bz2
|
||||||
/anaconda-32.21.tar.bz2
|
/anaconda-32.21.tar.bz2
|
||||||
/anaconda-32.22.tar.bz2
|
/anaconda-32.22.tar.bz2
|
||||||
|
/anaconda-32.23.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 32.22
|
Version: 32.23
|
||||||
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
|
||||||
@ -353,6 +353,34 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 13 2020 Martin Kolman <mkolman@redhat.com> - 32.23-1
|
||||||
|
- Test kickstart warnings from modules (vslavik)
|
||||||
|
- Use kickstart parsing warnings coming from boss (vslavik)
|
||||||
|
- Log kickstart warnings in modules (vslavik)
|
||||||
|
- Disable package download to / /tmp (#1781517) (jkonecny)
|
||||||
|
- Handle the variant in SetConstraint (vponcova)
|
||||||
|
- Handle the variant from GetResult (#1798392) (vponcova)
|
||||||
|
- Fix the function _del_xdg_runtime_dir (vponcova)
|
||||||
|
- Do not crash on adding fcoe device in gui when there are no nics (#1798402)
|
||||||
|
(rvykydal)
|
||||||
|
- Fix checking of network device type in Add FCoE gui dialog (#1798876)
|
||||||
|
(rvykydal)
|
||||||
|
- Use check_task_creation_task in timezone tests (rvykydal)
|
||||||
|
- Move timezone setup kickstart method to dbus module (rvykydal)
|
||||||
|
- Do not restart NTP service during its installation (rvykydal)
|
||||||
|
- Add fixme to ntp from dhcp setting (rvykydal)
|
||||||
|
- Change "not...in" to "...not in" (vslavik)
|
||||||
|
- Line length fixes (PEP8) + typos (vslavik)
|
||||||
|
- Add the DBus method GenerateDeviceFactoryPermissions (vponcova)
|
||||||
|
- Generate the device factory permissions (vponcova)
|
||||||
|
- Add the DBus structure DeviceFactoryPermissions (vponcova)
|
||||||
|
- Move the class DeviceFactoryRequest to a new file (vponcova)
|
||||||
|
- Set up the environment for pylint (vponcova)
|
||||||
|
- Unify geoloc logging and enable/disable decision logic (vslavik)
|
||||||
|
- Disable geoloc by opts.geoloc instead of kernel cmdline (vslavik)
|
||||||
|
- Add a fallback for a disk of the live device (vponcova)
|
||||||
|
- If no usable boot drive is found, raise an exception (vponcova)
|
||||||
|
|
||||||
* Mon Feb 03 2020 Martin Kolman <mkolman@redhat.com> - 32.22-1
|
* Mon Feb 03 2020 Martin Kolman <mkolman@redhat.com> - 32.22-1
|
||||||
- Don't set the device names (#1797274) (vponcova)
|
- Don't set the device names (#1797274) (vponcova)
|
||||||
- Fix line spacing in UI (vslavik)
|
- Fix line spacing in UI (vslavik)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-32.22.tar.bz2) = f110373287d522738e1feba79caa8848bc38ff6bd5c75f56523f678b0c3393b31cca27d4adb0c875f64d8625145adad1e4fbcd07f3df28266ef8995715ee4520
|
SHA512 (anaconda-32.23.tar.bz2) = 64bf5d8c7cee87d8e75b485991908e58f065db42520656d5339f093a0f94eab9be73d68d952ce3e08c6464ca235338b551bc359d05c1752715082a701cff4199
|
||||||
|
Loading…
Reference in New Issue
Block a user