* 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:
parent
f2ca4e52ab
commit
e1bbd3e4ba
@ -1 +1 @@
|
|||||||
anaconda-11.4.0.40.tar.bz2
|
anaconda-11.4.0.41.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.4.0.40
|
Version: 11.4.0.41
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -141,6 +141,7 @@ Requires: openssh
|
|||||||
Requires: xorg-x11-font-utils, netpbm-progs
|
Requires: xorg-x11-font-utils, netpbm-progs
|
||||||
Requires: busybox-anaconda
|
Requires: busybox-anaconda
|
||||||
Requires: isomd5sum
|
Requires: isomd5sum
|
||||||
|
Requires: yum-utils
|
||||||
|
|
||||||
%description runtime
|
%description runtime
|
||||||
The anaconda-runtime package contains parts of the installation system which
|
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 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 26 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.40-1
|
||||||
- Use non-deprecated HAL properties. (notting)
|
- Use non-deprecated HAL properties. (notting)
|
||||||
- More crud to deal with the fact that rawhide trees are composed weird (katzj)
|
- More crud to deal with the fact that rawhide trees are composed weird (katzj)
|
||||||
|
Loading…
Reference in New Issue
Block a user