- Only encrypt the TUI user password once (#1015220) (dshea)
- Don't try to collect removed modules (vpodzime) - Moved the NFS nolock option into Payload._setupNFS (dshea) - Grab journalctl logs if there is no /tmp/syslog (vpodzime) - Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime) - Translate the "Quit" string at the end of liveinst. (dshea)
This commit is contained in:
parent
e414fc3014
commit
daab292cfb
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-20.19.tar.bz2
|
/anaconda-20.19.tar.bz2
|
||||||
/anaconda-20.20.tar.bz2
|
/anaconda-20.20.tar.bz2
|
||||||
/anaconda-20.21.tar.bz2
|
/anaconda-20.21.tar.bz2
|
||||||
|
/anaconda-20.22.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 20.21
|
Version: 20.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -253,6 +253,14 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 04 2013 Brian C. Lane <bcl@redhat.com> - 20.22-1
|
||||||
|
- Only encrypt the TUI user password once (#1015220) (dshea)
|
||||||
|
- Don't try to collect removed modules (vpodzime)
|
||||||
|
- Moved the NFS nolock option into Payload._setupNFS (dshea)
|
||||||
|
- Grab journalctl logs if there is no /tmp/syslog (vpodzime)
|
||||||
|
- Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime)
|
||||||
|
- Translate the "Quit" string at the end of liveinst. (dshea)
|
||||||
|
|
||||||
* Fri Sep 27 2013 Brian C. Lane <bcl@redhat.com> - 20.21-1
|
* Fri Sep 27 2013 Brian C. Lane <bcl@redhat.com> - 20.21-1
|
||||||
- Remove another reference to log_picker. (clumens)
|
- Remove another reference to log_picker. (clumens)
|
||||||
- Turn spinner back on for configuration (bcl)
|
- Turn spinner back on for configuration (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user