- Wait for all background threads to finish before filling installation task
queue (mkolman) Resolves: rhbz#2017428 - Check the support for the Subscription module on startup (vponcova) Resolves: rhbz#1957063 - Activate DBus modules based on the new configuration options (vponcova) Related: rhbz#1957063 - Add new configuration options for the DBus module activation (vponcova) Related: rhbz#1957063 - Add product config for Rocky Linux (tucklesepk) Resolves: rhbz#2019995
This commit is contained in:
parent
c68964d841
commit
3909ca9fb9
1
.gitignore
vendored
1
.gitignore
vendored
@ -301,3 +301,4 @@
|
|||||||
/anaconda-34.25.0.18.tar.bz2
|
/anaconda-34.25.0.18.tar.bz2
|
||||||
/anaconda-34.25.0.19.tar.bz2
|
/anaconda-34.25.0.19.tar.bz2
|
||||||
/anaconda-34.25.0.20.tar.bz2
|
/anaconda-34.25.0.20.tar.bz2
|
||||||
|
/anaconda-34.25.0.21.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 34.25.0.20
|
Version: 34.25.0.21
|
||||||
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
|
||||||
@ -407,6 +407,19 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 26 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.21-1
|
||||||
|
- Wait for all background threads to finish before filling installation task
|
||||||
|
queue (mkolman)
|
||||||
|
Resolves: rhbz#2017428
|
||||||
|
- Check the support for the Subscription module on startup (vponcova)
|
||||||
|
Resolves: rhbz#1957063
|
||||||
|
- Activate DBus modules based on the new configuration options (vponcova)
|
||||||
|
Related: rhbz#1957063
|
||||||
|
- Add new configuration options for the DBus module activation (vponcova)
|
||||||
|
Related: rhbz#1957063
|
||||||
|
- Add product config for Rocky Linux (tucklesepk)
|
||||||
|
Resolves: rhbz#2019995
|
||||||
|
|
||||||
* Fri Nov 05 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.20-1
|
* Fri Nov 05 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.20-1
|
||||||
- Fix application of network --mtu kickstart option in Anaconda (rvykydal)
|
- Fix application of network --mtu kickstart option in Anaconda (rvykydal)
|
||||||
Resolves: rhbz#2019813
|
Resolves: rhbz#2019813
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-34.25.0.20.tar.bz2) = 2f3b04c9b4ec7482621d6a1c29a60bbf40709b4742d199f91a9ae84ce71868c73e37e83c5af7f19a96ca9c31a96b83ccfa2b8891291e4762973c9554503d519a
|
SHA512 (anaconda-34.25.0.21.tar.bz2) = 7bc2bd498915d2fa5dcfb16bdf0b6df584ac448bc4a2edb20f0cddae98f7a6e7c5add3913701f6f860441190a87ad5b504d15a63bea9ad65bb68c71c05e26ea0
|
||||||
|
Loading…
Reference in New Issue
Block a user