- setup default environment in initialize (bcl)
- Move environmentAddons into packaging (bcl) - Skip running efibootmgr for image and dir installations (#1067749) (bcl) - Move translatable format strings into python. (dshea) - Added a check for translatable format strings in glade. (dshea) - Use a single script to run the glade tests. (dshea) - Check that s390x LVM configuration is valid. (#873135, 885011) (sbueno+anaconda) - Re-apply disk selection on error in TUI storage. (#1056316) (sbueno+anaconda) - Properly retry package downloads (#924860) (mkolman) - Change the CSS class name of the sidebar (#1067049). (clumens) - Preserve ipv6.disable=1 on target system (#1040751) (wwoods) - Remove an unused import in driver-updates. (clumens) - Fix heredoc usage in generated /etc/grub.d/01_users (#1044404). (dcantrell)
This commit is contained in:
parent
5e4408fc41
commit
5a1c63657b
1
.gitignore
vendored
1
.gitignore
vendored
@ -132,3 +132,4 @@ anaconda-15.2.tar.bz2
|
||||
/anaconda-21.21.tar.bz2
|
||||
/anaconda-21.22.tar.bz2
|
||||
/anaconda-21.23.tar.bz2
|
||||
/anaconda-21.24.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 21.23
|
||||
Version: 21.24
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -299,6 +299,22 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 21 2014 Brian C. Lane <bcl@redhat.com> - 21.24-1
|
||||
- setup default environment in initialize (bcl)
|
||||
- Move environmentAddons into packaging (bcl)
|
||||
- Skip running efibootmgr for image and dir installations (#1067749) (bcl)
|
||||
- Move translatable format strings into python. (dshea)
|
||||
- Added a check for translatable format strings in glade. (dshea)
|
||||
- Use a single script to run the glade tests. (dshea)
|
||||
- Check that s390x LVM configuration is valid. (#873135, 885011)
|
||||
(sbueno+anaconda)
|
||||
- Re-apply disk selection on error in TUI storage. (#1056316) (sbueno+anaconda)
|
||||
- Properly retry package downloads (#924860) (mkolman)
|
||||
- Change the CSS class name of the sidebar (#1067049). (clumens)
|
||||
- Preserve ipv6.disable=1 on target system (#1040751) (wwoods)
|
||||
- Remove an unused import in driver-updates. (clumens)
|
||||
- Fix heredoc usage in generated /etc/grub.d/01_users (#1044404). (dcantrell)
|
||||
|
||||
* Tue Feb 18 2014 Brian C. Lane <bcl@redhat.com> - 21.23-1
|
||||
- driverdisk: Parse all blkid output (#857248) (bcl)
|
||||
- Fix blkid output parsing and our output (vpodzime)
|
||||
|
Loading…
Reference in New Issue
Block a user