* Tue Jan 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.13-1
- Make it obvious which partitions are being formatted and encrypted (katzj) - Set initial sensitivity of encrypt button correctly (katzj) - Fix traceback on invalid passphrase (#426887) (katzj) - Use mkstemp() instead of tempnam() (katzj) - Don't resize filesystems which are being formatted (#426466) (katzj) - Add cracklib-dicts (#426444) (katzj) - Fix build (notting)
This commit is contained in:
parent
8375ef0188
commit
10471260d0
@ -1 +1 @@
|
|||||||
anaconda-11.4.0.12.tar.bz2
|
anaconda-11.4.0.13.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.4.0.12
|
Version: 11.4.0.13
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -200,6 +200,15 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
|
|||||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.13-1
|
||||||
|
- Make it obvious which partitions are being formatted and encrypted (katzj)
|
||||||
|
- Set initial sensitivity of encrypt button correctly (katzj)
|
||||||
|
- Fix traceback on invalid passphrase (#426887) (katzj)
|
||||||
|
- Use mkstemp() instead of tempnam() (katzj)
|
||||||
|
- Don't resize filesystems which are being formatted (#426466) (katzj)
|
||||||
|
- Add cracklib-dicts (#426444) (katzj)
|
||||||
|
- Fix build (notting)
|
||||||
|
|
||||||
* Thu Dec 20 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.12-1
|
* Thu Dec 20 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.12-1
|
||||||
- Switch away from using kudzu in the loader (notting)
|
- Switch away from using kudzu in the loader (notting)
|
||||||
- Use udev in the loader and a dynamically linked stage1 (notting)
|
- Use udev in the loader and a dynamically linked stage1 (notting)
|
||||||
|
Loading…
Reference in New Issue
Block a user