From 646d47c235b991a7093e65dc2792dff5b85ae71b Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Nov 19 2012 00:11:25 +0000 Subject: - only call bootloader.check() if bootloader is setup (#875278) (bcl) - Don't try to save changes to a locked luks device. (#876180) (dlehman) --- diff --git a/.gitignore b/.gitignore index 4ce0a0d..e1b5a10 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ anaconda-18.24.tar.bz2 /anaconda-18.27.tar.bz2 /anaconda-18.28.tar.bz2 /anaconda-18.29.tar.bz2 +/anaconda-18.29.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a8375ae..9f2ffe9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.29 +Version: 18.29.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -300,6 +300,11 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Sun Nov 18 2012 Brian C. Lane - 18.29.1-1 +- New version. (bcl) +- only call bootloader.check() if bootloader is setup (#875278) (bcl) +- Don't try to save changes to a locked luks device. (#876180) (dlehman) + * Mon Nov 12 2012 Brian C. Lane - 18.29-1 - Quit after handling transaction errors. (clumens) - Add a function to display relevant transaction errors (#873106). (clumens) diff --git a/sources b/sources index cbc6ccf..252d40c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -546cfe12b31bc8e77084836b7353658b anaconda-18.29.tar.bz2 +fb7c6e5f76316d7efb1b6220d4af8854 anaconda-18.29.1.tar.bz2