- Install bootloader to loop device in disk image installations. (#955202)

(dlehman)
This commit is contained in:
Brian C. Lane 2014-01-15 10:36:18 -08:00
parent df8d12243c
commit a672f5b72f
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -123,3 +123,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.25.13.tar.bz2
/anaconda-20.25.14.tar.bz2
/anaconda-20.25.15.tar.bz2
/anaconda-20.25.16.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.25.15
Version: 20.25.16
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -251,6 +251,10 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Jan 15 2014 Brian C. Lane <bcl@redhat.com> - 20.25.16-1
- Install bootloader to loop device in disk image installations. (#955202)
(dlehman)
* Wed Dec 11 2013 Brian C. Lane <bcl@redhat.com> - 20.25.15-1
- Fix selector device matching for unallocated partitions. (#1039292) (dlehman)
- Do not schedule resize actions for non-resizing requests (#1039491)

View File

@ -1 +1 @@
5ebf165c375aac5e19cf77eb42c3d4c4 anaconda-20.25.15.tar.bz2
91897a4e47fa2e1b0bc9376455c23265 anaconda-20.25.16.tar.bz2