* Thu Feb 28 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.41-1

- Don't write out /etc/rpm/platform anymore. (katzj)
- anaconda-runtime now needs yum-utils (katzj)
- Add 'testiso' target (katzj)
- Remove rescue cd creation scripts (katzj)
- Take --updates with location of additional updates beyond the package
  set used (katzj)
- Change the ISOs we build (katzj)
- Take advantage of yum repos being available (katzj)
- Allow recovery from some missing repodata conditions. (clumens)
- Rework the repo editor screen to be more modular. (clumens)
- Move doPostImages to be run after the second stage build (katzj)
- Ensure that group info for txmbrs is accurate after we reset (katzj)
- Fix backwards logic for yum verbosity (katzj)
- No more arc (#435175) (katzj)
- Remove an unused method. (clumens)
This commit is contained in:
Jeremy Katz 2008-02-28 22:56:08 +00:00
parent f2ca4e52ab
commit e1bbd3e4ba
3 changed files with 21 additions and 3 deletions

View File

@ -1 +1 @@
anaconda-11.4.0.40.tar.bz2
anaconda-11.4.0.41.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 11.4.0.40
Version: 11.4.0.41
Release: 1
License: GPLv2+
Group: Applications/System
@ -141,6 +141,7 @@ Requires: openssh
Requires: xorg-x11-font-utils, netpbm-progs
Requires: busybox-anaconda
Requires: isomd5sum
Requires: yum-utils
%description runtime
The anaconda-runtime package contains parts of the installation system which
@ -211,6 +212,23 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
* Thu Feb 28 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.41-1
- Don't write out /etc/rpm/platform anymore. (katzj)
- anaconda-runtime now needs yum-utils (katzj)
- Add 'testiso' target (katzj)
- Remove rescue cd creation scripts (katzj)
- Take --updates with location of additional updates beyond the package
set used (katzj)
- Change the ISOs we build (katzj)
- Take advantage of yum repos being available (katzj)
- Allow recovery from some missing repodata conditions. (clumens)
- Rework the repo editor screen to be more modular. (clumens)
- Move doPostImages to be run after the second stage build (katzj)
- Ensure that group info for txmbrs is accurate after we reset (katzj)
- Fix backwards logic for yum verbosity (katzj)
- No more arc (#435175) (katzj)
- Remove an unused method. (clumens)
* Tue Feb 26 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.40-1
- Use non-deprecated HAL properties. (notting)
- More crud to deal with the fact that rawhide trees are composed weird (katzj)

View File

@ -1 +1 @@
dde549e3b6a32124526984ab18d86f9b anaconda-11.4.0.40.tar.bz2
2350a6dc01be30a9bd5f2f64f7987811 anaconda-11.4.0.41.tar.bz2