New version 29.12-1
- Save logs to result folder after rpm-tests (jkonecny) - Add Installed pyanaconda tests (jkonecny) - Fix name of the RPM test (jkonecny) - Support running just chosen rpm test (jkonecny) - Add test cache files to gitignore (jkonecny) - Move test install test from Makefile to rpm tests (jkonecny) - Create structure to run rpm tests (jkonecny) - Move all nosetests to separate directory (jkonecny) - Fix broken kickstart command test (jkonecny) - Fix broken kickstart command test (jkonecny) - localization: use LanguageKickstarted module property (#1568119) (rvykydal) - Start only the specified kickstart modules (#1566621) (vponcova) - Use the Bootloader module in UI (vponcova) - Add tests for the bootloader module (vponcova) - Create the bootloader module (vponcova) - rpmostreepayload: do not require network for dvd installation (#1565369) (rvykydal) - Fix double logging to stdout (vponcova) - Don't try to create required partitions if there are none (vponcova)
This commit is contained in:
parent
57b8dad2db
commit
ebe2b5d919
1
.gitignore
vendored
1
.gitignore
vendored
@ -143,3 +143,4 @@
|
|||||||
/anaconda-29.9.tar.bz2
|
/anaconda-29.9.tar.bz2
|
||||||
/anaconda-29.10.tar.bz2
|
/anaconda-29.10.tar.bz2
|
||||||
/anaconda-29.11.tar.bz2
|
/anaconda-29.11.tar.bz2
|
||||||
|
/anaconda-29.12.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 29.11
|
Version: 29.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -350,6 +350,27 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 19 2018 Martin Kolman <mkolman@redhat.com> - 29.12-1
|
||||||
|
- Save logs to result folder after rpm-tests (jkonecny)
|
||||||
|
- Add Installed pyanaconda tests (jkonecny)
|
||||||
|
- Fix name of the RPM test (jkonecny)
|
||||||
|
- Support running just chosen rpm test (jkonecny)
|
||||||
|
- Add test cache files to gitignore (jkonecny)
|
||||||
|
- Move test install test from Makefile to rpm tests (jkonecny)
|
||||||
|
- Create structure to run rpm tests (jkonecny)
|
||||||
|
- Move all nosetests to separate directory (jkonecny)
|
||||||
|
- Fix broken kickstart command test (jkonecny)
|
||||||
|
- Fix broken kickstart command test (jkonecny)
|
||||||
|
- localization: use LanguageKickstarted module property (#1568119) (rvykydal)
|
||||||
|
- Start only the specified kickstart modules (#1566621) (vponcova)
|
||||||
|
- Use the Bootloader module in UI (vponcova)
|
||||||
|
- Add tests for the bootloader module (vponcova)
|
||||||
|
- Create the bootloader module (vponcova)
|
||||||
|
- rpmostreepayload: do not require network for dvd installation (#1565369)
|
||||||
|
(rvykydal)
|
||||||
|
- Fix double logging to stdout (vponcova)
|
||||||
|
- Don't try to create required partitions if there are none (vponcova)
|
||||||
|
|
||||||
* Thu Apr 12 2018 Martin Kolman <mkolman@redhat.com> - 29.11-1
|
* Thu Apr 12 2018 Martin Kolman <mkolman@redhat.com> - 29.11-1
|
||||||
- Add anaconda-install-env-deps as dependency of the anaconda package (mkolman)
|
- Add anaconda-install-env-deps as dependency of the anaconda package (mkolman)
|
||||||
- Add %%files for install-env-deps so it actually exists (awilliam)
|
- Add %%files for install-env-deps so it actually exists (awilliam)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-29.11.tar.bz2) = 20ca14a2658dafb172db0129608ef0798b79a4bd42ad24f46e83d923ab097624c3d383c3701397d6912eaf783a44af00f6059783f01507d705fbb2fe0c4607cd
|
SHA512 (anaconda-29.12.tar.bz2) = 36cf520026d98dc13ea9fe6e10f6fa661fd8100766dabedcc1ff353cce28bcb8cb79258160ed3d301312c6be6df6e0a989065b7e0fa7e985130e31f6ded57627
|
||||||
|
Loading…
Reference in New Issue
Block a user