- Allow overriding password policy check (sgallagh)

- Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea)
- Remove the dnf cache directory when resetting the repo (dshea)
- Do not add separators to the addon list when not needed (dshea)
- Only use the instclass environment if it actually exists. (#1198953) (dshea)
- Prevent Storage spoke Done button method from multiple launch (jkonecny)
- Prevent spokes from being exited more times. (jkonecny)
This commit is contained in:
Samantha N. Bueno 2015-04-02 14:07:23 -04:00
parent 55d9eaccc1
commit 4695f2821a
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/anaconda-22.20.5.tar.bz2
/anaconda-22.20.6.tar.bz2
/anaconda-22.20.7.tar.bz2
/anaconda-22.20.8.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 22.20.7
Version: 22.20.8
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -313,6 +313,15 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Thu Apr 02 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.8-1
- Allow overriding password policy check (sgallagh)
- Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea)
- Remove the dnf cache directory when resetting the repo (dshea)
- Do not add separators to the addon list when not needed (dshea)
- Only use the instclass environment if it actually exists. (#1198953) (dshea)
- Prevent Storage spoke Done button method from multiple launch (jkonecny)
- Prevent spokes from being exited more times. (jkonecny)
* Thu Mar 26 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.7-1
- Add documentation on %%anaconda kickstart command (bcl)
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)

View File

@ -1 +1 @@
c685ff2828545938a420513910f11b17 anaconda-22.20.7.tar.bz2
1536ca7bc7db09c9a9bbffbc07e00c75 anaconda-22.20.8.tar.bz2