[anaconda/f18] - only call bootloader.check() if bootloader is setup (#875278) (bcl) - Don't try to save changes to

Brian C. Lane bcl at fedoraproject.org
Mon Nov 19 00:11:56 UTC 2012


commit 646d47c235b991a7093e65dc2792dff5b85ae71b
Author: Brian C. Lane <bcl at redhat.com>
Date:   Sun Nov 18 16:11:25 2012 -0800

    - only call bootloader.check() if bootloader is setup (#875278) (bcl)
    - Don't try to save changes to a locked luks device. (#876180) (dlehman)

 .gitignore    |    1 +
 anaconda.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
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 <bcl at redhat.com> - 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 <bcl at redhat.com> - 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


More information about the scm-commits mailing list