From 20652d73d884807e66109a7c93a71ab23e3d3d38 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Sep 07 2012 19:55:15 +0000 Subject: - Rewrite expand_langs to return more items (vpodzime) - Don't depend on storage or instClass in EFIGRUB (pjones) - Use self.stage1_device where appropriate in EFIGRUB. (pjones) - Add UTF-8 enconding suffix to our language strings (#854688) (vpodzime) - Store "en" as the default, not "en_US". (clumens) - Require rsync (vpodzime) - Don't rely on chrony.conf file being available (#854899) (vpodzime) - Require chrony and rdate, because Anaconda needs them (#854899) (vpodzime) - fixup live install (#853988, #854962) (bcl) - And then fix an assortment of non-packaging pylint errors, too. (clumens) - Fix problems in the packaging module that pylint detected. (clumens) - network spoke: require connection only for url and nfs methods (#853899) (rvykydal) - Explicitly disable the rootpw lock (#853788) (jkeating) - require nm-connection-editor (#854586) (bcl) - Include packaging log in exception reports. (dlehman) - need to run make before make release (bcl) --- diff --git a/.gitignore b/.gitignore index ada75c6..5bafa0b 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ anaconda-15.2.tar.bz2 /anaconda-18.6.3.tar.bz2 /anaconda-18.6.4.tar.bz2 /anaconda-18.6.5.tar.bz2 +/anaconda-18.6.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0742b79..65c939b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.6.5 +Version: 18.6.6 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -161,10 +161,15 @@ Requires: openssh Requires: isomd5sum Requires: yum-utils >= %{yumutilsver} Requires: NetworkManager >= %{nmver} +Requires: nm-connection-editor Requires: dhclient Requires: anaconda-yum-plugins Requires: libselinux-python >= %{libselinuxver} Requires: fcoe-utils >= %{fcoeutilsver} +Requires: kbd +Requires: chrony +Requires: rdate +Requires: rsync %ifarch %{sparc} Requires: elftoaout piggyback %endif @@ -295,6 +300,25 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Fri Sep 07 2012 Chris Lumens - 18.6.6-1 +- Rewrite expand_langs to return more items (vpodzime) +- Don't depend on storage or instClass in EFIGRUB (pjones) +- Use self.stage1_device where appropriate in EFIGRUB. (pjones) +- Add UTF-8 enconding suffix to our language strings (#854688) (vpodzime) +- Store "en" as the default, not "en_US". (clumens) +- Require rsync (vpodzime) +- Don't rely on chrony.conf file being available (#854899) (vpodzime) +- Require chrony and rdate, because Anaconda needs them (#854899) (vpodzime) +- fixup live install (#853988, #854962) (bcl) +- And then fix an assortment of non-packaging pylint errors, too. (clumens) +- Fix problems in the packaging module that pylint detected. (clumens) +- network spoke: require connection only for url and nfs methods (#853899) + (rvykydal) +- Explicitly disable the rootpw lock (#853788) (jkeating) +- require nm-connection-editor (#854586) (bcl) +- Include packaging log in exception reports. (dlehman) +- need to run make before make release (bcl) + * Fri Aug 31 2012 Brian C. Lane - 18.6.5-1 - update transifex.txt for newui (bcl) - Handle invalid spoke input (#853253) (jkeating) diff --git a/sources b/sources index 3ffe7cc..e2e89dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1304b33764cede6623d0867dbc9bdd72 anaconda-18.6.5.tar.bz2 +d5f1fef40cc3910f8ddb50d835e5fa2b anaconda-18.6.6.tar.bz2