forked from rpms/anaconda
New version.
This commit is contained in:
parent
c3f274d9b3
commit
f6df8eca5a
@ -1 +1,2 @@
|
|||||||
anaconda-11.1.0.80.tar.bz2
|
anaconda-11.1.0.80.tar.bz2
|
||||||
|
anaconda-11.1.0.81.tar.bz2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.1.0.80
|
Version: 11.1.0.81
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
|
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
|
||||||
BuildPreReq: kudzu-devel >= 1.2.37, pciutils-devel
|
BuildPreReq: kudzu-devel >= 1.2.42, pciutils-devel
|
||||||
BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
|
BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
|
||||||
BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
|
BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
|
||||||
BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
|
BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
|
||||||
@ -15,10 +15,10 @@ 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.10, mkinitrd-devel >= 5.1.2-1
|
BuildPreReq: libdhcp-devel >= 1.12, mkinitrd-devel >= 5.1.2-1
|
||||||
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
|
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
|
||||||
Requires: parted >= 1.7.1, pyparted >= 1.7.2
|
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.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 >= 1.01.05-3
|
||||||
@ -103,6 +103,29 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.81-1
|
||||||
|
- Fix serial console shell IO (#201479).
|
||||||
|
- Don't traceback if URL install path is just "/" (#202368).
|
||||||
|
- Fix font typo (katzj, #202167).
|
||||||
|
- SELinux fixups (pjones).
|
||||||
|
- Handle virtpconsole option again (katzj, #201749, #202450).
|
||||||
|
- Kickstart install fixes (#202471, #202483).
|
||||||
|
- Mark strings for translation (#199022).
|
||||||
|
- Fix ISO install method traceback (#201775).
|
||||||
|
- Don't enable the back button if there's no screen to show (#197766).
|
||||||
|
- Don't clobber a working /etc/resolv.conf on VNC installs (#201874).
|
||||||
|
- Remember user choices on network config (dcantrel, #200986, #200797).
|
||||||
|
- More greek fixing (katzj, #196980).
|
||||||
|
- Sync pkgorder with what distill is expecting (katzj, #201923).
|
||||||
|
- RHEL upgrade tweaks (katzj, #201741).
|
||||||
|
- Install class detection (katzj, #201745).
|
||||||
|
- Fix text upgrade traceback (katzj, #201960).
|
||||||
|
- Add more libraries for s390 (katzj, #200985).
|
||||||
|
- Add SATA probing (pjones).
|
||||||
|
- Add registration key options (katzj, #201738).
|
||||||
|
- Don't automatically set UTC check box on kickstart installs (#181737).
|
||||||
|
- Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode.
|
||||||
|
|
||||||
* Tue Aug 08 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.80-1
|
* Tue Aug 08 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.80-1
|
||||||
- Blacklist e2fsprogs.ppc64 on upgrades (#200233)
|
- Blacklist e2fsprogs.ppc64 on upgrades (#200233)
|
||||||
- Set self.currentMedia to [] (dcantrel, #201722).
|
- Set self.currentMedia to [] (dcantrel, #201722).
|
||||||
|
Loading…
Reference in New Issue
Block a user