- Properly identify device-mapper partitions set up by kpartx. (#644616)

(dlehman)
- Don't ever try to mount ntfs filesystems. (#637319) (dlehman)
This commit is contained in:
Brian C. Lane 2010-10-19 17:58:42 -07:00
parent 8b23f18b4d
commit 93d9adc231
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/anaconda-14.21.tar.bz2
/anaconda-14.22.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 14.21
Version: 14.22
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -223,6 +223,11 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Tue Oct 19 2010 Brian C. Lane <bcl@redhat.com> - 14.22-1
- Properly identify device-mapper partitions set up by kpartx. (#644616)
(dlehman)
- Don't ever try to mount ntfs filesystems. (#637319) (dlehman)
* Mon Oct 18 2010 Brian C. Lane <bcl@redhat.com> - 14.21-1
- Take into account hidden disks (#583906) (bcl)

View File

@ -1 +1 @@
eb652ebe5b0914b5d7153194f314bd10 anaconda-14.21.tar.bz2
684ca095dd09ced22b5a3b68b8d2a703 anaconda-14.22.tar.bz2