- Set the boot flag on the GPT PMBR (#754850) (bcl)

- Add missing _boot_description values for dasd and zfcp (#739620) (dcantrell)
- Select the same device for ksdevice=link in loader and stage2 (#760250)
  (rvykydal)
This commit is contained in:
Brian C. Lane 2012-02-06 14:11:56 -08:00
parent 44ab893b16
commit d460568bf3
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.3.tar.bz2
/anaconda-17.4.tar.bz2
/anaconda-17.5.tar.bz2
/anaconda-17.6.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.5
Version: 17.6
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -232,6 +232,12 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Mon Feb 06 2012 Brian C. Lane <bcl@redhat.com> - 17.6-1
- Set the boot flag on the GPT PMBR (#754850) (bcl)
- Add missing _boot_description values for dasd and zfcp (#739620) (dcantrell)
- Select the same device for ksdevice=link in loader and stage2 (#760250)
(rvykydal)
* Wed Feb 01 2012 Brian C. Lane <bcl@redhat.com> - 17.5-1
- Add a separate function to get an LV's VG name. (dlehman)
- util-linux-ng is now util-linux (bcl)

View File

@ -1 +1 @@
6ab7625eed59e1017f587e164d2690fe anaconda-17.5.tar.bz2
1c522f7e0be851f8f032afccd5f61370 anaconda-17.6.tar.bz2