forked from rpms/anaconda
auto-import anaconda-10.89.11-1 on branch devel from anaconda-10.89.11-1.src.rpm
This commit is contained in:
parent
1e137bfed6
commit
dbb3d48ceb
@ -1 +1 @@
|
|||||||
anaconda-10.89.10.tar.bz2
|
anaconda-10.89.11.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 10.89.10
|
Version: 10.89.11
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
@ -26,6 +26,7 @@ Summary: Graphical system installer portions needed only for fresh installs.
|
|||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
AutoReqProv: false
|
AutoReqProv: false
|
||||||
Requires: libxml2-python, python, rpm-python >= 4.2-0.61, yum >= 2.4.0
|
Requires: libxml2-python, python, rpm-python >= 4.2-0.61, yum >= 2.4.0
|
||||||
|
Requires: anaconda = %{version}-%{release}
|
||||||
|
|
||||||
%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
|
||||||
@ -72,6 +73,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2005 Jeremy Katz <katzj@redhat.com> - 10.89.11-1
|
||||||
|
- Fix stdout logging to print stuff (clumens)
|
||||||
|
- Start of some sorting/splitting stuff for CDs (pnasrat)
|
||||||
|
- Make missing modules lower priority
|
||||||
|
- Look for xen devices
|
||||||
|
- Add some of the necessary requirements to try to get dogtail working (#172891)
|
||||||
|
|
||||||
* Thu Nov 10 2005 Chris Lumens <clumens@redhat.com> 10.89.10-1
|
* Thu Nov 10 2005 Chris Lumens <clumens@redhat.com> 10.89.10-1
|
||||||
- Add e2fsprogs-libs to the install images.
|
- Add e2fsprogs-libs to the install images.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user