diff --git a/.gitignore b/.gitignore index 60cccdd..9f795e7 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.10.tar.bz2 /anaconda-20.11.tar.bz2 /anaconda-20.12.tar.bz2 +/anaconda-20.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3d88f06..1b13112 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.12 +Version: 20.13 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -255,6 +255,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Sep 09 2013 Brian C. Lane - 20.13-1 +- Fix handling of flexible specs in onpart for member devices. (#1004885) + (dlehman) +- Always regenerate initramfs (#994180) (bcl) +- Avoid the use of NamedTuple._make (dshea) +- Add superclass __init__()s and fix an indent (dshea) +- Pass logging string format variables as parameters (dshea) +- Remove unnecessary variables, imports, semicolons (dshea) +- Fix the user/group name regex (dshea) +- Fix problems with the test scripts (dshea) +- Handle kickstarts that don't specify timezone (#1001598) (mkolman) +- Don't set "date of last password change" /etc/shadow field (#985572) + (hdegoede) + * Fri Sep 06 2013 Brian C. Lane - 20.12-1 - Cleanup arch tests (dshea) - Rearranged the automake tests. (dshea) diff --git a/sources b/sources index 85f39d4..47142be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2791e94f424777ade51785656c82299 anaconda-20.12.tar.bz2 +baada097bca8fb030a77ec9c24f0ecba anaconda-20.13.tar.bz2