- Allow importing product.py in places where you won't have a .buildstamp.
(clumens) - Search for iscsid in the $PATH, not in a hardcoded list of places (#645523). (clumens) - Use glib for getPartitionsList() (dcantrell) - Include the SELinux policy file, not just the directory. (clumens) - Remove the last references to install.img. (clumens) - Properly identify device-mapper partitions set up by kpartx. (#644616) (dlehman) - Don't ever try to mount ntfs filesystems. (#637319) (dlehman) - We don't need to worry about 2.4 -> 2.6 updates anymore. (clumens) - scsiWindow is unused. Kill it. (clumens)
This commit is contained in:
parent
fb5600078d
commit
cb708c70cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
anaconda-15.2.tar.bz2
|
||||
/anaconda-15.3.tar.bz2
|
||||
/anaconda-15.4.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 15.3
|
||||
Version: 15.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -225,6 +225,20 @@ update-desktop-database &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 21 2010 Chris Lumens <clumens@redhat.com> - 15.4-1
|
||||
- Allow importing product.py in places where you won't have a .buildstamp.
|
||||
(clumens)
|
||||
- Search for iscsid in the $PATH, not in a hardcoded list of places (#645523).
|
||||
(clumens)
|
||||
- Use glib for getPartitionsList() (dcantrell)
|
||||
- Include the SELinux policy file, not just the directory. (clumens)
|
||||
- Remove the last references to install.img. (clumens)
|
||||
- Properly identify device-mapper partitions set up by kpartx. (#644616)
|
||||
(dlehman)
|
||||
- Don't ever try to mount ntfs filesystems. (#637319) (dlehman)
|
||||
- We don't need to worry about 2.4 -> 2.6 updates anymore. (clumens)
|
||||
- scsiWindow is unused. Kill it. (clumens)
|
||||
|
||||
* Mon Oct 18 2010 Chris Lumens <clumens@redhat.com> - 15.3-1
|
||||
- Don't recommend /usr as a mount point anymore (#643640). (clumens)
|
||||
- Add some debugging prints. (clumens)
|
||||
|
Loading…
Reference in New Issue
Block a user