- update to 11.1.0.66-1
This commit is contained in:
parent
03107db9bb
commit
43dd0ff07e
@ -1,5 +1,5 @@
|
|||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.1.0.65
|
Version: 11.1.0.66
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
@ -15,15 +15,17 @@ BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
|
|||||||
BuildPreReq: libsepol-devel
|
BuildPreReq: libsepol-devel
|
||||||
BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
|
BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
|
||||||
BuildPreReq: glib2-devel >= 2.11.1-5
|
BuildPreReq: glib2-devel >= 2.11.1-5
|
||||||
BuildPreReq: libdhcp-devel >= 1.9, mkinitrd-devel
|
BuildPreReq: libdhcp-devel >= 1.9, mkinitrd-devel >= 5.1.2-1
|
||||||
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, parted >= 1.6.3-7, booty
|
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
|
||||||
|
Requires: parted >= 1.7.1, pyparted >= 1.7.2
|
||||||
Requires: kudzu > 1.2.0, yum >= 2.9.2, pirut >= 1.1.0
|
Requires: kudzu > 1.2.0, yum >= 2.9.2, pirut >= 1.1.0
|
||||||
Requires: pyparted, libxml2-python, python-urlgrabber
|
Requires: libxml2-python, python-urlgrabber
|
||||||
Requires: system-logos, pykickstart, system-config-date
|
Requires: system-logos, pykickstart, system-config-date
|
||||||
Requires: device-mapper >= 1.01.05-3
|
Requires: device-mapper >= 1.01.05-3
|
||||||
Requires: dosfstools e2fsprogs
|
Requires: dosfstools e2fsprogs
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
Requires: python-pyblock >= 0.16-1, libbdevid >= 5.1.0-1
|
Requires: python-pyblock >= 0.17-1
|
||||||
|
Requires: libbdevid >= 5.1.2-1, libbdevid-python
|
||||||
%endif
|
%endif
|
||||||
%ifnarch s390 s390x ppc64
|
%ifnarch s390 s390x ppc64
|
||||||
Requires: rhpxl
|
Requires: rhpxl
|
||||||
@ -100,6 +102,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 26 2006 Peter Jones <pjones@redhat.com> - 11.1.0.66-1
|
||||||
|
- Be smarter about log files during kickstart (clumens)
|
||||||
|
- Make multipath and dmraid work
|
||||||
|
- Add Kannada language (katzj)
|
||||||
|
- Don't show onboot for rescue mode (katzj)
|
||||||
|
- Fix AF_INET6 usage when making in6_addr (dcantrell)
|
||||||
|
|
||||||
* Tue Jul 25 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.65-1
|
* Tue Jul 25 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.65-1
|
||||||
- Fix noipv6 (pjones)
|
- Fix noipv6 (pjones)
|
||||||
- Fix nodmraid and nompath (katzj)
|
- Fix nodmraid and nompath (katzj)
|
||||||
|
Loading…
Reference in New Issue
Block a user