New version 27.1-1
- We should not have pyanaconda submodules on PYTHONPATH (vponcova) - Lock empty root password during kickstart installation (#1383656) (mkolman) - Use system Python when running Anaconda (mkolman) - Remove unused false positives for pylint (vtrefny) - Fix pylint error in BlivetGUI spoke (vtrefny)
This commit is contained in:
parent
72bb422b29
commit
b1bafef477
1
.gitignore
vendored
1
.gitignore
vendored
@ -92,3 +92,4 @@
|
|||||||
/anaconda-26.19.tar.bz2
|
/anaconda-26.19.tar.bz2
|
||||||
/anaconda-26.20.tar.bz2
|
/anaconda-26.20.tar.bz2
|
||||||
/anaconda-26.21.tar.bz2
|
/anaconda-26.21.tar.bz2
|
||||||
|
/anaconda-27.1.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 26.21
|
Version: 27.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -83,6 +83,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
|||||||
|
|
||||||
%package core
|
%package core
|
||||||
Summary: Core of the Anaconda installer
|
Summary: Core of the Anaconda installer
|
||||||
|
Requires: python3-libs
|
||||||
Requires: python3-dnf >= %{dnfver}
|
Requires: python3-dnf >= %{dnfver}
|
||||||
Requires: python3-blivet >= 1:2.1.7-3
|
Requires: python3-blivet >= 1:2.1.7-3
|
||||||
Requires: python3-blockdev >= %{libblockdevver}
|
Requires: python3-blockdev >= %{libblockdevver}
|
||||||
@ -327,6 +328,15 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 06 2017 Martin Kolman <mkolman@redhat.com> - 27.1-1
|
||||||
|
- We should not have pyanaconda submodules on PYTHONPATH (vponcova)
|
||||||
|
- Lock empty root password during kickstart installation (#1383656) (mkolman)
|
||||||
|
- Use system Python when running Anaconda (mkolman)
|
||||||
|
- Remove unused false positives for pylint (vtrefny)
|
||||||
|
- Fix pylint error in BlivetGUI spoke (vtrefny)
|
||||||
|
- Fix tests by renaming packaging to payload (jkonecny)
|
||||||
|
- Rescue mode should wait for the storage and luks devices (#1376638) (vponcova)
|
||||||
|
|
||||||
* Mon Feb 27 2017 Martin Kolman <mkolman@redhat.com> - 26.21-1
|
* Mon Feb 27 2017 Martin Kolman <mkolman@redhat.com> - 26.21-1
|
||||||
- Add blivet-gui as requirement for the GUI package (vtrefny)
|
- Add blivet-gui as requirement for the GUI package (vtrefny)
|
||||||
- Add a bottom bar to the Blivet GUI spoke (mkolman)
|
- Add a bottom bar to the Blivet GUI spoke (mkolman)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-26.21.tar.bz2) = 7b2ebfc6e48acab9f889178a81732f4e1be88b57deecc6df4d5e94463a675398f3b2a260000a2e4c3e591e189c9a04d4356d91321b486e73eefec9ce140c9f5b
|
SHA512 (anaconda-27.1.tar.bz2) = 9d450a01b827a07b6aeccda7084ee0f796691b58368c71b3c5942fe3ea9f3bf27f544fd7032ffe46bf5f642c6f2ed273d70f90a4a0b83c37c0884ee6b9789d2c
|
||||||
|
Loading…
Reference in New Issue
Block a user