New version 32.22-1
- Don't set the device names (#1797274) (vponcova) - Fix line spacing in UI (vslavik) - Fix line spacing in pyanaconda (vslavik) - Extend the start-module script (vponcova) - Remove start() from pylint defining attrs methods (jkonecny) - Refactor pylintrc file a bit (jkonecny) - Remove pylint CVS ignore directory (jkonecny) - Add TODO to enable C and R in pylint (jkonecny) - Remove bad-option-value disables from pylint (jkonecny) - Add TODO for future work (jkonecny) - Remove use of eval from pylint disabled (jkonecny) - Ignore attributes of Namespace class (jkonecny) - Fix GError message False positive (jkonecny) - Move unnecessary pass statement from false positives (jkonecny) - Add mock to the list of pylint deprecated modules (jkonecny) - Fix pylint errors (jkonecny) - Adapt runpylint to use pocketlint replacement (jkonecny) - Add pylint censorship - replacement of pocketlint (jkonecny)
This commit is contained in:
parent
bd22031b0e
commit
df647e305c
1
.gitignore
vendored
1
.gitignore
vendored
@ -223,3 +223,4 @@
|
||||
/anaconda-32.19.tar.bz2
|
||||
/anaconda-32.20.tar.bz2
|
||||
/anaconda-32.21.tar.bz2
|
||||
/anaconda-32.22.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 32.21
|
||||
Version: 32.22
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -353,6 +353,26 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 03 2020 Martin Kolman <mkolman@redhat.com> - 32.22-1
|
||||
- Don't set the device names (#1797274) (vponcova)
|
||||
- Fix line spacing in UI (vslavik)
|
||||
- Fix line spacing in pyanaconda (vslavik)
|
||||
- Extend the start-module script (vponcova)
|
||||
- Remove start() from pylint defining attrs methods (jkonecny)
|
||||
- Refactor pylintrc file a bit (jkonecny)
|
||||
- Remove pylint CVS ignore directory (jkonecny)
|
||||
- Add TODO to enable C and R in pylint (jkonecny)
|
||||
- Remove bad-option-value disables from pylint (jkonecny)
|
||||
- Add TODO for future work (jkonecny)
|
||||
- Remove use of eval from pylint disabled (jkonecny)
|
||||
- Ignore attributes of Namespace class (jkonecny)
|
||||
- Fix GError message False positive (jkonecny)
|
||||
- Move unnecessary pass statement from false positives (jkonecny)
|
||||
- Add mock to the list of pylint deprecated modules (jkonecny)
|
||||
- Fix pylint errors (jkonecny)
|
||||
- Adapt runpylint to use pocketlint replacement (jkonecny)
|
||||
- Add pylint censorship - replacement of pocketlint (jkonecny)
|
||||
|
||||
* Wed Jan 29 2020 Martin Kolman <mkolman@redhat.com> - 32.21-1
|
||||
- Add the path-id attribute to the DBus structure for device data (vponcova)
|
||||
- Use id_path as a long identifier of a disk (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-32.21.tar.bz2) = 57303626009a071b40af7e7ab8fae26fc5168b93fe12c0910a8a19744bffcc1481ac3d7a5efd5386ef3eec5e3c0c7517fc9b29515e829b069780a745b06d19f1
|
||||
SHA512 (anaconda-32.22.tar.bz2) = f110373287d522738e1feba79caa8848bc38ff6bd5c75f56523f678b0c3393b31cca27d4adb0c875f64d8625145adad1e4fbcd07f3df28266ef8995715ee4520
|
||||
|
Loading…
Reference in New Issue
Block a user