From a672f5b72f6895ed9cb0e7ed78429815b4f1d076 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 15 Jan 2014 10:36:18 -0800 Subject: [PATCH] - Install bootloader to loop device in disk image installations. (#955202) (dlehman) --- .gitignore | 1 + anaconda.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9ba9949..191d7ae 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index 85e0d88..36ceb8d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 20.25.16-1 +- Install bootloader to loop device in disk image installations. (#955202) + (dlehman) + * Wed Dec 11 2013 Brian C. Lane - 20.25.15-1 - Fix selector device matching for unallocated partitions. (#1039292) (dlehman) - Do not schedule resize actions for non-resizing requests (#1039491) diff --git a/sources b/sources index 0b6389f..e948fff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ebf165c375aac5e19cf77eb42c3d4c4 anaconda-20.25.15.tar.bz2 +91897a4e47fa2e1b0bc9376455c23265 anaconda-20.25.16.tar.bz2