- Use regular Requires syntax for python-imaging as missingok is just
wrong.
This commit is contained in:
parent
1115cfe2aa
commit
b9ead060e5
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.4
|
Version: 0.4
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: A system for processing plaintext documentation
|
Summary: A system for processing plaintext documentation
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -23,7 +23,7 @@ BuildRequires: python-setuptools-devel
|
|||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires(missingok): python-imaging
|
Requires: python-imaging
|
||||||
Provides: docutils = %{version}-%{release}
|
Provides: docutils = %{version}-%{release}
|
||||||
Obsoletes: docutils < %{version}-%{release}
|
Obsoletes: docutils < %{version}-%{release}
|
||||||
|
|
||||||
@ -85,6 +85,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitelib}/*egg-info/
|
%{python_sitelib}/*egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 3 2008 Toshio Kuratomi <toshio@fedoraproject.org> 0.4-8
|
||||||
|
- Use regular Requires syntax for python-imaging as missingok is just wrong.
|
||||||
|
|
||||||
* Thu Sep 27 2007 Toshio Kuratomi <a.badger@gmail.com> 0.4-7
|
* Thu Sep 27 2007 Toshio Kuratomi <a.badger@gmail.com> 0.4-7
|
||||||
- Build egg info.
|
- Build egg info.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user