diff --git a/.gitignore b/.gitignore index a5a643a..a4ee889 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ anaconda-15.2.tar.bz2 /anaconda-19.27.tar.bz2 /anaconda-19.28.tar.bz2 /anaconda-19.29.tar.bz2 +/anaconda-19.30.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7db26fc..839b924 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 19.29 +Version: 19.30 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -253,6 +253,15 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed May 22 2013 Brian C. Lane - 19.30-1 +- Fix software selection in text UI. (#965974) (sbueno+anaconda) +- Don't call _update_summary from within _add_disk_overview. (clumens) +- getDisks should not return a list that has duplicates in it. (clumens) +- Fix the rescan button (#929299). (clumens) +- Let checkbox disable updates-testing (#962522) (bcl) +- disable updates when method is set in ks (#952791) (bcl) +- Fix string formatting on text UI storage spoke. (#965460) (sbueno+anaconda) + * Tue May 21 2013 Brian C. Lane - 19.29-1 - Handle empty text in simpleline (bcl) - Fixup TUI source to work with kickstart (bcl) diff --git a/sources b/sources index 4846e7c..18c0442 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f9aebbc3d2345ef0f16f0207fc95a632 anaconda-19.29.tar.bz2 +94925a365386f6ced9f66cd304309815 anaconda-19.30.tar.bz2