New version 32.13-1
- Clean up ancient timezone tests (vslavik) - Add missing quotation mark to tmux.conf (jkonecny) - Fix too long lines in timezone module tests for PEP8 compliance (vslavik) - Add timezone interface tests for creation of timezone and NTP tasks (vslavik) - Add tests for the NTP D-Bus task (timezone module) (vslavik) - Add tests for the timezone D-Bus task (timezone module) (vslavik) - Move timezone and NTP from execute() to D-Bus configuration tasks (vslavik) - Add Neal Gompa as community feature maintainer (jkonecny) - Add pure community features documentation (jkonecny)
This commit is contained in:
parent
01989885f4
commit
45ec094394
1
.gitignore
vendored
1
.gitignore
vendored
@ -214,3 +214,4 @@
|
||||
/anaconda-32.10.tar.bz2
|
||||
/anaconda-32.11.tar.bz2
|
||||
/anaconda-32.12.tar.bz2
|
||||
/anaconda-32.13.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 32.12
|
||||
Version: 32.13
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -347,6 +347,17 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Martin Kolman <mkolman@redhat.com> - 32.13-1
|
||||
- Clean up ancient timezone tests (vslavik)
|
||||
- Add missing quotation mark to tmux.conf (jkonecny)
|
||||
- Fix too long lines in timezone module tests for PEP8 compliance (vslavik)
|
||||
- Add timezone interface tests for creation of timezone and NTP tasks (vslavik)
|
||||
- Add tests for the NTP D-Bus task (timezone module) (vslavik)
|
||||
- Add tests for the timezone D-Bus task (timezone module) (vslavik)
|
||||
- Move timezone and NTP from execute() to D-Bus configuration tasks (vslavik)
|
||||
- Add Neal Gompa as community feature maintainer (jkonecny)
|
||||
- Add pure community features documentation (jkonecny)
|
||||
|
||||
* Tue Oct 29 2019 Martin Kolman <mkolman@redhat.com> - 32.12-1
|
||||
- Add a temporary hack to fix installations on ppc64le and aarch64 (#1764666)
|
||||
(mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-32.12.tar.bz2) = 9b3d0369b5680ba1113adf5ad171f8772e10cf32385717499cc361899959d1af5e4baa017f719a3836514ca7020d67558b795467edcc431ae85c0cac81dfc334
|
||||
SHA512 (anaconda-32.13.tar.bz2) = 54c88a98c43cf857f5f099383d959b4450d366ffb96b4d4ccb894ec4010b2db935377f8b9c23dd85d765d91e1415b2220010614804a5a9c20c6c67768bcef1cb
|
||||
|
Loading…
Reference in New Issue
Block a user