Compare commits

...

9 Commits
master ... f7

Author SHA1 Message Date
Fedora Release Engineering 603168ad14 dist-git conversion 2010-07-29 05:39:25 +00:00
Jeremy Katz eac9ff14b0 * Fri May 25 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.66-1
- fix dhcp netconfig in DVD-based rescue mode or repo adding (dcantrell)
2007-05-25 18:31:10 +00:00
Jeremy Katz 543ac9df81 * Thu May 24 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.65-1
- handle libata.ignore_hpa=1 on the kernel command line (#241288)
2007-05-24 21:35:30 +00:00
Peter Jones 008a5d21ee - update to .64-1 2007-05-23 21:35:04 +00:00
Jeremy Katz 78da803522 * Tue May 22 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.63-2
- fix unicode shenanigans in the build
2007-05-22 22:39:49 +00:00
Jeremy Katz 6ee1d74f46 * Tue May 22 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.63-1
- Avoid a few potential tracebacks with partitioning (dcantrell)
- A few more network bringup fixes  (dcantrell, #240804)
- More upgrade blacklisting
- Fix reinstall over existing RAID
2007-05-22 22:27:02 +00:00
Jeremy Katz 93a303b168 * Mon May 21 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.62-1
- Switch to mdadm internally for raid handling instead of raidautorun
- Slight changes to early swap requirements (#232862)
- Fixes to help with DVD install + adding a network repo (#240804)
- Turn off betanag
2007-05-22 01:02:04 +00:00
Jeremy Katz 33e55281a1 * Mon May 21 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.61-1
- add esound to upgrade handling
- fix selected group display when adding repos with the same groups (#237708)
- check for Xvnc being executable (dcantrell)
- add keyutils-libs (#240629)
2007-05-21 12:27:39 +00:00
Bill Nottingham 5275bb63fb Initialize branch F-7 for anaconda 2007-05-18 02:47:53 +00:00
5 changed files with 33 additions and 5 deletions

View File

@ -1,3 +0,0 @@
anaconda-11.2.0.58.tar.bz2
anaconda-11.2.0.59.tar.bz2
anaconda-11.2.0.60.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
anaconda-11.2.0.66.tar.bz2

View File

@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
Version: 11.2.0.60
Version: 11.2.0.66
Release: 1
License: GPL
Summary: Graphical system installer
@ -142,6 +142,35 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
* Fri May 25 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.66-1
- fix dhcp netconfig in DVD-based rescue mode or repo adding (dcantrell)
* Thu May 24 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.65-1
- handle libata.ignore_hpa=1 on the kernel command line (#241288)
* Wed May 23 2007 Peter Jones <pjones@redhat.com> - 11.2.0.64-1
- Fix going back in network configuration (dcantrell, #239958)
- Fix handling of empty prefixes in CIDR setup (dcantrell)
- Fix filesystem detection on existing raid devices (#151653)
* Tue May 22 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.63-1
- Avoid a few potential tracebacks with partitioning (dcantrell)
- A few more network bringup fixes (dcantrell, #240804)
- More upgrade blacklisting
- Fix reinstall over existing RAID
* Mon May 21 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.62-1
- Switch to mdadm internally for raid handling instead of raidautorun
- Slight changes to early swap requirements (#232862)
- Fixes to help with DVD install + adding a network repo (#240804)
- Turn off betanag
* Mon May 21 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.61-1
- add esound to upgrade handling
- fix selected group display when adding repos with the same groups (#237708)
- check for Xvnc being executable (dcantrell)
- add keyutils-libs (#240629)
* Wed May 16 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.60-1
- Add yum logger (katzj, #240226).
- Fix up Bulgarian keyboard support (#240087).

1
branch Normal file
View File

@ -0,0 +1 @@
F-7

View File

@ -1 +1 @@
61cb380cdad0fc39d4c4389145ff6177 anaconda-11.2.0.60.tar.bz2
60de820a8e73757a7aca725b26c861d0 anaconda-11.2.0.66.tar.bz2