forked from rpms/anaconda
* Wed Jan 16 2008 David L. Cantrell Jr. <dcantrell@redhat.com> - 11.4.0.22-1
- Require the latest libdhcp (dcantrell) - Don't set currentMedia when we're on a network install (#428927, clumens) - Don't offer two reboot options (clumens) - Remove fsopts that are already defaults (#429039, clumens) - Remove isofs module to get rid of a FATAL message (clumens) - Add the crc32c kernel module for iscsi (#405911, clumens) - Add MAC address to the network device selection screen (#428229, clumens) - Initial support for network --bootproto=ask (#401531, clumens) - Remove an extra newline (clumens) - Add firstaidkit to the rescue image (jgranado) - Fix the progress bar to hit 100% on the last package (#428790, clumens) - Add some output so the startup delay doesn't seem quite so long (clumens) - Initial kickstart support for encrypted partitions (clumens)
This commit is contained in:
parent
9b9880e7f1
commit
bb62246f35
@ -1 +1 @@
|
|||||||
anaconda-11.4.0.21.tar.bz2
|
anaconda-11.4.0.22.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.4.0.21
|
Version: 11.4.0.22
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%define gettextver 0.11
|
%define gettextver 0.11
|
||||||
%define glib2ver 2.11.1-5
|
%define glib2ver 2.11.1-5
|
||||||
%define intltoolver 0.31.2-3
|
%define intltoolver 0.31.2-3
|
||||||
%define libdhcpver 1.99.6-1
|
%define libdhcpver 1.99.6-2
|
||||||
%define libselinuxver 1.6
|
%define libselinuxver 1.6
|
||||||
%define mkinitrdver 5.1.2-1
|
%define mkinitrdver 5.1.2-1
|
||||||
%define pykickstartver 0.96
|
%define pykickstartver 0.96
|
||||||
@ -199,6 +199,21 @@ 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
|
||||||
|
* Wed Jan 16 2008 David L. Cantrell Jr. <dcantrell@redhat.com> - 11.4.0.22-1
|
||||||
|
- Require the latest libdhcp (dcantrell)
|
||||||
|
- Don't set currentMedia when we're on a network install (#428927, clumens)
|
||||||
|
- Don't offer two reboot options (clumens)
|
||||||
|
- Remove fsopts that are already defaults (#429039, clumens)
|
||||||
|
- Remove isofs module to get rid of a FATAL message (clumens)
|
||||||
|
- Add the crc32c kernel module for iscsi (#405911, clumens)
|
||||||
|
- Add MAC address to the network device selection screen (#428229, clumens)
|
||||||
|
- Initial support for network --bootproto=ask (#401531, clumens)
|
||||||
|
- Remove an extra newline (clumens)
|
||||||
|
- Add firstaidkit to the rescue image (jgranado)
|
||||||
|
- Fix the progress bar to hit 100%% on the last package (#428790, clumens)
|
||||||
|
- Add some output so the startup delay doesn't seem quite so long (clumens)
|
||||||
|
- Initial kickstart support for encrypted partitions (clumens)
|
||||||
|
|
||||||
* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.21-1
|
* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.21-1
|
||||||
- Inherit from the right versions of pykickstart classes (clumens)
|
- Inherit from the right versions of pykickstart classes (clumens)
|
||||||
- Update for nss files moving to /lib (clumens)
|
- Update for nss files moving to /lib (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user