- Do not preselect the environment if using kickstart packages (#978852)

(vpodzime)
- Skip network.execute for dirInstall (bcl)
This commit is contained in:
Brian C. Lane 2013-06-27 08:39:52 -07:00
parent b1cbf22815
commit 7d77b62d0f
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -95,3 +95,4 @@ anaconda-15.2.tar.bz2
/anaconda-19.30.10.tar.bz2
/anaconda-19.30.11.tar.bz2
/anaconda-19.30.12.tar.bz2
/anaconda-19.30.13.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 19.30.12
Version: 19.30.13
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -256,6 +256,12 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Thu Jun 27 2013 Brian C. Lane <bcl@redhat.com> - 19.30.13-1
- Do not preselect the environment if using kickstart packages (#978852)
(vpodzime)
- Skip network.execute for dirInstall (cherry picked from commit
e073327df9ed6a650884bac95db71c3e04ace0d7) (bcl)
* Tue Jun 25 2013 Brian C. Lane <bcl@redhat.com> - 19.30.12-1
- Clear the list of packages on environment change (#977715) (vpodzime)

View File

@ -1 +1 @@
09bc584b72c8b9dcb781286f5205c24a anaconda-19.30.12.tar.bz2
2311ba7f84e44723d4400a169f21304d anaconda-19.30.13.tar.bz2