New version 29.21-1
- Pylint should skip the file livepayload.py (vponcova) - Fix pylint errors (vponcova) - Change the pop-up text with the pre-release warning (#1542998) (vpodzime) - Sort categories on the hub by defined order (#1584160) (rvykydal) - Show a note about EULA where relevant (mkolman) - Change message log level to INFO when adding repo (jkonecny) - Set packaging log level to DEBUG by default (jkonecny) - Remove the python-wrapt dependency (vponcova) - Do not use capitals for spoke names (#1584160) (rvykydal) - Wrap category label and add space between columns (#1584160) (rvykydal) - Use 32 px icons (instead of 16 px) on hubs (#1584160) (rvykydal) - Replace deprecated dracut options for booting with ibft. (rvykydal) - Improve handling of unsupported filesystems in UI. (rvykydal) - Reserve two lines for status message (#1584160) (rvykydal) - Use three spoke columns on hub for better scaling (#1584160) (rvykydal)
This commit is contained in:
parent
63417c0298
commit
8b3d1feae6
1
.gitignore
vendored
1
.gitignore
vendored
@ -152,3 +152,4 @@
|
||||
/anaconda-29.18.tar.bz2
|
||||
/anaconda-29.19.tar.bz2
|
||||
/anaconda-29.20.tar.bz2
|
||||
/anaconda-29.21.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 29.20
|
||||
Version: 29.21
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -128,7 +128,6 @@ Requires: python3-ntplib
|
||||
Requires: systemd
|
||||
Requires: python3-pid
|
||||
Requires: python3-ordered-set >= 2.0.0
|
||||
Requires: python3-wrapt
|
||||
|
||||
Requires: python3-coverage >= 4.0-0.12.b3
|
||||
|
||||
@ -347,6 +346,23 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 25 2018 Martin Kolman <mkolman@redhat.com> - 29.21-1
|
||||
- Pylint should skip the file livepayload.py (vponcova)
|
||||
- Fix pylint errors (vponcova)
|
||||
- Change the pop-up text with the pre-release warning (#1542998) (vpodzime)
|
||||
- Sort categories on the hub by defined order (#1584160) (rvykydal)
|
||||
- Show a note about EULA where relevant (mkolman)
|
||||
- Change message log level to INFO when adding repo (jkonecny)
|
||||
- Set packaging log level to DEBUG by default (jkonecny)
|
||||
- Remove the python-wrapt dependency (vponcova)
|
||||
- Do not use capitals for spoke names (#1584160) (rvykydal)
|
||||
- Wrap category label and add space between columns (#1584160) (rvykydal)
|
||||
- Use 32 px icons (instead of 16 px) on hubs (#1584160) (rvykydal)
|
||||
- Replace deprecated dracut options for booting with ibft. (rvykydal)
|
||||
- Improve handling of unsupported filesystems in UI. (rvykydal)
|
||||
- Reserve two lines for status message (#1584160) (rvykydal)
|
||||
- Use three spoke columns on hub for better scaling (#1584160) (rvykydal)
|
||||
|
||||
* Wed Jul 18 2018 Martin Kolman <mkolman@redhat.com> - 29.20-1
|
||||
- Make pyanaconda.dbus.typing work with Python 3.7 (#1598574) (awilliam)
|
||||
- Protected devices might be hidden (#1561766) (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-29.20.tar.bz2) = 69178998ed9665406ca85e968c9c4274afe6a4f71169aa46961c0144bfe8dc00ad049826db2e5c16d8c8f8e51e48e0f64f894cb7d2a496e827120ac0cf681117
|
||||
SHA512 (anaconda-29.21.tar.bz2) = 7d8d74e6eb3d8e18d6af7e4a8aab6bf41afbda22f479e3404e22599936736811ded6d329249e8ac6486fddc590d0c5b62a285a72766bca7a64eaa231ace25021
|
||||
|
Loading…
Reference in New Issue
Block a user