diff --git a/.gitignore b/.gitignore index d9242ac..00307e8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /anaconda-22.16.tar.bz2 /anaconda-22.17.tar.bz2 /anaconda-22.18.tar.bz2 +/anaconda-22.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9be17b0..d528d73 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 22.18 +Version: 22.19 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -313,6 +313,29 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Feb 13 2015 Brian C. Lane - 22.19-1 +- Make sure yum is included in the packageset for yumpayload (#1152753) (bcl) +- Tweak parallel args. (clumens) +- Remove the Encoding entry from the .desktop file (dshea) +- Add an option to startProgram to not reset the locale (dshea) +- Set $LIBUSER_CONF early (dshea) +- Do not set $TZ (dshea) +- Assume that a bunch of digits in a version number is a timestamp (dshea) +- Avoid setting $LANG and $LANGUAGE, except where we can't (dshea) +- Add a parameter to iutil.startProgram to extend the environment (dshea) +- Add a method to set environment variables for child processes (dshea) +- Set $DISPLAY before threads are started. (dshea) +- Add a pylint module to look for modifications to the environment (dshea) +- Remotely do kickstart tests as a kstest user instead of root. (clumens) +- Add some documentation. (clumens) +- Do all package/group checking in %%post to save a reboot. (clumens) +- Support kickstart test jobs out to multiple computers with parallel. + (clumens) +- Make it possible to ignore individual newly added dependencies (mkolman) +- Remove the old_tests directory (bcl) +- Use /usr/bin/python2 in scripts (bcl) +- Cleanup some pylint errors in analog (bcl) + * Fri Feb 06 2015 Brian C. Lane - 22.18-1 - dracut needs iscsi_firmware cmdline arg (#1185792) (bcl) - Clear the default titlebar text (mkolman) diff --git a/sources b/sources index 275d4e2..962de93 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0aa4fdc30c5b8006079d39fafd7baa66 anaconda-22.18.tar.bz2 +bf1fb25589e930a7a22cbde3ac6fb7e3 anaconda-22.19.tar.bz2