New version 36.9-1
Remove the BaseLivePayload class (vponcova) Cancel planned manual update of system time on turning ntp on (rvykydal) Always check the dot before a tar suffix (vponcova) Unify the detection of the tar image (vponcova) Remove Jenkins from makebumpver (vslavik) Add Rocky Linux profile to Anaconda (tucklesepk) Add a new separator after the default keyboard layout (vponcova) Replace the deprecated syspurpose CLI tool with SetSysrpose DBus call (mkolman) bug fix: activate connection from callback _connection_updated_cb (qiy) Remove git hook scripts (vslavik) Run rsync with the correct source (vponcova) Fix application of network --mtu kickstart option in Anaconda (rvykydal) Add Rocky Linux profile to Anaconda (tucklesepk) Migrate the Live OS payload on DBus (vponcova) Don't require implementation of post_install_with_tasks (vponcova) Move test launcher scripts to subdirectories (vslavik) Fix all Shellcheck warnings in tests (vslavik) Add Shellcheck config for Anaconda (vslavik) Remove the provides_web_browser property (vponcova)
This commit is contained in:
parent
6cfc8418fd
commit
b378903483
1
.gitignore
vendored
1
.gitignore
vendored
@ -303,3 +303,4 @@
|
||||
/anaconda-36.6.tar.bz2
|
||||
/anaconda-36.7.tar.bz2
|
||||
/anaconda-36.8.tar.bz2
|
||||
/anaconda-36.9.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 36.8
|
||||
Version: 36.9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -411,6 +411,28 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 15 2021 Martin Kolman <mkolman@redhat.com> - 36.9-1
|
||||
- Remove the BaseLivePayload class (vponcova)
|
||||
- Cancel planned manual update of system time on turning ntp on (rvykydal)
|
||||
- Always check the dot before a tar suffix (vponcova)
|
||||
- Unify the detection of the tar image (vponcova)
|
||||
- Remove Jenkins from makebumpver (vslavik)
|
||||
- Add Rocky Linux profile to Anaconda (tucklesepk)
|
||||
- Add a new separator after the default keyboard layout (vponcova)
|
||||
- Replace the deprecated syspurpose CLI tool with SetSysrpose DBus call
|
||||
(mkolman)
|
||||
- bug fix: activate connection from callback _connection_updated_cb (qiy)
|
||||
- Remove git hook scripts (vslavik)
|
||||
- Run rsync with the correct source (vponcova)
|
||||
- Fix application of network --mtu kickstart option in Anaconda (rvykydal)
|
||||
- Add Rocky Linux profile to Anaconda (tucklesepk)
|
||||
- Migrate the Live OS payload on DBus (vponcova)
|
||||
- Don't require implementation of post_install_with_tasks (vponcova)
|
||||
- Move test launcher scripts to subdirectories (vslavik)
|
||||
- Fix all Shellcheck warnings in tests (vslavik)
|
||||
- Add Shellcheck config for Anaconda (vslavik)
|
||||
- Remove the provides_web_browser property (vponcova)
|
||||
|
||||
* Tue Nov 02 2021 Martin Kolman <mkolman@redhat.com> - 36.8-1
|
||||
- Make network spoke GUI more robust in cases of missing NM Client. (rvykydal)
|
||||
- Do not crash on missing NM Client on --vnc installations (#1998754)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-36.8.tar.bz2) = 9d4077dcc2e9821d261cb5763258480c12e1d5310f6a07c29a1b053df6ce4673d558f233106d6b3b214861597b04b91fb2a7419aa17a17b3bdab620b782d0d8e
|
||||
SHA512 (anaconda-36.9.tar.bz2) = 0ca41ffe889eb102dc0522fb4f770e883aa665df8fae891879948aeaf3dda1e78dfb0510ec49abbbac0d72566c993cad81339c62c17ca62d31b77ef00d65403f
|
||||
|
Loading…
Reference in New Issue
Block a user