- liveinst: canonicalize live-baseloop symlink (bcl)

- Fixup getDeviceBy* methods (bcl)
- Ignore dm devs when scanning for mpath members (#761278) (hamzy)
- Don't set the system's hostname during disk image installs. (dlehman)
- Fix error handling in the case of no live block device. (dlehman)
- Force simple filter for disk image installs. (#784560) (dlehman)
- Check for live install before doing live-specific umounts. (dlehman)
- DM_VG_NAME tells an LV's VG, not the VG a PV belongs to. (#772878) (dlehman)
This commit is contained in:
Brian C. Lane 2012-01-31 16:15:36 -08:00
parent dc69419bf0
commit dbca1df5e8
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.1.tar.bz2
/anaconda-17.2.tar.bz2
/anaconda-17.3.tar.bz2
/anaconda-17.4.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.3
Release: 2%{?dist}
Version: 17.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://fedoraproject.org/wiki/Anaconda
@ -232,6 +232,16 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Tue Jan 31 2012 Brian C. Lane <bcl@redhat.com> - 17.4-1
- liveinst: canonicalize live-baseloop symlink (bcl)
- Fixup getDeviceBy* methods (bcl)
- Ignore dm devs when scanning for mpath members (#761278) (hamzy)
- Don't set the system's hostname during disk image installs. (dlehman)
- Fix error handling in the case of no live block device. (dlehman)
- Force simple filter for disk image installs. (#784560) (dlehman)
- Check for live install before doing live-specific umounts. (dlehman)
- DM_VG_NAME tells an LV's VG, not the VG a PV belongs to. (#772878) (dlehman)
* Thu Jan 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 17.3-2
- Rebuilt for new libarchive

View File

@ -1 +1 @@
1632e51a32332a488b43a26a7dadaeb0 anaconda-17.3.tar.bz2
9a6345ec242b724973d55837372b0ef0 anaconda-17.4.tar.bz2