- Prevent false positives when checking for encryption change. (dlehman)

- Don't add incomplete VGs to the LVM reject filter. (#878225) (dlehman)
- Show device names for devices in the Unknown page/subsection. (#855646)
  (dlehman)
- Add a page to the custom RHS notebook for uneditable devices. (#875942)
  (dlehman)
- Handle hd iso leavings by dracut (#876897) (jkeating)
- Handle nfsiso leavings by dracut (#876223) (jkeating)
- show error when rsync fails (#868755) (cherry picked from commit
  c90d1bc1fb038c010a22a373fed47933aac074b9) (bcl)
- only raise rsync error on error 12 (#868755) (cherry picked from commit
  2032f1ee0d43df6e0cddf4004fd71a2ce7b63c67) (bcl)
- fixup changelog for 18.29.1-1 (bcl)
This commit is contained in:
Brian C. Lane 2012-11-20 13:45:59 -08:00
parent 646d47c235
commit 4340079ad5
3 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ anaconda-18.24.tar.bz2
/anaconda-18.28.tar.bz2
/anaconda-18.29.tar.bz2
/anaconda-18.29.1.tar.bz2
/anaconda-18.29.2.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.29.1
Version: 18.29.2
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -300,6 +300,21 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Tue Nov 20 2012 Brian C. Lane <bcl@redhat.com> - 18.29.2-1
- Prevent false positives when checking for encryption change. (dlehman)
- Don't add incomplete VGs to the LVM reject filter. (#878225) (dlehman)
- Show device names for devices in the Unknown page/subsection. (#855646)
(dlehman)
- Add a page to the custom RHS notebook for uneditable devices. (#875942)
(dlehman)
- Handle hd iso leavings by dracut (#876897) (jkeating)
- Handle nfsiso leavings by dracut (#876223) (jkeating)
- show error when rsync fails (#868755) (cherry picked from commit
c90d1bc1fb038c010a22a373fed47933aac074b9) (bcl)
- only raise rsync error on error 12 (#868755) (cherry picked from commit
2032f1ee0d43df6e0cddf4004fd71a2ce7b63c67) (bcl)
- fixup changelog for 18.29.1-1 (bcl)
* 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)

View File

@ -1 +1 @@
fb7c6e5f76316d7efb1b6220d4af8854 anaconda-18.29.1.tar.bz2
00f9597bd8d943fe87e118d8e0ce24e8 anaconda-18.29.2.tar.bz2