- 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)
This commit is contained in:
Brian C. Lane 2013-09-09 16:50:41 -07:00
parent d5e68d3298
commit 1566aad10e
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 20.12-1
- Cleanup arch tests (dshea)
- Rearranged the automake tests. (dshea)

View File

@ -1 +1 @@
a2791e94f424777ade51785656c82299 anaconda-20.12.tar.bz2
baada097bca8fb030a77ec9c24f0ecba anaconda-20.13.tar.bz2