cvsdist d1e5cea
Name: anaconda
13332ba
Version: 10.92.6
fe8da00
Release: 1
cvsdist ffb12c3
License: GPL
cvsdist 891dd12
Summary: Graphical system installer
cvsdist d1e5cea
Group: Applications/System
cvsdist faa664e
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
9583407
BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.2.0, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, libX11-devel, libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber, pykickstart, yum, device-mapper >= 1.01.05-3, libsepol-devel, pango-devel, pirut, libXt-devel
5496b88
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, parted >= 1.6.3-7, booty, kudzu > 1.2.0, yum >= 2.5.1-3, pirut
2143644
Requires: pyparted, libxml2-python, python-urlgrabber
07cff00
Requires: system-logos, pykickstart
fe39989
Requires: device-mapper >= 1.01.05-3
da720ca
%ifnarch s390 s390x
07cff00
Requires: python-pyblock >= 0.7-1
da720ca
%endif
8ee7fa3
%ifnarch s390 s390x ppc64
8ee7fa3
Requires: rhpxl
8ee7fa3
%endif
cvsdist eea7345
Obsoletes: anaconda-images <= 10
cvsdist 402f03e
Url: http://fedora.redhat.com/projects/anaconda-installer/
cvsdist d1e5cea
cvsdist 1845caf
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
cvsdist d1e5cea
cvsdist d1e5cea
%description
cvsdist 891dd12
The anaconda package contains the program which was used to install your 
cvsdist 891dd12
system.  These files are of little use on an already installed system.
cvsdist d1e5cea
cvsdist d1e5cea
%package runtime
b38e59b
Summary: Graphical system installer portions needed only for fresh installs.
cvsdist d1e5cea
Group: Applications/System
cvsdist d1e5cea
AutoReqProv: false
887c682
Requires: libxml2-python, python, rpm-python >= 4.2-0.61, yum >= 2.4.0
dbb3d48
Requires: anaconda = %{version}-%{release}
fd9f81d
Requires: createrepo >= 0.4.3-3.1, squashfs-tools
Paul Nasrat 5db94b0
Requires: /usr/bin/strip
cvsdist d1e5cea
cvsdist d1e5cea
%description runtime
cvsdist 891dd12
The anaconda-runtime package contains parts of the installation system which 
cvsdist 891dd12
are needed for installing new systems.  These files are used to build media 
cvsdist 891dd12
sets, but are not meant for use on already installed systems.
cvsdist d1e5cea
cvsdist d1e5cea
%prep
cvsdist d1e5cea
cvsdist b84f0ed
%setup -q
cvsdist d1e5cea
cvsdist d1e5cea
%build
cvsdist d1e5cea
make depend
cvsdist d1e5cea
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
cvsdist d1e5cea
cvsdist d1e5cea
%install
cvsdist d1e5cea
rm -rf $RPM_BUILD_ROOT
cvsdist d1e5cea
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist d1e5cea
#strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
cvsdist d1e5cea
cvsdist d1e5cea
strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
cvsdist d1e5cea
cvsdist d1e5cea
%clean
cvsdist d1e5cea
rm -rf $RPM_BUILD_ROOT
cvsdist d1e5cea
cvsdist d1e5cea
%files
cvsdist d1e5cea
%defattr(-,root,root)
cvsdist d1e5cea
%doc COPYING
cvsdist b1b44b6
%doc docs/command-line.txt
cvsdist c93650b
%doc docs/install-methods.txt
cvsdist c93650b
%doc docs/kickstart-docs.txt
cvsdist 1845caf
%doc docs/mediacheck.txt
cvsdist c93650b
%doc docs/anaconda-release-notes.txt
cvsdist 1845caf
/usr/bin/mini-wm
cvsdist d1e5cea
/usr/sbin/anaconda
cvsdist df58ad7
/usr/share/anaconda
cvsdist d1e5cea
/usr/share/locale/*/*/*
cvsdist df58ad7
/usr/lib/anaconda
cvsdist d1e5cea
cvsdist d1e5cea
%files runtime
cvsdist d1e5cea
%defattr(-,root,root)
cvsdist d1e5cea
/usr/lib/anaconda-runtime
cvsdist d1e5cea
cvsdist e41e693
%triggerun -- anaconda < 8.0-1
cvsdist e41e693
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
cvsdist e41e693
cvsdist d1e5cea
%changelog
13332ba
* Tue Feb 21 2006 Chris Lumens <clumens@redhat.com> 10.92.6-1
13332ba
- Set a default language on text mode CJK installs (dcantrel, #180417)
13332ba
- Fix case-sensitive matching of devices (notting, #182231)
13332ba
- Be smarter about required media (pnasrat)
13332ba
- Set MTU in the loader (katzj)
13332ba
- Add dev package to remove blacklist (katzj, #181593)
13332ba
- Try to mount device as ext3 in hard drive installs (katzj)
13332ba
- Sanity check unknown package & group names (pnasrat)
13332ba
- Reboot after writing exception dump (#181745)
13332ba
- Confirm in interactive kickstart installs (#181741)
13332ba
- Fix showing kickstart package selection again
13332ba
- Don't traceback if we find a %%include file that doesn't exist yet (#181760)
13332ba
- Skip partitioning if logvol or raid is given in ks (#181806)
13332ba
- Initialize UTC checkbox (#181737)
13332ba
fb8d924
* Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.5-1
fb8d924
- Fix traceback in language group selection
fb8d924
- No remote save traceback button if not network (clumens)
fb8d924
- More fixes for minstg2.img (clumens)
fb8d924
- Disable next/back while installing packages (dcantrel)
fb8d924
- Bump minimum amounts for install, graphical and early swap
fb8d924
- Enable Arabic for text mode (notting)
fb8d924
9942e0f
* Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.4-1
9942e0f
- improve globbing for xen guest kernels
9942e0f
- Don't add a kernel if one is already selected.
9942e0f
50e5d98
* Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.3-1
50e5d98
- Don't debug log about missing help text (clumens)
50e5d98
- Reduce deps for pkgorder
50e5d98
- Updated kickstart docs (clumens)
50e5d98
05698af
* Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.2-1
05698af
- more x86_64 xen guest fixing
05698af
5bcb66e
* Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.1-1
5bcb66e
- try to fix x86_64 xen guest
5bcb66e
fe8da00
* Sun Feb 12 2006 Jeremy Katz <katzj@redhat.com> - 10.92.0-1
fe8da00
- Fix length of package name in text install (dcantrel, #180469)
fe8da00
- Various minor cleanups
fe8da00
- Support conditional packages for langsupport (pnasrat, #178029)
6deb119
1f765fb
* Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.19-1
1f765fb
- Fix loader typo.
1f765fb
03b9398
* Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.18-1
03b9398
- Add iscsi support (Patrick Mansfield <patmans AT us.ibm.com>)
03b9398
- Allow retry if CD image isn't found on NFS server (#109051, dcantrel)
03b9398
- Fix location of video modes data files
03b9398
- Add x86_64 kernel-xen-guest (katzj)
03b9398
- Better loader debugging support (katzj)
03b9398
Paul Nasrat 5db94b0
* Wed Feb 08 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.17-1
Paul Nasrat 5db94b0
- Handle bind mounts correctly (#160911, dcantrel)
Paul Nasrat 5db94b0
- Upgrade package black list and make upgrades work
Paul Nasrat 5db94b0
- Disable repo conf for now 
Paul Nasrat 5db94b0
- loader debuginfo
Paul Nasrat 5db94b0
- kickstart - suggest fix (#174597, clumens)
Paul Nasrat 5db94b0
bdb8b44
* Mon Feb  6 2006 Jeremy Katz <katzj@redhat.com> - 10.91.16-1
bdb8b44
- fix writing out instdata for root password, etc (#180310)
bdb8b44
9583407
* Mon Feb  6 2006 Jeremy Katz <katzj@redhat.com> - 10.91.15-1
9583407
- Remove debugging code that broke showing the Xen option on the task screen
9583407
- More sqlite files (#171232)
9583407
- Fix traceback for new method pirut depends on
9583407
- Ensure /dev/root exists (Patrick Mansfield)
9583407
- Force buttonbar on main screen active in congrats (dcantrel, #179924)
9583407
- Always pass loglevel (dcantrel)
9583407
- BR libXt-devel (dcantrel)
9583407
- Don't try to make /dev/mapper devs (pjones)
9583407
- More consistency in dev naming for dmraid (pjones)
9583407
- Start of iscsi patches (Patrick Mansfield)
9583407
- Fix pre-existing RAID chunksize reading (#178291)
9583407
d98ce78
* Fri Feb  3 2006 Jeremy Katz <katzj@redhat.com> - 10.91.14-1
d98ce78
- Handle reiserfs labels (dcantrel, #125939)
d98ce78
- Skip more steps in root mode (Jasper Hartline)
d98ce78
- Update driver list for current kernels
d98ce78
- Don't put mapper/ in the swap label (pjones)
d98ce78
- Set file contexts on blkid.tab* (pjones)
d98ce78
- Increase logical volume label field to 32 chars (dcantrel, #174661)
d98ce78
- More exception trimming (clumens)
d98ce78
- Fix args to writeConfiguration (clumens, #179928)
d98ce78
- Fix format strings in label device, proper max for swap labels (pjones)
d98ce78
- Make task definition more dynamic
d98ce78
- Add a hack to remove the xen group if we're running on xen (#179387)
d98ce78
8489b4a
* Thu Feb  2 2006 Jeremy Katz <katzj@redhat.com> - 10.91.13-1
8489b4a
- Speed up timezone screen (clumens)
8489b4a
- Make kickstart interactive mode work (clumens)
8489b4a
- Fix package selection screen (clumens)
8489b4a
- Add sqlite to traceonly to help http/ftp memory usage
8489b4a
- Write out repo config (pnasrat)
8489b4a
- Fix colors on boot splashes (#178033)
8489b4a
- Select lang groups before going to the screen (#178673)
8489b4a
- Clean up handling of grub vs no boot loader (#159658)
8489b4a
5496b88
* Thu Feb  2 2006 Jeremy Katz <katzj@redhat.com> - 10.91.12-1
5496b88
- improves %%packages section some more (clumens)
5496b88
- give a better error on kickstart lvm syntax errors (clumens)
5496b88
- display vncconnect error messages (clumens)
5496b88
- make swap labels shorter for cciss (dcantrel, #176074)
5496b88
- Make /dev/root for mkinitrd (#171662)
5496b88
- Use pirut stuff for graphical group selection
5496b88
Paul Nasrat 037907b
* Tue Jan 31 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.11-1
Paul Nasrat 037907b
- Factor some yum stuff into yum
Paul Nasrat 037907b
- Text Clarification (#178105)
Paul Nasrat 037907b
- Don't use install only pkgs (#179381)
Paul Nasrat 037907b
- Various dmraid and bootloader fixes (pjones)
Paul Nasrat 037907b
Paul Nasrat 037907b
* Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 10.91.10-1
Paul Nasrat 037907b
- add dmraid device renaming support for kickstart (pjones)
Paul Nasrat 037907b
- fix paths for expat (clumens)
Paul Nasrat 037907b
- remove unused functions (clumens)
Paul Nasrat 037907b
6844f0c
* Mon Jan 30 2006 Jeremy Katz <katzj@redhat.com> - 10.91.9-1
6844f0c
- Skip partition and bootloader screens if requested for textmode 
6844f0c
  (dcantrel, #178739)
6844f0c
- Don't create /etc/X11/X symlink (dcantrel, #179321)
6844f0c
- Add ethiopic fonts
6844f0c
- Fix traceback in upgrade examine (clumens)
6844f0c
- Free up depsolving storage (pnasrat)
6844f0c
- Fix group selection screen that I mistakenly removed (oops)
6844f0c
- Remove some dead pieces (pnasrat, katzj)
6844f0c
fd9f81d
* Thu Jan 26 2006 Jeremy Katz <katzj@redhat.com> - 10.91.8-1
fd9f81d
- Remove rpm whiteout (clumens, #178540)
fd9f81d
- Fix text in upgrade continue button (dcantrel, #178096)
fd9f81d
- Make %%packages in anaconda-ks.cfg shorter (pnasrat)
fd9f81d
- Fix text-mode drawing (clumens, #178386)
fd9f81d
- Release notes viewer fixes (dcantrel)
fd9f81d
- Reset -> reboot (dcantrel, #178566)
fd9f81d
- Create ia64 images again (prarit, #175632)
fd9f81d
- Make sure boot loader screen gets skipped (clumens, #178815)
fd9f81d
- Don't ask about VNC in kickstart
fd9f81d
- Don't ask for keyboard under Xen if it fails
fd9f81d
- Add more basic "task" selection screen
fd9f81d
- Text mode group selection is better now
fd9f81d
- Remove some dead code
fd9f81d
- Require squashfs-tools  (clumens)
fd9f81d
- Fix rescue mode (dcantrel)
fd9f81d
- Don't have devices disappear out from under us (Patrick Mansfield)
fd9f81d
040ebd5
* Fri Jan 20 2006 David Cantrell <dcantrell@redhat.com> - 10.91.7-1
040ebd5
- Save state when moving back to "upgrade or install" window (#178095).
040ebd5
- Eject CD when in kickstart and given --eject parameter (clumens, #177554).
040ebd5
- Translate combo box and comments (clumens, #178250).
040ebd5
- Disable backend debugging mode for writeKS().
040ebd5
- Added a PYTHONSTARTUP file to autoload readline, etc. (pjones).
fd9f81d
- Write %%packages section in template kickstart file (clumens, pnasrat).
040ebd5
a7e632f
* Wed Jan 18 2006 David Cantrell <dcantrell@redhat.com> - 10.91.6-1
a7e632f
- i18n fixes (katzj)
a7e632f
b146cb2
* Wed Jan 18 2006 David Cantrell <dcantrell@redhat.com> - 10.91.5-1
b146cb2
- i386 and ppc rescue image script fixes (jkeating)
b146cb2
- fix kickstart package deselection (clumens, #177530)
b146cb2
- fix header download issues (pnasrat, #177596)
b146cb2
- interface improvements on scp exception dialog (clumens, #177738)
b146cb2
- rescue image additions (pjones, dcantrell, #155399)
b146cb2
- misc kickstart fixes (clumens, #178041, #177519)
b146cb2
- fix fetching repo data on http installs (clumens, #178001)
b146cb2
- add gdk-pixbuf handler for XPM images (#177994)
b146cb2
- timezone screen fixes (clumens, #178140)
b146cb2
- add LSI mptsas driver to module-info (#178130)
b146cb2
- dmraid fixes for kickstart installs (pjones)
b146cb2
- add sr@Latn to lang-table (katzj, #175611)
b146cb2
3196008
* Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.4-1
3196008
- Add xen kernels
3196008
56d7749
* Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.3-1
56d7749
- remove some unneeded bits from the ppc boot.iso to make it smaller
56d7749
- fix some text display (notting, #177537)
56d7749
- Misc kickstart fixes (clumens)
56d7749
eb1a272
* Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.2-1
eb1a272
- fix hard drive installs (pjones)
eb1a272
9108bd6
* Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.1-1
9108bd6
- more ppc rescue image (jkeating)
9108bd6
- actually commit the dmraid fix (pjones)
9108bd6
628d353
* Mon Jan  9 2006 Jeremy Katz <katzj@redhat.com> - 10.91.0-1
628d353
- tweaked selection stuff a little to be the same code as pirut
628d353
- tweak exception window to have an image and be better sized (dcantrell)
628d353
- write out RAID device name (clumens)
628d353
- scroll group list properly (dcantrell)
628d353
- fix ppc rescue image (jkeating)
628d353
- dmraid detection fix (pjones)
628d353
5cbd8d6
* Fri Jan  6 2006 Jeremy Katz <katzj@redhat.com> - 10.90.25-1
5cbd8d6
- no sr@Latn yet since the po files haven't been added
5cbd8d6
d5e52df
* Fri Jan  6 2006 Jeremy Katz <katzj@redhat.com> - 10.90.24-1
d5e52df
- move a11y stuff earlier
d5e52df
- fix the text mode progress bar (pnasrat, #176367)
d5e52df
- fix ppc drive unreadable warnings (#176024)
d5e52df
- add serbian locales (#175611)
d5e52df
- preserve review checkbox between combo box selections (dcantrell, #176212)
d5e52df
- quote ethtool args (#176918)
d5e52df
- various spacing cleanups (dcantrell)
d5e52df
- a few fixes to the group selector (dcantrell)
d5e52df
- don't try to make the timezone widget bigger than screen (clumens, #176025)
d5e52df
- fix rescue mode traceback (clumens)
d5e52df
- fix message wording on package retry (clumens, #155884)
d5e52df
- quiet debug spew in anaconda.log (clumens, #171663)
d5e52df
- add ppc rescue script from jkeating (#177003)
d5e52df
0cb87f6
* Tue Dec 20 2005 Jeremy Katz <katzj@redhat.com> - 10.90.23-1
0cb87f6
- more pkgorder fixes (pnasrat)
0cb87f6
- fix some debug spew (notting)
0cb87f6
- segfaults in the loader should at least give us a stacktrace to work from
0cb87f6
- fix some padding on the network screen
0cb87f6
ffecdcd
* Mon Dec 19 2005 Jeremy Katz <katzj@redhat.com> - 10.90.22-1
ffecdcd
- add more encoding modules to traceonly (clumens, #175853)
ffecdcd
- Fix text installs (pnasrat, #175773)
ffecdcd
- Fix for yum API changes (pnasrat)
ffecdcd
- Don't install the smp kernel even if NX is available
ffecdcd
- Adjust to be more dynamic about colors with syslinux-splash's
ffecdcd
- Use the selected language for default keyboard layout (clumens, #172266)
ffecdcd
- Better naming for psuedo-filesystems in /etc/fstab (dcantrel, #176149)
ffecdcd
- Clean up image handling for new graphics
ffecdcd
- Don't do the splashscreen stuff anymore.  If the window is too slow to 
ffecdcd
  appear, we should fix that instead
ffecdcd
7aa961f
* Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 10.90.21-1
7aa961f
- fix pkgorder for new group code
7aa961f
- fix ub vs usb-storage
7aa961f
- remove some redundant code (clumens)
7aa961f
079ba96
* Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 10.90.20-1
079ba96
- Fixes for new timezone stuff (pnasrat)
079ba96
- Fix transaction sorting (pnasrat)
079ba96
- Enable dmraid by default
079ba96
4515ab5
* Wed Dec 14 2005 Chris Lumens <clumens@redhat.com> 10.90.19-1
4515ab5
- Use system-config-date for timezone selection UI (#155271).
4515ab5
- Work on vnc+shell spawning (dcantrell).
4515ab5
- Whiteout fixes (pnasrat, katzj).
4515ab5
- Progress bar fixes (katzj).
4515ab5
- Depsolving speedups (katzj).
4515ab5
07cff00
* Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 10.90.18-1
07cff00
- Handle monitor configuration in kickstart via "monitor" keyword instead of 
07cff00
  "xconfig" consistently (clumens)
07cff00
- Fix joe as nano (#175479)
07cff00
- Try to get hard drive installs working again
07cff00
- First steps towards using ub
07cff00
- Fix depcheck progress bar to actually give progress.  
07cff00
07cff00
* Sun Dec 11 2005 Peter Jones <pjones@redhat.com> - 10.90.17-1
07cff00
- Full dmraid support.  (still disabled by default)
07cff00
4a73e71
* Sat Dec 10 2005 Jeremy Katz <katzj@redhat.com> - 10.90.16-1
4a73e71
- Ensure upgrades to depsolve and remove db locks (pnasrat)
4a73e71
- Tweak for improved and sortable groups/categories
4a73e71
- Put back basic text-mode package selection (#175443)
4a73e71
5fc3094
* Thu Dec  8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.15-1
5fc3094
- Fix various typos in the new group selection code (clumens)
5fc3094
- Support bytesPerInode on RAID (Curtis Doty, #175288)
5fc3094
- Stub some more for the loader to fix line-drawing chars again
5fc3094
- Handle file read failures better (pnasrat)
5fc3094
- Initial support for upgrades again (pnasrat)
5fc3094
- Minor padding tweaks to the UI
5fc3094
ec25115
* Thu Dec  8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.14-1
ec25115
- Fix up for moved x locale data
ec25115
- Remove vnc hack now that VNC knows where to look for fonts
ec25115
- Don't go to text mode for no mouse (notting)
ec25115
- Update to work with yum 2.5.0 cvs snap
ec25115
- New package selection code
ec25115
- Add new chinese font back now that we're using squashfs (#172163)
ec25115
- The return of locale-archive usage
ec25115
fe39989
* Mon Dec 05 2005 Chris Lumens <clumens@redhat.com> 10.90.13-1
ec25115
- Reword media check dialog (dcantrell, #174530).
fe39989
- gcc41 compile fixes (pjones).
fe39989
- Add genhomedircon, setfiles, and /etc/shells for selinux.
a19c6b5
3f89667
* Thu Dec  1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.12-1
3f89667
- some release notes viewer fixing (dcantrell)
3f89667
- allow %%pre scripts in an %%include (clumens, #166100)
3f89667
- fix the squashfs stuff to actually work
3f89667
- hack around slang not initializing utf8 mode so that we have line 
3f89667
  drawing chars (#174761) 
3f89667
40e35b3
* Thu Dec  1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.11-1
40e35b3
- reworded media check prompt (dcantrell, #174472)
40e35b3
- let's try squashfs... 
40e35b3
741dbd8
* Wed Nov 30 2005 Jeremy Katz <katzj@redhat.com> - 10.90.10-1
741dbd8
- Don't split transactions on not split install types (pnasrat, #174033)
741dbd8
- Fix None vs "" for vncpasswd in test mode (Patrick Mansfield)
741dbd8
- Make release notes viewer as large as the screen (dcantrell)
741dbd8
- Allow system-logos instead of fedora-logos for the package name
741dbd8
- Try to build SELinux policy so that things work with selinux 
741dbd8
  2.x policy (#174563)
741dbd8
2b4210f
* Tue Nov 29 2005 Chris Lumens <clumens@redhat.com> 10.90.9-1
2b4210f
- Another stab at including email.Utils everywhere (#173169).
2b4210f
- Remove unneeded isys.sync calls (pjones).
2b4210f
- Fix /dd.ig in initrd (Dan Carpenter).
2b4210f
- Report no DNS servers if a hostname used (pnasrat, #168957).
2b4210f
- Fix ppc32 from CD (katzj, #174135).
2b4210f
- Don't look for hdlist when booting CD1 and using FTP/HTTP (katzj).
2b4210f
- Fullscreen release notes viewer (dcantrell).
2b4210f
0e40b98
* Mon Nov 21 2005 Jeremy Katz <katzj@redhat.com> - 10.90.8-1
0e40b98
- don't load pcspkr on ppc to avoid crashes on the g5
0e40b98
1e7278a
* Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> - 10.90.7-1
1e7278a
- fix backwards whiteout handling (#173738)
1e7278a
- fix bug in depsolver which would bring in a package for an already 
1e7278a
  satisfied dep
1e7278a
75cb269
* Sat Nov 19 2005 Jeremy Katz <katzj@redhat.com> - 10.90.6-1
75cb269
- fix removal of packages to not traceback
1e7278a
- fix anaconda.dmraid logging (clumens)
75cb269
75cb269
* Fri Nov 18 2005 Paul Nasrat <pnasrat@redhat.com> - 10.90.5-1
Paul Nasrat 463e780
- Disable sqlite cache for pkgorder
Paul Nasrat 463e780
- Fix for new selinux context types (katzj)
Paul Nasrat 463e780
- vnc parameter handling (clumens)
Paul Nasrat 463e780
- Add ellipsis (notting)
Paul Nasrat 463e780
53942ff
* Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.4-1
53942ff
- don't traceback on unresolvable deps (#173508)
53942ff
- fix pkg.arch for %%packages
53942ff
- another hack for vnc
53942ff
- debug prints to log.debug (#173533)
53942ff
Paul Nasrat b633f3e
* Thu Nov 17 2005 Paul Nasrat <pnasrat@redhat.com> - 10.90.3-1
Paul Nasrat b633f3e
- Add group processing to buildinstall
Paul Nasrat b633f3e
- Add createrepo requires
Paul Nasrat b633f3e
a9ce1d7
* Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.2-1
a9ce1d7
- more pkgorder fixing (clumens)
a9ce1d7
- fix cd installs to not fall into the "not a real install method" case :)
a9ce1d7
13cb35a
* Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.1-1
13cb35a
- add handling for dmraid/nodmraid
13cb35a
- fix removals of packages which have already been removed
13cb35a
- turn off dmraid by default
13cb35a
- fix pkgorder (clumens)
13cb35a
d1f1448
* Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.0
d1f1448
- more tree build fixes
d1f1448
- fix group removal 
d1f1448
- non iso install fixes (clumens)
d1f1448
- pkgorder fixing (clumens)
d1f1448
- dmraid support (pjones)
d1f1448
- crude language support group hack
d1f1448
b5b7f6d
* Wed Nov 16 2005 Chris Lumens <clumens@redhat.com> 10.89.20.1-1
b5b7f6d
- Fix indentation.
b5b7f6d
b5b7f6d
* Wed Nov 16 2005 Paul Nasrat <pnasrat@redhat.com> - 10.89.20-1
b5b7f6d
- Restore YumSorter for pkgorder
b5b7f6d
- Single anaconda installer yum class
b5b7f6d
- Switching CD method 
b5b7f6d
e6b71b2
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.19.1-1
e6b71b2
- be explict about pango-devel being needed
e6b71b2
da720ca
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.19-1
da720ca
- Fix vt switching with modular X
da720ca
- Lots of CD install fixes (clumens, pnasrat)
da720ca
- Clean up exception dump stuff
da720ca
- Some more steps towards dm-raid support (pjones)
da720ca
- Log info messages
da720ca
47152b8
* Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.18-1
47152b8
- remove new chinese font since its too big for cramfs (#172163)
47152b8
- Fix typo in trimpciids (notting)
47152b8
- Don't build locale-archive for now since its too big for cramfs
47152b8
6475969
* Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.17-1
6475969
- missed an x lib somehow
6475969
3277382
* Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.16-1
3277382
- lots of updates for modular X
3277382
- allow a shell on tty1 if using vnc
3277382
- various fixes for cd/install method stuff (pnasrat, clumens, katzj)
3277382
- install smp kernel if NX present (#172345)
3277382
- work with multiple videoaliases files (notting)
3277382
c74691d
* Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.15-1
c74691d
- fix up for new selinux policy
c74691d
Paul Nasrat ffcaca2
* Mon Nov 14 2005 Paul Nasrat <pnasrat@redhat.com> 10.89.14-1
Paul Nasrat ffcaca2
- Move sorter for CD/pkgorder into yuminstall
Paul Nasrat ffcaca2
- Add support for ub devices (katzj)
Paul Nasrat ffcaca2
Paul Nasrat 383e0b1
* Mon Nov 14 2005 Paul Nasrat <pnasrat@redhat.com> 10.89.13-1
Paul Nasrat 383e0b1
- Reinstate image based install methods (excluding hd for now)
Paul Nasrat 383e0b1
- Clean up install method classes
Paul Nasrat 383e0b1
- device-mapper support (pjones)
Paul Nasrat 383e0b1
- Log warning on no network link (katzj)
Paul Nasrat 383e0b1
- Clean up error handling for pkgorder (clumens)
Paul Nasrat 383e0b1
780c9d7
* Fri Nov 11 2005 Chris Lumens <clumens@redhat.com> 10.89.12-1
780c9d7
- Add buildreq for yum (katzj)
780c9d7
- Fix loader log levels (katzj)
780c9d7
- Add more libraries for dogtail (katzj)
780c9d7
dbb3d48
* Thu Nov 10 2005 Jeremy Katz <katzj@redhat.com> - 10.89.11-1
dbb3d48
- Fix stdout logging to print stuff (clumens)
dbb3d48
- Start of some sorting/splitting stuff for CDs (pnasrat) 
dbb3d48
- Make missing modules lower priority
dbb3d48
- Look for xen devices
dbb3d48
- Add some of the necessary requirements to try to get dogtail working (#172891)
dbb3d48
1e137bf
* Thu Nov 10 2005 Chris Lumens <clumens@redhat.com> 10.89.10-1
1e137bf
- Add e2fsprogs-libs to the install images.
1e137bf
e074e9c
* Wed Nov  9 2005 Jeremy Katz <katzj@redhat.com> - 10.89.9-1
e074e9c
- Create interface earlier to prevent kickstart traceback (clumens)
e074e9c
- Logging fixes, everything should be in the logfile (clumens)
e074e9c
- Get rid of help which is irrelevant
e074e9c
- Clean up loader log levels
e074e9c
2e956a4
* Tue Nov  8 2005 Jeremy Katz <katzj@redhat.com> - 10.89.8-1
2e956a4
- Fix backwards message on upgrade (#172030)
2e956a4
- New chinese fonts (#172163)
2e956a4
- Don't try to update a progress window that's already popped (clumens, #172232)
2e956a4
- Fix snack deprecation warnings (clumens, #172232)
2e956a4
- Get rid of some cruft in traceback dumps (clumens)
2e956a4
- Add a method to check for "real" consoles, add xen console to the list 
2e956a4
  of weird stuff
2e956a4
- Basic support for transaction errors other than tracebacks...
2e956a4
- Fix a kickstart traceback for authconfig
2e956a4
- Add xenblk and xennet to module-info
2e956a4
16b53cd
* Mon Nov  7 2005 Jeremy Katz <katzj@redhat.com> - 10.89.7-1
16b53cd
- More detailed error logging (pnasrat)
16b53cd
- Add bnx2 driver (pjones)
16b53cd
- Various kickstart fixes (clumens, #172356)
16b53cd
- Fix shadow password convert (clumens)
16b53cd
828dd10
* Fri Oct 28 2005 Jeremy Katz <katzj@redhat.com> - 10.89.6-1
828dd10
- Make char devices slightly later to avoid tracebacks during tree compose
828dd10
- Extract kernel-xen-guest for vmlinuz and initrd in images/xen
828dd10
- Kickstart fix (clumens)
828dd10
- Add some support for xen xvd blockdevs
828dd10
- Select kernel-xen-guest as appropriate
828dd10
- Ensure proper arch of glibc is selected (#171997)
828dd10
- Select all proper multilib parts of a package (#171026) 
828dd10
c492c93
* Thu Oct 27 2005 Jeremy Katz <katzj@redhat.com> - 10.89.5-1
c492c93
- Another fix for kickstart + help hiding
c492c93
- Fix finding of kernel type
c492c93
- Make synaptics device nodes before X starts (clumens)
c492c93
- Use nofb by default
c492c93
- Add pycairo stuff (clumens)
c492c93
- Set minimum displayed log level to WARNING, everything is still in 
c492c93
  the logfiles (clumens)
c492c93
- Try to clean up syslog (clumens)
c492c93
- Allow installation of hypervisor + xen host kernel by booing with 'xen0' on 
c492c93
  the installer command line
c492c93
- Fix x86_64 traceback
c492c93
22b0408
* Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 10.89.4-1
22b0408
- changed the wrong field in lang-table
22b0408
bf1b876
* Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 10.89.3-1
bf1b876
- don't do xsetroot anymore
bf1b876
- allow retrieving updates.img with 
bf1b876
  updates=(http|ftp)://host/path/to.img (clumens)
bf1b876
- some upd-instroot fixes (clumens)
bf1b876
- only get yum filelists when needed (pnasrat)
bf1b876
- clean up exception scp'ing (clumens)
bf1b876
- don't write empty authconfig line (clumens, #171558)
bf1b876
- make kickstart errors report line number of error (clumens)
bf1b876
- select most appropriate kernel (kernel-smp, etc)
bf1b876
- ensure we get a boot loader package installed
bf1b876
- minor fix for ia64 image creation
bf1b876
- tweaks to backend setup 
bf1b876
- don't have help as visible in the glade file so we don't have the pane 
bf1b876
  appear when doing a kickstart install
bf1b876
- use pl2 keymap for Polish (3171583)
bf1b876
- allow passing product information with env vars to help live cd
bf1b876
a7aa2d8
* Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.2-1
a7aa2d8
- fix references to second stage module stuff that caused breakage
a7aa2d8
be3d4a4
* Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.1-1
be3d4a4
- fix for mkcramfs -> mkfs.cramfs
be3d4a4
- Use minstg2.img instead of netstg2.img/hdstg2.img in the loader
be3d4a4
887c682
* Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.0-1
887c682
- Fix SELinux policy loading (clumens)
887c682
- Fix translation import for kickstart (laroche)
887c682
- Add yumcache (pnasrat)
887c682
- Upgrade blacklisting (pnasrat)
887c682
- Clean up exception copying (clumens)
887c682
- Improve text mode exception dialog too (clumens)
887c682
- Don't allow bootable partitions on XFS
887c682
- Some speed improvements, progress bars, etc for package stuff (pnasrat)
887c682
- Clean up image creation, move all modules to initrd.img.  
887c682
9707173
* Fri Oct 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.32-1
9707173
- fix typo causing traceback (pnasrat)
9707173
- Create character device nodes to fix synaptics (clumens)
9707173
218ebb8
* Wed Oct 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.31-1
218ebb8
- Handle missing metadata (pnasrat)
218ebb8
- Give indication of kickstarts scriptlets running (#170017)
218ebb8
- Fix a traceback with RAID (#170189)
218ebb8
- Fix an FTP install traceback (#170428)
218ebb8
- Clean up floppy stuff (clumens)
218ebb8
- Clean up some warnings (clumens)
218ebb8
- Make IDE device node creation cleaner
218ebb8
- Change location of modes data files
218ebb8
8ee7fa3
* Mon Oct 10 2005 Chris Lumens <clumens@redhat.com> 10.3.0.30-1
8ee7fa3
- Fix requirements for s390, s390x, ppc64.
8ee7fa3
- Fix typo in scripts/upd-instroot.
8ee7fa3
0252887
* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 10.3.0.29-1
0252887
- Deal with new load_policy. (katzj)
0252887
- Create an SELinux config. (katzj)
0252887
- Use rhpxl instead of rhpl for X configuration.
0252887
- Use pykickstart.
0252887
000f419
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 10.3.0.28-1
000f419
- Add yuminstall (katzj, #169228)
000f419
- Skip bootloader screen unless modifying partitions (katzj, #169817)
000f419
- Don't skip manual partitioning on custom (katzj, #169001)
000f419
- Partitioning UI fixes (katzj)
000f419
- Don't overwrite empty strings in ksdata with None.
000f419
- Move kickstart file handling into pykickstart package.
000f419
- Kickstart LVM and RAID partitioning fixes.
000f419
86fac9e
* Fri Sep 30 2005 Chris Lumens <clumens@redhat.com> 10.3.0.27-1
86fac9e
- More kickstart script fixes.
86fac9e
0141a13
* Tue Sep 27 2005 Chris Lumens <clumens@redhat.com> 10.3.0.26-1
0141a13
- kickstart script fixes
0141a13
c42037e
* Sat Sep 24 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.25-1
c42037e
- single ppc boot images stuff from dwmw2 (pnasrat, #166625)
c42037e
- ppc netboot stuff from dwmw2 (pnasrat, #165239)
c42037e
- fix some of the yum backend for yum changes
c42037e
- Add a button to the traceback dialog to allow saving via scp (clumens)
c42037e
- Don't load the parallel port module (#169135)
c42037e
- Fix group deselection to not remove everything
c42037e
- Move repo setup and group selection earlier (pnasrat)
c42037e
a63d9b0
* Tue Sep 20 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.24-1
a63d9b0
- Some kickstart %packages fixes (clumens)
a63d9b0
- Don't copy null bytes into syslog (clumens)
a63d9b0
- New exception dialog (clumens)
a63d9b0
- Fix a traceback (pnasrat)
a63d9b0
- FTP/HTTP installation might now work (pnasrat)
a63d9b0
- Very basic group selection in the UI
a63d9b0
14aa0b6
* Mon Sep 19 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.23-1
14aa0b6
- fix a silly typo that would cause tracebacks
14aa0b6
- Look for help in /tmp/updates too (#168155)
14aa0b6
- Add skge driver (#168590)
14aa0b6
- Some fixes to hopefully get x86_64 trees working
14aa0b6
a7fb5cf
* Fri Sep 16 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.22-1
a7fb5cf
- Fix segfaults with nfs mounting
a7fb5cf
- Start of url install methods (pnasrat)
a7fb5cf
- Basic package/group selection is back in kickstart
a7fb5cf
- Macro magic fixups
a7fb5cf
- Use onboot by default for network devices in kickstart
a7fb5cf
6048a14
* Thu Sep 15 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.21-1
6048a14
- Run pre scripts for kickstart (clumens)
6048a14
- Another tree fix
6048a14
- Handle NULL for device->driver from kudzu (notting)
6048a14
- Clean up internal mount stuff to be more extend-able 
6048a14
f618dc8
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.20-1
f618dc8
- Fix runlevel setting (pnasrat)
f618dc8
- More dead stuff fixing.
f618dc8
f50176f
* Tue Sep 13 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.19-1
f50176f
- Fix pcmcia import traceback
f50176f
- Some more kickstart fixing (clumens)
f50176f
- Make SELinux/firewall defaults be done by the objects, not in the UI
f50176f
  - This fixes booting with selinux=0, policy load failure, etc
f50176f
- Allow sparse updates.img with yum, urlgrabber and rpmUtils too
f50176f
- Some dead code removal
f50176f
- PCMCIA for the loader again (notting)
f50176f
- install.log tweaking
f50176f
6a78aaf
* Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.18-1
6a78aaf
- Add back genhdlist to try to fix multiarch composes (pnasrat)
6a78aaf
- Really fix disabling of upgrades
6a78aaf
- Some typo fixes for X configuration and post-install config
6a78aaf
- Remove some dead code related to boot disks, using fdisk/fdasd, X 
6a78aaf
  configuration, pcmcia
6a78aaf
- Move ppc X stuff to rhpl (clumens)
6a78aaf
- Fix some kickstart stuff (clumens)
6a78aaf
- Fix RPM logging output -> the log file
6a78aaf
- Use gtkhtml2 for release notes
6a78aaf
a3467d8
* Fri Sep  9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.17-1
a3467d8
- more X fixage
a3467d8
- build against new kudzu that doesn't segfault :)
a3467d8
2592426
* Fri Sep  9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.16-1
2592426
- More typo fixes (notting)
2592426
- Fix rhpl requires
2592426
dbd04ac
* Fri Sep  9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.15-1
dbd04ac
- Fix typo that broke image building.
2592426
- Start of getting post-install stuff working (pnasrat)
dbd04ac
821d336
* Fri Sep 09 2005 Chris Lumens <clumens@redhat.com> 10.3.0.14-1
821d336
- logging fix when running in test mode
821d336
37f58ad
* Fri Sep 09 2005 Bill Nottingham <notting@redhat.com> 10.3.0.13-1
37f58ad
- adapt to new X driver model in kudzu and associated rhpl changes
37f58ad
- pcitable/modules.pcimap/modules.usbmap are no longer used in probing;
37f58ad
  remove support for them and add modules.alias usage
6a78aaf
- Turn off help (katzj)
6a78aaf
- Kickstart fixes (clumens)
37f58ad
Paul Nasrat 1dfb7d4
* Wed Sep 07 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.12-1
Paul Nasrat 1dfb7d4
- yum backend selinux file_context 
Paul Nasrat 1dfb7d4
- Start using new kickstart code (clumens)
Paul Nasrat 1dfb7d4
- Error handling and messages for kickstart (clumens)
Paul Nasrat 1dfb7d4
- Partitioning kickstart fixups (clumens)
Paul Nasrat 1dfb7d4
Paul Nasrat 6b53ac3
* Thu Sep 01 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.11-1
Paul Nasrat 6b53ac3
- Yum backend work (macro support, whitelist)
Paul Nasrat 6b53ac3
- qla2100 (katzj, #167065)
Paul Nasrat 6b53ac3
- Kickstart Parser (clumens)
Paul Nasrat 6b53ac3
- authconfig handling changes (clumens)
Paul Nasrat 6b53ac3
- Autopartitiong Traceback fix (katzj)
Paul Nasrat 6b53ac3
Paul Nasrat 6b53ac3
* Fri Aug 26 2005 Jeremy Katz <katzj@redhat.com>
Paul Nasrat 6b53ac3
- More work from pnasrat on getting the yum backend working
Paul Nasrat 6b53ac3
- Don't set some irrelevant network TYPE= (#136188, #157193)
Paul Nasrat 6b53ac3
- New and improved autopartitioning screen
Paul Nasrat 6b53ac3
Paul Nasrat e865ff9
* Fri Aug 19 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.10-1
Paul Nasrat e865ff9
- Working towards new backend architecture
Paul Nasrat e865ff9
9c32707
* Thu Aug 18 2005 Chris Lumens <clumens@redhat.com> 10.3.0.9-1
9c32707
- Rebuild for new cairo.
9c32707
- Add support for ksdevice=bootif (Alex Kiernan, #166135).
9c32707
- Fix /dev/tty3 logging problems.
9c32707
- Add support for Pegasos machines (dwmw2, #166103).
9c32707
- Switch to Sazanami font (#166045).
9c32707
- Fix for autopart not in lvm (msw).
9c32707
8dfc7c1
* Mon Aug 15 2005 Chris Lumens <clumens@redhat.com> 10.3.0.8-1
8dfc7c1
- Remove dead --ignoredeps code (katzj, #165224).
8dfc7c1
- New logging system with log levels and remote logging capabilities.
8dfc7c1
- Fix typo in network code (pnasrat, #165934).
8dfc7c1
- Fix buffer overrun in md5sum code (Dustin Kirkland).
8dfc7c1
- Add mptspi and mptfc drivers (katzj).
8dfc7c1
- Timestamp fixes (dgregor, #163875).
8dfc7c1
0c27455
* Thu Jul 21 2005 Chris Lumens <clumens@redhat.com> 10.3.0.7-1
0c27455
- Remove firewall configuration screen.  Open SSH by default and set
0c27455
  SELinux to enforced.
0c27455
Paul Nasrat 2807c94
* Wed Jul 20 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.6-1
Paul Nasrat 2807c94
- Ensure boot flag only on correct partition on pmac (#157245)
Paul Nasrat 2807c94
- Plug in yum for nfs:/ by default
Paul Nasrat 2807c94
- Include sungem_phy for pmac
Paul Nasrat 2807c94
185712a
* Wed Jul 13 2005 Chris Lumens <clumens@redhat.com> 10.3.0.5-1
185712a
- Fix pygtk bug on progress bars.
185712a
- Bump ia64 boot.img size (katzj, #162801).
185712a
- Fix for clearpart --none (katzj, #162445).
185712a
- yum dependancy fixes (pnasrat).
185712a
- name.arch fix for kickstart (pnasrat).
Paul Nasrat 2807c94
- Fix multiple NICs in kickstart config files (#158556).
185712a
Paul Nasrat 56eaefa
* Thu Jul 07 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.4-1
Paul Nasrat 56eaefa
- Select kernel-devel (katzj #160533)
Paul Nasrat 56eaefa
- Fixups for ia64 images from prarit (katzj #162072)
Paul Nasrat 56eaefa
- Include yum libraries in stage2
Paul Nasrat 56eaefa
- Remove gzread.py (clumens)
Paul Nasrat 56eaefa
18a6097
* Wed Jun 29 2005 Chris Lumens <clumens@redhat.com> 10.3.0.3-1
18a6097
- Mount "auto" filesystems on upgrade (#160986).
18a6097
- Add cairo for new pango/gtk (katzj).
18a6097
- Delete labels on swap and ext3 partitions before formatting.
18a6097
- Remove langsupport keyword from kickstart.
18a6097
b8b7f0e
* Mon Jun 20 2005 Bill Nottingham <notting@redhat.com> - 10.3.0.2-1
b8b7f0e
- fix genhdlist
b8b7f0e
d312373
* Fri Jun 17 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.1-1
d312373
- Fix release notes for ftp installs (#160262)
d312373
- Fix fd leak in edd support (Jon Burgess, #160693)
d312373
- Fix typo breaking pseries console (pnasrat, #160573)
d312373
- Allow ignoring packages without specifying the arch (clumens, #160209)
d312373
- Add gpart (clumens, #55532)
d312373
- Some warning fixes.
d312373
- Use full bterm font if available (#159505)
d312373
- Fix quoting of pvs in anaconda-ks.cfg (#159193)
d312373
- Fix segfault on upgrades
d312373
- String tweaks (clumens, #159044, #156408)
d312373
- Don't traceback on preexisting RAID (clumens, #159079, #159182)
d312373
- Fix display size of PVs (clumens, #158696)
d312373
- Don't consider drives without free space for partitions (pjones)
a71b788
- Langsupport fixes (clumens, #154572, #158389)
8029766
- Hack around usb-storage slowness at finding devices that leads to the 
8029766
  reload not occurring
8029766
- Handle FC3 swap label format and convert to right format (#158195)
8029766
- Only set things up to change the default kernel if we're booting us (#158195)
8029766
- Fix deps on upgrades (#157754)
8029766
- Try to keep install screen from moving with length of strings
8029766
- Fix autopart problem leaving some freespace the size of where you 
8029766
  started your partition growing
8029766
- Allow excluding name.arch in kickstart (Dave Lehman, #158370)
8029766
- Don't spew an error if essid or wepkey isn't set (#158223)
8029766
- Add megaraid and other new drivers (#157420) 
8029766
- Left pad RAID uuid (clumens, #136051)
8029766
- synaptics tweak (pnasrat)
8029766
- Fix telnetd to use devpts instead of legacy ptys (#124248)
8029766
d05b056
* Thu May 19 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.64-1
d05b056
- Handle longer arch strings (notting)
d05b056
- Fix traceback in network screen (#158134)
d05b056
- Include synaptics for X config (pnasrat)
d05b056
- Magic boot for mac vs mac64 on disc1/dvd (pnasrat)
d05b056
- Bump point at which we use graphical stage2 for http/ftp (#157274)
d05b056
- Use uuid in mdadm.conf, stop using copy of md.h (#136051)
d05b056
- Support deletion of bootloader entries in text mode (#125358)
d05b056
- Support RAID /boot on pSeries along with handling of multiple PReP 
d05b056
  partitions (Dustin Kirkland)
d05b056
c6d76bd
* Tue May 17 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.63-1
c6d76bd
- add arch to buildstamp (notting, #151927)
c6d76bd
- Fix am.po format strings
c6d76bd
1600fbf
* Tue May 17 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.62-1
1600fbf
- Fix execcon used for anaconda (pjones)
1600fbf
- Fix traceback on tui netstg2.img install (#157709)
1600fbf
- Fix various splittree bugs (clumens, #157722, #157721, #157723)
1600fbf
- Blacklist perl.i386 on x86_64 to be removed on upgrade (pnasrat, #156658)
1600fbf
- Fix drive sorting (clumens)
1600fbf
- Remove %%installclass support for kickstart since it's never worked (#149690)
1600fbf
- Fix name.arch in packages (pnasrat)
1600fbf
- Remove bogus pre-existing RAID info on kickstart installs (clumens, #88359)
1600fbf
- Pretend to have nano in the rescue environment
1600fbf
- Don't load stage2.img into RAM for rescue mode if booted 
1600fbf
  with 'linux text' (#155398)
1600fbf
c094991
* Thu May  5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.61-1
c094991
- and fix pkgorder for the gfs stuff
c094991
29f1703
* Thu May  5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.60-1
29f1703
- Better handling of the langsupport group (clumens)
c094991
- Don't install the gfs stuff for all kernel variants, that brings in 
c094991
  kernel-smp on an everything install (#156849)
29f1703
- Don't grow a partition beyond the largest freespace on a drive
29f1703
- HFS+ support
29f1703
- Pull in more selinux policy files to try to get /home labeled right
29f1703
- Fix typo causing segfault (pnasrat)
29f1703
f2bf993
* Tue May  3 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.59-1
f2bf993
- Try to use the fb res on pmac
f2bf993
- Always reset terminal attrs on ppc (notting, #156411)
f2bf993
- Remove bogus preexisting LVM info when doing kickstart 
f2bf993
  installs (clumens, #156283)
f2bf993
4509f66
* Mon May  2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.58-1
4509f66
- Beep on CD insertion, not after
4509f66
- Fix language support selection (clumens)
4509f66
- Fix nfsiso (clumens)
4509f66
- Misc X config fixes for ppc.  Boot with "usefbx" to use fbdev 
4509f66
  instead again (#149188)
4509f66
d8e01a8
* Thu Apr 28 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.57-1
d8e01a8
- Fix bind mounts (clumens, #151458)
d8e01a8
- Fix hard drive installs (clumens)
d8e01a8
- Re-add bluecurve icons
d8e01a8
- Attempt to fix Chinese
d8e01a8
8b6f49a
* Wed Apr 28 2005 Peter Jones <pjones@redhat.com> - 10.2.0.56-1
8b6f49a
- Fix mediacheck calls from cdinstall.c, and make mediacheck.c include
8b6f49a
  its own header so typechecking works.
8b6f49a
5d6f944
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.55-1
5d6f944
- Don't spam about package downloads in cmdline mode (#155250)
5d6f944
- Apply jnovy's patch to fix space calculations for > 2 TB devices (#155709)
5d6f944
- Set default font for CJK better (clumens, #156052)
5d6f944
- Add --label for part in kickstart (clumens, #79832)
5d6f944
- Ensure decimal IP addrs (#156088)
5d6f944
- Apply patch from Joe Pruett for rpmarch= fixes (#101971)
5d6f944
- Don't set SUPPORTED unnecessarily (#115847)
5d6f944
- Give more room for cyl #s (#119767)
5d6f944
- Bump size of diskboot.img
5d6f944
- Add back button for required media message (#114770)
5d6f944
- Fix lvs showing up with a mountpoint of 0 (#153965)
5d6f944
- Nuke some debug code
5d6f944
- Don't try to unmount (tmpfs) /dev
5d6f944
- Write a minimal mtab to avoid fsck/mount complaints (pjones)
5d6f944
2b96fec
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.54-1
2b96fec
- Only select kernel-smp that matches the arch of kernel (#149618)
2b96fec
- Apply the read of Dustin Kirkland's checkpoint fragment sum patch
2b96fec
- Fix order of retry/reboot (#155884)
2b96fec
- Probe macio (pnasrat, #154846)
2b96fec
7b2b2b6
* Tue Apr 26 2005 Chris Lumens <clumens@redhat.com> 10.2.0.53-1
7b2b2b6
- Beep at CD prompt and on install completion (katzj, #109264, #116681).
7b2b2b6
- Add kernel-smp-devel and kernel-hugemem-devel to exclude list (katzj).
7b2b2b6
- Fix buffer overflow when CD/DVD images are several directories deep
7b2b2b6
  (#154715).
7b2b2b6
- Fix media check (pjones).
7b2b2b6
- Set language on CD and no pass installs (#149688).
7b2b2b6
- Fix disappearing button bar (#151837).
7b2b2b6
- Upgrade PReP on iSeries (pnasrat).
7b2b2b6
fa958b5
* Thu Apr 21 2005 Chris Lumens <clumens@redhat.com> 10.2.0.52-1
fa958b5
- Allow mediacheck in kickstart (katzj, #116429)
fa958b5
- Check for a drive being selected in autopart (katzj, #124296)
fa958b5
- Fix traceback in language selection screen (#155103)
fa958b5
- Mark "Downloading" for translation (katzj, #155214)
fa958b5
- Applied Dustin Kirkland's checkpoint fragment sum patch for mediacheck.
fa958b5
- Make anaconda-ks.cfg ro (pnasrat)
fa958b5
- Ensure there are <= 27 RAID members (katzj, #155509)
fa958b5
- Fix fsoptions for preexisting partitions in kickstart (#97560).
fa958b5
d59f3ee
* Fri Apr 15 2005 Chris Lumens <clumens@redhat.com> 10.2.0.51-1
d59f3ee
- Decode source URL for writing to anaconda-ks.cfg (#154149).
d59f3ee
- Add kernel-xen?-devel to the exclude list (katzj, #154819).
d59f3ee
- Fix text wrapping (#153071, #154786).
d59f3ee
- Various UI fixes.
d59f3ee
- Select language packages for all selected languages (#153748, #154181).
d59f3ee
113fdc6
* Wed Apr 13 2005 Peter Jones <pjones@redhat.com> - 10.2.0.50-1
113fdc6
- revert last week's nptl hack in upd-instroot
113fdc6
d697e82
* Wed Apr 13 2005 Peter Jones <pjones@redhat.com> - 10.2.0.49-1
d697e82
- Cut summaries off to avoid layout problems (katzj, #154459)
d697e82
- Add script to update loader in initrd (katzj)
d697e82
- Typo fixes in upgrade.py (katzj, #154522)
d697e82
- Fix rescue mode network enabling (katz, #153961)
d697e82
- Add libaudit to the graphical stage2 file list, for Xorg
d697e82
- Various language fixes (clumens, #152404)
d697e82
014e7f7
* Mon Apr 11 2005 Peter Jones <pjones@redhat.com> - 10.2.0.48-1
014e7f7
- Typo fixes in gui.py (menthos, #154324)
014e7f7
- Don't try to do early swap in test mode, and use yesno not okcancel (msw)
014e7f7
- If the install language is an unknown locale, use en_US.UTF_8
014e7f7
- Fix upgrade to make devices available in the changeroot
014e7f7
8b5abee
* Thu Apr  7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.47-1
8b5abee
- put ncurses in the net images, too.
8b5abee
- (notting) put redhat-artwork in the GR images.
8b5abee
1c100c3
* Thu Apr  7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.46-1
1c100c3
- put readline in the net images
1c100c3
- fix linxuthreads warnings in upd-instroot
8b5abee
- (clumens) fix build-locale-archive
1c100c3
1c100c3
* Wed Apr  6 2005 Elliot Lee <sopwith@redhat.com> - 10.2.0.45-1
Elliot Lee 75b4fea
- Deal with GUI-mode language traceback
Elliot Lee 75b4fea
Elliot Lee c31bf57
* Wed Apr  6 2005 Elliot Lee <sopwith@redhat.com> - 10.2.0.44-1
Elliot Lee c31bf57
- Deal with text-mode language traceback
Elliot Lee c31bf57
- (clumens) Don't set SYSFONTACM 
Elliot Lee c31bf57
3fbd8b7
* Wed Apr 06 2005 Peter Jones <pjones@redhat.com> - 10.2.0.43-1
3fbd8b7
- Don't remove libraries in stage2 that don't match the one from linuxthreads/
3fbd8b7
f59a4fd
* Tue Apr 05 2005 Peter Jones <pjones@redhat.com> - 10.2.0.42-1
f59a4fd
- Use linuxthreads libraries even if they're not the default, unless
f59a4fd
  explicitly told to use nptl
f59a4fd
1c100c3
* Tue Apr 05 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.41-1
6e2975f
- Make sure $LANG is set right for the second stage.
6e2975f
- Fix kickstart traceback trying to skip a nonexistant step.
6e2975f
- Import encodings.idna (sopwith, #153754).
6e2975f
- Fix image building problems.
6e2975f
- Fix kickstart traceback when using shortened forms of language names
6e2975f
  (#153656).
6e2975f
1c100c3
* Mon Apr 04 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.40-1
2958919
- Add locale information for 'C' to fix RPM building.
2958919
1d94d3e
* Sat Apr  2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.39-1
1d94d3e
- fix makefile deps to fix build
1d94d3e
1c100c3
* Fri Apr 01 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.38-1
f1e0016
- Set default language for /etc/sysconfig/i18n (#149688).
f1e0016
- Make sure hostname option isn't greyed out if using static IP (#149116).
f1e0016
- Remove unused packages, python library bits, and locale info (katzj).
f1e0016
- Add missing Indic font packages (katzj).
f1e0016
- Various language fixups.
f1e0016
8743aef
* Wed Mar 30 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.37-1
8743aef
- try not using maxcpus=1 for arches which still had it
8743aef
- don't use the reserved variable name str (sopwith)
8743aef
- various language fixups (clumens)
8743aef
6b37f83
* Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.36-1
6b37f83
- tree build fix
6b37f83
78a827e
* Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.35-1
78a827e
- dead files can't really be installed (aka, fix the build)
78a827e
1c100c3
* Tue Mar 29 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.34-1
e536530
- Adjust pcmcia module loading for new in-kernel ds (pjones, #151235)
e536530
- Make the rescue images identify which arch they're for (pjones, #151501)
e536530
- Delete LV snapshots before the parent LV (pjones, #151524)
e536530
- Check various forms of a language nick.
e536530
- Allow setting MTU on the command line (katzj, #151789)
e536530
- Remove dead code in config file handling and sparc booting (katzj)
e536530
- Product name and path simplification (katzj)
e536530
- Fixes for lang-table format change (katzj, clumens)
e536530
bc944bd
* Fri Mar 25 2005 Bill Nottingham <notting@redhat.com> - 10.2.0.33-1
bc944bd
- fix typo in partedUtils.py
bc944bd
dda2739
* Thu Mar 24 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.32-1
dda2739
- Switch theme to clearlooks
dda2739
- Add new Solaris partition id
dda2739
- Mark some more strings for translation
dda2739
- Fix xfs fs creation (Lars Hamann, #151378)
dda2739
1c100c3
* Wed Mar 23 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.31-1
5a0d68f
- Add libgcc for images.
5a0d68f
- Rewrite language handling.
5a0d68f
- Fix readImageFromFile deprecation warning (katzj).
5a0d68f
- Don't hide groups which just have metapkgs (katzj, #149182).
5a0d68f
- Load SELinux booleans (katzj, #151896).
5a0d68f
1c100c3
* Tue Mar 22 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.30-1
a880c69
- Try harder on the libstdc++ include.
a880c69
- Fix /etc/resolv.conf fir interactive kickstart installs (#151472).
a880c69
97d37e6
* Mon Mar 21 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.29-1
97d37e6
- Fix beta nag translation
97d37e6
- Fix button growing (clumens, #151208)
97d37e6
- Add libstdc++ for images (clumens)
97d37e6
- Clean up congrats screen (clumens, #149526)
97d37e6
- Fix CD ejecting in loader (pnasrat, #151232)
97d37e6
- Exclude Xen kernels from everything install (#151490)
97d37e6
- Add reserve_size for ppc to leave room on disc1 (#151234)
97d37e6
- Add some more locales 
97d37e6
c738f27
* Mon Mar 14 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.28-1
c738f27
- fix swap detection on upgrade (pjones)
c738f27
- don't use os.read to make a buffer of '\x00' (pjones)
c738f27
- move availRaidLevels to raid.py from fsset.py (pjones)
c738f27
- fix Xvnc parameters (clumens, #150498)
c738f27
- unmount loopback-mounted ISO images to free loop0 (clumens, #150887)
c738f27
- fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch
97d37e6
  from Colin Charles. (pjones)
c738f27
- sqlite3->sqlite (pnasrat)
c738f27
- support longer package names in hdlist (pnasrat, #146820)
c738f27
- Fix handling of --debug (Ingo Pakleppa, #150920, #150925)
c738f27
- Fix for font location changes (#150889)
c738f27
- More cjk text shuffling (#149039)
c738f27
c738f27
* Mon Mar  7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.27-1
45526ad
- supress lvm fd warning messages
45526ad
- fewer log messages when growing partitions
45526ad
- clamp LVs to pesize during grow
45526ad
2143644
* Mon Mar  7 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.26-1
2143644
- urlgrabber stuff is in its own package now
2143644
45526ad
* Sun Mar  6 2005 Peter Jones <pjones@redhat.com> - 10.2.0.25-1
4ec4416
- Empty blacklist in upgrade.py (notting, #142893)
4ec4416
- Add new font package names (katzj)
4ec4416
- Yet another fix of autopart with lvm (pjones)
4ec4416
45526ad
* Tue Mar  1 2005 Peter Jones <pjones@redhat.com> - 10.2.0.24-1
7aea92f
- gcc4 fixes (clumens, pjones)
7aea92f
- build C files with -D_FORTIFY_SOURCE=2 (pjones)
7aea92f
45526ad
* Mon Feb 28 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.23-1 
a526e56
- Don't write out filesystems to fstab we haven't mounted (katzj, #149091).
a526e56
- Deal with multiple Apple Bootstrap partitions (pnasrat).
a526e56
- Set hostname sensitivity UI bug.
a526e56
- Eject CD when failing (pnasrat, #147272).
a526e56
- Better handling of Apple Bootstrap throughout (pjones).
a526e56
- Do ethtool setup everywhere (pnasrat, #145522).
a526e56
- Fix "debug" command line arg (pjones).
a526e56
- Import new libkrb5support library (#149856).
a526e56
- Add -once to ensure Xvnc exits (katzj, #137337).
a526e56
eb7a484
* Sun Feb 20 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.22-1
eb7a484
- revert some of the ppc changes so that lvm is used (nasrat)
eb7a484
- Try to fix bogl stuff some more (#149039)
eb7a484
- x86_64 install fixes (#149040)
eb7a484
eb7a484
* Sun Feb 20 2005 Peter Jones <pjones@redhat.com> - 10.2.0.21-1
eb7a484
- get rid of lilo
eb7a484
- make grub work with raid1 /boot and /root
eb7a484
Paul Nasrat 214c700
* Sat Feb 19 2005 Paul Nasrat <pnasrat@redhat.com> - 10.2.0.20-1
Paul Nasrat 214c700
- Pull in translations
Paul Nasrat 214c700
- s390 linuxrc silence nonexistant group warnings (karsten)
Paul Nasrat 214c700
- ppc mac autopartitioning and G5 boot.iso (#121266) and (#149081)
Paul Nasrat 214c700
d24e0fb
* Sat Feb 12 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.19-1
d24e0fb
- fix x86_64 installs for bad urlgrabber import
d24e0fb
- Fix traceback with no %post (clumens)
d24e0fb
- Put hostname in the text entry (clumens, #132826)
d24e0fb
bd3c849
* Tue Feb  8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.18-1
bd3c849
- Remove some old cruft
bd3c849
- Fix-up for new module naming in gnome-python2-canvas 2.9.x 
bd3c849
- Add needed requirements for rpm 4.4
bd3c849
- Fix segfault when rpm tries to write to non-existent fd during 
bd3c849
  transaction ordering
bd3c849
- Support --erroronfail as an option for %pre/%post (clumens, #124386)
bd3c849
41def0a
* Tue Feb  8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.17-1
41def0a
- Use rhpl.archscore to fix iseries upgrades (pnasrat, #146915)
41def0a
- Only configure ksdevice if no --device (pnasrat, #138852)
41def0a
- Don't redraw help if disasbled on next button click (clumens, #145691)
41def0a
- Fix exception in exception handler (msw)
41def0a
- Rebuild for new librpm
41def0a
4afffe0
* Fri Feb  4 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.16-1
4afffe0
- Support setting fs options in kickstart via --fsoptions  (#97560)
4afffe0
- Fix tracebacks
4afffe0
77986db
* Wed Feb  2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.15-1
77986db
- Fix some bugs in the reduce-font changes
77986db
- Fix urlgrabber import
77986db
- Remove langsupport screen, base additional language support off of groups 
77986db
  selected
77986db
99f42eb
* Wed Feb  2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.14-1
99f42eb
- Fix deprecation warnings for pygtk 2.5 (clumens)
99f42eb
- Fix bootloader --location=none (clumens, #146448)
99f42eb
- Use urlgrabber (clumens)
99f42eb
- Create reduced bogl font at upd-instroot time to include more 
99f42eb
  characters (#92146, #140208)
99f42eb
- Allow passing --src-discs=0 to get no srpm discs from splittree 
99f42eb
  (based on patch from Armijn Hemel, #119070)
99f42eb
- Mount pseudo-fs's with a more descriptive device name (#136820)
99f42eb
- Minor tweaks to completion message (#138688)
99f42eb
e92e7ea
* Tue Jan 25 2005 Peter Jones <pjones@redhat.com> - 10.2.0.13-1
e92e7ea
- Hopefully fix LVM size bug (#145183)
e92e7ea
- Support multiple iso sets in the same directory (#146053)
e92e7ea
1c100c3
* Wed Jan 19 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.12-1 
901a335
- Fix partitioning bugs (#101432, #137119)
901a335
- Support --bytes-per-inode on a per-partition basis (#57550)
901a335
4624cd9
* Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.11-1
4624cd9
- Fix some tracebacks with the new glade code
4624cd9
- Use busybox ash instead of ash for netstg2.img/hdstg2.img
4624cd9
- Initialize terminals to avoid color palette change from 
4624cd9
  bterm (pjones, #137849)
4624cd9
a31ea1a
* Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.10-1
a31ea1a
- Handle /sbin/lvm not existing anymore
a31ea1a
- Allow installclasses to turn off showing the upgrade option
a31ea1a
- Ensure that Core exists in your comps file (#143930)
a31ea1a
- Don't fall back to text mode if we fail to start graphics in test mode
a31ea1a
- Display better error messages for HTTP/FTP errors (clumens, #144546)
a31ea1a
- Switch main UI to use glade, set up infrastructure for use of glade
a31ea1a
- Remove some old code
a31ea1a
- Add buildprereq for intltool (fixed for b.g.o 163981)
a31ea1a
a7bd402
* Wed Jan  5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.9-1
a7bd402
- Fix some typos (#143257, #144006)
a7bd402
- Fix from Matthew Miller for multiple dns servers (#84409)
a7bd402
- Fix formatting of fcp disks (#144199)
a7bd402
- Include a README for x86_64 images (clumens, #143366)
a7bd402
- Make an x86_64 rescue image (clumens, #143366)
a7bd402
- Add libXfixes for new gtk2
a7bd402
d5bf07c
* Thu Dec 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.8-1
d5bf07c
- Use tmpfs not ramfs for /dev
d5bf07c
- Blacklist "root" as a VG name (#142785)
d5bf07c
- Better error message if swap can't be mounted (clumens, #143000)
d5bf07c
- Some fixes to the new /dev handling in init
d5bf07c
- Make more certain hwaddr gets written out (#143535)
d5bf07c
- Handle new swap label format (#143447)
d5bf07c
- Let the user know they're in rescue mode earlier (clumens, #136171)
d5bf07c
42bd41a
* Mon Dec 20 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.7-1
42bd41a
- Better error handling on device creation (#142273)
42bd41a
- Reset package selection to defaults if selected (#142415)
42bd41a
- LVM on RAID1 fix (nasrat, #141781)
42bd41a
- Add support for biosdev in driverdisk from Rez Kabir (#142738)
42bd41a
- Some more SX8 fixes
42bd41a
- Create /dev as a tmpfs (#141570)
42bd41a
- Remove some old code
42bd41a
- Improve quoting of fstype in anaconda-ks.cfg (Danen Brücker)
42bd41a
d97f78e
* Wed Dec  8 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.6-1
d97f78e
- Write out wepkey better (#140645)
d97f78e
- Try to skip source isos with nfsiso (#106017)
d97f78e
- Don't traceback for bad/missing / in fstab (nasrat, #141174)
d97f78e
- Include pesize in generated ks.cfg (#141370)
d97f78e
- Loop less on shutdown
d97f78e
- Better handling of partial volume groups (#139058)
d97f78e
0718c38
* Tue Nov 30 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.5-1
0718c38
- CTCPROT fix (karsten, #133088)
0718c38
- Fix LVM partitions becoming negative sized (nasrat, #141268)
0718c38
- Fix removal/editing of zfcp devices in gui (#140559)
0718c38
- Fix segfault (#140541, #140876)
0718c38
- Fix handling of pre-existing parts on disks that we then ignore (#131333)
0718c38
f212de2
* Tue Nov 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.4-1
f212de2
- Update python version in urllib hack
f212de2
- /init in initramfs instead of /linuxrc
f212de2
- Improved ppc console detection (nasrat, #134397)
f212de2
- Better handling of going back when out of space (#133773)
f212de2
- Better handling of LVM failures (#134263)
f212de2
- Set a default when boot loader to upgrade is indeterminate (#139603)
f212de2
- No more diet on i386
f212de2
65c1f7f
* Tue Nov 16 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.3-1
65c1f7f
- Create initramfs images instead of initrds for boot media
65c1f7f
- Remove some old code in a few places
65c1f7f
- Allow passing --notksdevice in network lines of a ks.cfg to avoid 
65c1f7f
  confusion with multiple network lines and a ksdevice= (#136903)
65c1f7f
- Allow going back to change the network device if ksdevice= is 
65c1f7f
  passed and isn't correct (#136903)
65c1f7f
- Fix for console= to automatically imply serial as needed (#137971)
65c1f7f
b5f1b1b
* Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.2-1
b5f1b1b
- Do some more unmounts if we run out of space (#133773)
b5f1b1b
- Fix for obsoletes E being long (nasrat, #138485)
b5f1b1b
- Make serial imply nofb (#134167)
b5f1b1b
- Set fstype to vfat if user selected /boot/efi in the 
b5f1b1b
  mountpoint dropdown (#138580)
b5f1b1b
- Copy the X log to the installed system
b5f1b1b
- Add fix from HJ Lu to fix hang with no bootloader install (#138932)
b5f1b1b
- Fix splittree error msg (nasrat, #139391)
b5f1b1b
- Ignore IBM *STMF disks (#137920)
b5f1b1b
05a6010
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.1-1
05a6010
- whrandom is deprecated in python 2.4, use random instead
05a6010
- fix some syntax errors
05a6010
- fallback to English for languages that can't do text-mode (#138308)
05a6010
- More CTCPROT/PORTNAME tweaks (karsten)
05a6010
7a1d396
* Sun Nov  7 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.0-1
7a1d396
- Switch to python 2.4
7a1d396
- Clean up warning on network screen from pygtk
7a1d396
- Parse pxelinux IPAPPEND for loader network info, patch 
7a1d396
  from Bastien Nocera (#134054)
7a1d396
- Clean up handling of binaries busybox should override
7a1d396
- Do misc package selection earlier so we know all the CDs needed 
7a1d396
  when confirming the install (#122017)
7a1d396
- Mark some strings for translation (#137197)
7a1d396
- Don't reference boot disks in boot loader screen (#135851)
7a1d396
- Add hardware address information to network screen (#131814)
7a1d396
- Fix exception handling in label reading
7a1d396
7a1d396
* Thu Nov  4 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.4-1
7a1d396
- Fix traceback with CJK upgrades (#137345)
7a1d396
- Allow 128 bit WEP keys (#137447)
7a1d396
- Fix race condition with X client startup (krh, #108777)
7a1d396
- Fix segfault in hd kickstart install (twaugh, #137533)
7a1d396
- Better handling of errors reading labels (#137846)
7a1d396
- Try harder to find LCS interface names (karsten)
7a1d396
- Improve CTCPROT handling (karsten)
7a1d396
- Fix traceback going back in rescue mode network config (#137844)
7a1d396
- Don't use busybox shutdown, poweroff, reboot (#137948)
7a1d396
- Set permissions on anaconda logs
7a1d396
- Make autopartioning better with native storage on legacy iSeries
7a1d396
- Sync onboot behavior of gui/text network screens (#138011)
7a1d396
- Load some drivers later to try to avoid having FC disks be sda
7a1d396
- Sizes in ks.cfg need to be an integer (#138109)
7a1d396
7a1d396
* Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.3-1
7a1d396
- Pull in firefox on upgrade if mozilla/netscape were installed (#137244)
7a1d396
- Fix s390 tracebacks (#130123, #137239)
7a1d396
7a1d396
* Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.2-1
7a1d396
- Handle our LVM autopart lines slightly better (#137120)
7a1d396
- Use busybox sleep for s390 since sleep requires librt again (#131167)
7a1d396
- Handle onboot in ks.cfg properly in the loader (#136903)
7a1d396
- Punjabi shouldn't try to do text mode (#137030)
7a1d396
- Add sgiioc4 driver for Altix CD installs (#136730)
7a1d396
- pci.ids trimming (notting)
7a1d396
34b51a0
* Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.1-1
34b51a0
- Create a netboot.img again for ppc64 (#125129)
34b51a0
fda2a0d
* Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.0-1
fda2a0d
- Lowercase OSA addresses from the parm file too (karsten)
fda2a0d
15bfbf3
* Tue Oct 19 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.21-1
15bfbf3
- Lowercase OSA addresses to make the kernel happy (#133190)
15bfbf3
- Don't hard code the VG name used for auto-partitioning to avoid 
15bfbf3
  colliding with existing ones
15bfbf3
- Make sure that we don't do runlevel 5 if people don't have X, etc 
15bfbf3
  installed (#135895)
15bfbf3
- Update for new Indic font filenames
15bfbf3
4ea7845
* Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.20-1
4ea7845
- Fix traceback with %post logging (Gijs Hollestelle, #136154)
4ea7845
- When using a local stage2.img for FTP/HTTP install, give an error earlier 
4ea7845
  if you point at an invalid tree (#135603, #117155, #120101)
4ea7845
- Add a trailing newline to /etc/sysconfig/kernel
4ea7845
- Try to fix the icon theme
4ea7845
- Rebuild against new dietlibc, hopefully fixes CJK text installs
4ea7845
61603e5
* Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.19-1
61603e5
- Fix font size to fit on disk display better (#135731)
61603e5
- Write out part lines for autopart lvm correctly (#135714)
61603e5
- Remove empty row in drive order for boot loader (#135944)
61603e5
- Replace % in URLs to avoid format string weirdness (#135929)
61603e5
- Bind mount /dev for rescue mode (#135860)
61603e5
- Fix Dutch and Danish keyboard defaults (#135839)
61603e5
- add s2io 10GbE driver
61603e5
e7e1f14
* Thu Oct 14 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.18-1
e7e1f14
- Add fonts for ta, gu, bn, hi, pa (#119283)
e7e1f14
- Re-enable bterm for testing (#113910)
e7e1f14
- Fix segfault when using biospart with a ks hdinstall.  Patch from 
e7e1f14
  Rez Kabir (#135609)
e7e1f14
- Write out /etc/sysconfig/kernel for use with new-kernel-pkg changes (#135161)
e7e1f14
- Fix telnet logins for s390 (karsten)
e7e1f14
- Hardcode LCS as eth instead of tr (karsten)
e7e1f14
01650ad
* Tue Oct 12 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.17-1
01650ad
- Only use "our" LVM partitions with auto-partitioning (#135440)
01650ad
- Remove localboot option from syslinux.cfg for diskboot.img (#135263)
01650ad
- Handle the great input method switch on upgrade (#129218)
01650ad
- Don't save the hwaddr for qeth (#135023)
01650ad
- Add rhgb boot loader arguments in postinstall (msw)
01650ad
- Reverse Norwegian blacklisting (#129453) (notting)
01650ad
- Add sata_nv, sata_sx4, ixgb, ahci, sx8 modules to the initrd (notting)
01650ad
9002c4a
* Thu Oct  7 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.16-1
9002c4a
- s390/s390x: Fix traceback with unpartitioned disks (karsten)
9002c4a
- improve fit of bengali network screen (#134762)
9002c4a
- don't allow formatting of a pre-existing partition without also 
9002c4a
  mounting it (#134865)
9002c4a
- Don't show "0" as a mountpoint for an LV that's not being mounted (#134867)
9002c4a
- Add prelink config bits (#117867)
9002c4a
- Sort packages in text package group details (#123437)
9002c4a
- Don't traceback on upgrade if /dev/mapper/control exists (#124092)
9002c4a
8d49441
* Tue Oct  5 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.15-1
8d49441
- Fix creation of scsi device nodes (#134709)
8d49441
- Fix multiple kickstart scriptlets with different interpreters (#134707)
8d49441
a6470c1
* Mon Oct  4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.14-1
a6470c1
- Some zfcp fixes
a6470c1
- Don't traceback if we have a %%include inside a scriptlet (#120252)
a6470c1
- Fix SELinux for text-mode ftp/http installs (#134549)
a6470c1
1e415e1
* Mon Oct  4 2004 Mike McLean <mikem@redhat.com> - 10.0.3.12-1
1e415e1
- add command line options to pkgorder (mikem)
1e415e1
92caf07
* Mon Oct  4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.11-1
92caf07
- Handle 32 raid devs (#134438)
92caf07
- Fix LCS PORTNAME (#134487)
92caf07
- Add logging of kickstart scripts with --log to %post/%pre
92caf07
- Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log 
92caf07
  and /var/log/anaconda.syslog respectively (#124370)
92caf07
- Fix Polish (#134554)
92caf07
- Add arch-specific package removal (#133396)
92caf07
- Include PPC PReP Boot partition in anaconda-ks.cfg (#133934)
92caf07
- Fix changing of VG name going through to boot loader setup (#132213)
92caf07
- Add support for > 128 SCSI disks (#134575)
92caf07
fbcefd7
* Fri Oct  1 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.10-1
fbcefd7
- add kickstart zfcp configuration (#133288, #130070)
fbcefd7
- Use NFSv3 for NFS installs.  Fixes NFSISO installs from DVD (#122032)
fbcefd7
- Fix megaraid_mbox module name (#134369)
fbcefd7
- Another uninitialized fix (#133996)
fbcefd7
- Add the zh_CN font (#133330)
fbcefd7
2b5e23d
* Thu Sep 30 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.9-1
2b5e23d
- translation updates
2b5e23d
- Install compat-arch-support by default (#133514)
2b5e23d
- Warn if an older version is chosen for upgrading if product is RHEL (#134523)
2b5e23d
- Fix traceback on upgrade with possible lvm1 (#134258)
2b5e23d
- Make changing the DNS server work (#122554)
2b5e23d
- More fixes from pnasrat for arch handling on upgrade
2b5e23d
Paul Nasrat 9a05e6f
* Thu Sep 30 2004 Paul Nasrat <pnasrat@redhat.com> - 10.0.3.8-1
Paul Nasrat 9a05e6f
- Fix missing rpm.ts (#133045)
Paul Nasrat 9a05e6f
b38e59b
* Wed Sep 29 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.7-1
b38e59b
- Don't ask about mouse type on remote X display (#133902)
b38e59b
- Label swap filesystems (#127892)
b38e59b
- Fix possible crash on hd kickstart installs (#133996)
b38e59b
- Improve multiarch upgrade (#133045)
b38e59b
- Avoid changing the default language when selecting additional 
b38e59b
  language support (#134040)
b38e59b
- Remove spurious blank option in upgrade combo (#134058)
b38e59b
- Fix driver disk hang (#131112, #122952)
b38e59b
- Fix detection of unformatted dasd (#130123)
b38e59b
ad263f4
* Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.6-1
ad263f4
- Fix traceback from auto-partitioning if you don't have enough space (#131325)
ad263f4
- Update FCP config for adding SCSI LUNs (#133290)
ad263f4
e78b29e
* Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.5-1
e78b29e
- Fix driver disk segfault when using a partition (#133036)
e78b29e
- Let driver disk images on ext2 partitions work
e78b29e
- Fix nonet/nostorage
e78b29e
- Allow name.arch syntax in ks.cfg (#124456)
e78b29e
- Fix traceback unselecting last language (#133164)
e78b29e
- Skip version 0 swap (#122101)
e78b29e
- Handle /dev being present in device names of ks.cfg (#121486)
e78b29e
- Use no instead of no-latin1 for Norwegian keyboard (#133757)
e78b29e
- include other dm modules (#132001)
e78b29e
d705061
* Fri Sep 24 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.4-1
d705061
- fix megaraid module name (notting)
d705061
- don't prompt for a driver disk on pSeries boxes with just 
d705061
  virtual devices (#135292)
d705061
- don't use PROBE_LOADED for cd probe (#131033)
d705061
- i2o devices don't use a "p" separator (#133379)
d705061
- switch back zh_CN font to default (#133330)
d705061
- add 3w-9xxx to modules.cgz (#133525)
d705061
- fix showing of freespace (#133425)
d705061
424ffb1
* Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.3-1
424ffb1
- fix going back unmount of /dev/pts (#133301)
424ffb1
- fix SRPMs disc (#122737)
424ffb1
- add localboot option to isolinux.cfg (#120687)
424ffb1
- fix tree build on ia64 and x86_64
424ffb1
- fix a syntax error for text mode selinux config 
424ffb1
e52a929
* Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.2-1
e52a929
- some fixes for Arabic (#122228)
e52a929
- support using ksdevice=macaddr (#130605)
e52a929
- add an images/pxeboot directory on ia64
e52a929
e298275
* Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.1-1
e298275
- improve handling of non-physical consoles on some ppc and ia64 machines
e298275
- add Bengali(India) and Gujarati to the lang-table (#126108)
e298275
- add support for setting the CTC protocol on s/390 (#132324, #132325)
e298275
- don't offer to do vnc if we don't have active nwtorking (#132833)
e298275
- various typo/grammar fixes
e298275
- add support for 'nostorage' and 'nonet' command line options to avoid 
e298275
  auto-loading just network or storage devices
e298275
- fix editing of pre-existing lvm (#132217)
e298275
- fix going back from the partitions list on a driver disk (#132096)
e298275
- don't show login error if silent errors (#132673)
cvsdist d1e5cea
cvsdist eea7345
* Thu Jun  3 2004 Jeremy Katz <katzj@redhat.com>
cvsdist eea7345
- require system-logos and anaconda-help, obsolete anaconda-images
cvsdist eea7345
cvsdist 891dd12
* Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com>
cvsdist 891dd12
- Update description, remove prereq on stuff that was only needed 
cvsdist 891dd12
  for reconfig mode 
cvsdist 891dd12
cvsdist abf6e8d
* Tue Feb 24 2004 Jeremy Katz <katzj@redhat.com>
cvsdist abf6e8d
- buildrequire libselinux-devel
cvsdist abf6e8d
cvsdist 382d7d9
* Thu Nov  6 2003 Jeremy Katz <katzj@redhat.com>
cvsdist 382d7d9
- require booty (#109272)
cvsdist 382d7d9
cvsdist ffb12c3
* Tue Oct  8 2002 Jeremy Katz <katzj@redhat.com>
cvsdist ffb12c3
- back to mainstream rpm instead of rpm404
cvsdist ffb12c3
cvsdist ffb12c3
* Mon Sep  9 2002 Jeremy Katz <katzj@redhat.com>
cvsdist ffb12c3
- can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always
cvsdist ffb12c3
  exist
cvsdist ffb12c3
cvsdist e560e92
* Wed Aug 21 2002 Jeremy Katz <katzj@redhat.com>
cvsdist e560e92
- added URL
cvsdist e560e92
cvsdist 1845caf
* Thu May 23 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 1845caf
- add require and buildrequire on rhpl
cvsdist 1845caf
cvsdist c93650b
* Tue Apr 02 2002 Michael Fulbright <msf@redhat.com>
cvsdist c93650b
- added some more docs
cvsdist c93650b
cvsdist c93650b
* Fri Feb 22 2002 Jeremy Katz <katzj@redhat.com>
cvsdist c93650b
- buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs 
cvsdist c93650b
  to there now
cvsdist c93650b
cvsdist 1845caf
* Thu Feb 07 2002 Michael Fulbright <msf@redhat.com>
cvsdist 1845caf
- goodbye reconfig
cvsdist 1845caf
cvsdist 1845caf
* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 1845caf
- update the BuildRequires a bit
cvsdist 1845caf
cvsdist 1845caf
* Fri Jan  4 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 1845caf
- ddcprobe is now done from kudzu
cvsdist c93650b
cvsdist df58ad7
* Wed Jul 18 2001 Jeremy Katz <katzj@redhat.com>
cvsdist df58ad7
- own /usr/lib/anaconda and /usr/share/anaconda
cvsdist df58ad7
cvsdist 9368ce9
* Fri Jan 12 2001 Matt Wilson <msw@redhat.com>
cvsdist 9368ce9
- sync text with specspo
cvsdist 9368ce9
cvsdist d1e5cea
* Thu Aug 10 2000 Matt Wilson <msw@redhat.com>
cvsdist d1e5cea
- build on alpha again now that I've fixed the stubs
cvsdist d1e5cea
cvsdist d1e5cea
* Wed Aug  9 2000 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- new build
cvsdist d1e5cea
cvsdist d1e5cea
* Fri Aug  4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist d1e5cea
- allow also subvendorid and subdeviceid in trimpcitable
cvsdist d1e5cea
cvsdist d1e5cea
* Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
cvsdist d1e5cea
- moved init script for reconfig mode to /etc/init.d/reconfig
cvsdist d1e5cea
- move the initscript back to /etc/rc.d/init.d
cvsdist d1e5cea
- Prereq: /etc/init.d
cvsdist d1e5cea
cvsdist d1e5cea
* Thu Feb 03 2000 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- strip files
cvsdist d1e5cea
- add lang-table to file list
cvsdist d1e5cea
cvsdist d1e5cea
* Wed Jan 05 2000 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- added requirement for rpm-python
cvsdist d1e5cea
cvsdist d1e5cea
* Mon Dec 06 1999 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- rename to 'anaconda' instead of 'anaconda-reconfig'
cvsdist d1e5cea
cvsdist d1e5cea
* Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- remove ddcprobe since we don't do X configuration in reconfig now
cvsdist d1e5cea
cvsdist d1e5cea
* Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
cvsdist d1e5cea
- first try at packaging reconfiguration tool
cvsdist d1e5cea