forked from rpms/anaconda
fixing netpbm-progs to match what is in elvis
This commit is contained in:
parent
c04da50ec2
commit
0687c73635
@ -1,6 +1,6 @@
|
|||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.1.0.26
|
Version: 11.1.0.26
|
||||||
Release: 1
|
Release: 1.1
|
||||||
License: GPL
|
License: GPL
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -43,7 +43,7 @@ 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}
|
Requires: anaconda = %{version}-%{release}
|
||||||
Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs, syslinux
|
Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs, syslinux
|
||||||
Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-tools
|
Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
|
||||||
|
|
||||||
%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
|
||||||
@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 09 2006 Jesse Keating <jkeating@redhat.com> 11.1.0.26-1.1
|
||||||
|
- Fix netpbm requires
|
||||||
|
|
||||||
* Thu Jun 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.26-1
|
* Thu Jun 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.26-1
|
||||||
- Revert anaconda-runtime files fix.
|
- Revert anaconda-runtime files fix.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user