diff --git a/.gitignore b/.gitignore index 95ca736..6275aa6 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ anaconda-15.2.tar.bz2 /anaconda-18.3.tar.bz2 /anaconda-18.4.tar.bz2 /anaconda-18.5.tar.bz2 +/anaconda-18.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5c24fa9..24b1a81 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.5 +Version: 18.6 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -293,6 +293,14 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Thu Aug 16 2012 Chris Lumens - 18.6-1 +- Remove linuxrc.s390 (dcantrell) +- Source in url-lib.sh if we don't have it (#847831) (jkeating) +- parse-kickstart: add proc_cmdline (fix init_logger()) (wwoods) +- Remove the data/bootdisk directory tree. (clumens) +- Remove duplicate boot disk setting code (#848841). (clumens) +- Force authconfig to be installed on the target system (#848803). (clumens) + * Wed Aug 15 2012 Chris Lumens - 18.5-1 - Mark/unmark some strings for translation, as appropriate. (clumens) - Save the distro label into the right variable for retranslation. (clumens) diff --git a/sources b/sources index 12e8e14..dcaf70f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a984e2082e9910757a777c00a4fc2967 anaconda-18.5.tar.bz2 +9a425f4680d6f0aa7be9755bed52e03b anaconda-18.6.tar.bz2