New version - 26.18-1
- Always refresh the size of swap before autopartitioning. (vponcova) - Run the space check only if the spokes are complete (#1403505) (vponcova) - Ignore result directory with logs from tests (jkonecny) - Disable pylint no-member error for re.MULTILINE (jkonecny) - Fix nosetests to use newest python3 (jkonecny) - Disable the button if iscsi is not available (#1401263) (vponcova) - Include Python 3.6 sysconfigdata module in initramfs (#1409177) (awilliam) - Nicer __repr__ for hubs and spokes (mkolman) - Close the .treeinfo file after the retrieve. (vponcova)
This commit is contained in:
parent
5b309cbbea
commit
926cb764b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@
|
|||||||
/anaconda-26.15.tar.bz2
|
/anaconda-26.15.tar.bz2
|
||||||
/anaconda-26.16.tar.bz2
|
/anaconda-26.16.tar.bz2
|
||||||
/anaconda-26.17.tar.bz2
|
/anaconda-26.17.tar.bz2
|
||||||
|
/anaconda-26.18.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 26.17
|
Version: 26.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -325,6 +325,17 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 09 2017 Martin Kolman <mkolman@redhat.com> - 26.18-1
|
||||||
|
- Always refresh the size of swap before autopartitioning. (vponcova)
|
||||||
|
- Run the space check only if the spokes are complete (#1403505) (vponcova)
|
||||||
|
- Ignore result directory with logs from tests (jkonecny)
|
||||||
|
- Disable pylint no-member error for re.MULTILINE (jkonecny)
|
||||||
|
- Fix nosetests to use newest python3 (jkonecny)
|
||||||
|
- Disable the button if iscsi is not available (#1401263) (vponcova)
|
||||||
|
- Include Python 3.6 sysconfigdata module in initramfs (#1409177) (awilliam)
|
||||||
|
- Nicer __repr__ for hubs and spokes (mkolman)
|
||||||
|
- Close the .treeinfo file after the retrieve. (vponcova)
|
||||||
|
|
||||||
* Wed Jan 04 2017 Martin Kolman <mkolman@redhat.com> - 26.17-1
|
* Wed Jan 04 2017 Martin Kolman <mkolman@redhat.com> - 26.17-1
|
||||||
- Fix a GTK Widget related deprecation warning (mkolman)
|
- Fix a GTK Widget related deprecation warning (mkolman)
|
||||||
- Fix GTK screen/display related deprecation warnings (mkolman)
|
- Fix GTK screen/display related deprecation warnings (mkolman)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-26.17.tar.bz2) = b21ec97594d32582f9f0ae73895495b32f75f73a7b6194bc422b62042c48ec8bee9fe5de8b4c3e7391f06ba29c370aa6e0747ae1403f6f4f13d64da9ee700323
|
SHA512 (anaconda-26.18.tar.bz2) = 632cc55431f5b8ce2f12c84f76e3c3e2aa537960ef15579cdc528cc81364b3960ac15026bb691c31ef9b7813cb65bf503522b9f0efd0dfb53064bb17acc7db5b
|
||||||
|
Loading…
Reference in New Issue
Block a user