- only call bootloader.check() if bootloader is setup (#875278) (bcl)

- Don't try to save changes to a locked luks device. (#876180) (dlehman)
This commit is contained in:
Brian C. Lane 2012-11-18 16:11:25 -08:00
parent 25e6695076
commit 646d47c235
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 18.29-1
- Quit after handling transaction errors. (clumens)
- Add a function to display relevant transaction errors (#873106). (clumens)

View File

@ -1 +1 @@
546cfe12b31bc8e77084836b7353658b anaconda-18.29.tar.bz2
fb7c6e5f76316d7efb1b6220d4af8854 anaconda-18.29.1.tar.bz2