- 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:
parent
d5e68d3298
commit
1566aad10e
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-20.10.tar.bz2
|
/anaconda-20.10.tar.bz2
|
||||||
/anaconda-20.11.tar.bz2
|
/anaconda-20.11.tar.bz2
|
||||||
/anaconda-20.12.tar.bz2
|
/anaconda-20.12.tar.bz2
|
||||||
|
/anaconda-20.13.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 20.12
|
Version: 20.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -255,6 +255,20 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 06 2013 Brian C. Lane <bcl@redhat.com> - 20.12-1
|
||||||
- Cleanup arch tests (dshea)
|
- Cleanup arch tests (dshea)
|
||||||
- Rearranged the automake tests. (dshea)
|
- Rearranged the automake tests. (dshea)
|
||||||
|
Loading…
Reference in New Issue
Block a user