- update to .23-1
This commit is contained in:
parent
6da83076ad
commit
a20c2be49a
@ -1 +1 @@
|
|||||||
anaconda-11.2.0.22.tar.bz2
|
anaconda-11.2.0.23.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.2.0.22
|
Version: 11.2.0.23
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
@ -12,7 +12,8 @@ BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
|
|||||||
BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel
|
BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel
|
||||||
BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber
|
BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber
|
||||||
BuildPreReq: pykickstart >= 0.90, yum >= 2.9.2,
|
BuildPreReq: pykickstart >= 0.90, yum >= 2.9.2,
|
||||||
BuildPreReq: device-mapper-devel >= 1.02.17-5
|
%define dmver 1.02.17-6
|
||||||
|
BuildPreReq: device-mapper-devel >= %{dmver}
|
||||||
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, glib2-static
|
BuildPreReq: glib2-devel >= 2.11.1-5, glib2-static
|
||||||
@ -23,7 +24,7 @@ Requires: parted >= 1.8.1, pyparted >= 1.8.1
|
|||||||
Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0
|
Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0
|
||||||
Requires: 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 >= %{dmver}, device-mapper-libs >= %{dmver}
|
||||||
Requires: dosfstools e2fsprogs
|
Requires: dosfstools e2fsprogs
|
||||||
Requires: python-pyblock >= 0.24-1
|
Requires: python-pyblock >= 0.24-1
|
||||||
Requires: libbdevid >= 5.1.2-1, libbdevid-python
|
Requires: libbdevid >= 5.1.2-1, libbdevid-python
|
||||||
@ -51,7 +52,7 @@ Group: Applications/System
|
|||||||
AutoReqProv: false
|
AutoReqProv: false
|
||||||
Requires: libxml2-python, python, rpm-python >= 4.2-0.61
|
Requires: libxml2-python, python, rpm-python >= 4.2-0.61
|
||||||
Requires: anaconda = %{version}-%{release}
|
Requires: anaconda = %{version}-%{release}
|
||||||
Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs
|
Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: syslinux
|
Requires: syslinux
|
||||||
%endif
|
%endif
|
||||||
@ -110,6 +111,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 14 2007 Peter Jones <pjones@redhat.com> - 11.2.0.23-1
|
||||||
|
- Get rid of unused X mouse handling (dcantrell)
|
||||||
|
- Update for newer createrepo (jkeating)
|
||||||
|
- Update for device-mapper/device-mapper-libs split
|
||||||
|
|
||||||
* Tue Feb 13 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.22-1
|
* Tue Feb 13 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.22-1
|
||||||
- Load the ext3 module earlier to fix hd installs (#223749, #224534).
|
- Load the ext3 module earlier to fix hd installs (#223749, #224534).
|
||||||
- Don't traceback in postconfig if it's not a kickstart install.
|
- Don't traceback in postconfig if it's not a kickstart install.
|
||||||
|
Loading…
Reference in New Issue
Block a user