From b9ead060e540fd17b84559ea0e44733b225799cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Mon, 3 Mar 2008 16:23:52 +0000 Subject: [PATCH] - Use regular Requires syntax for python-imaging as missingok is just wrong. --- python-docutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-docutils.spec b/python-docutils.spec index 170131b..c5d916e 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages @@ -23,7 +23,7 @@ BuildRequires: python-setuptools-devel BuildRequires: python-setuptools %endif -Requires(missingok): python-imaging +Requires: python-imaging Provides: docutils = %{version}-%{release} Obsoletes: docutils < %{version}-%{release} @@ -85,6 +85,9 @@ rm -rf %{buildroot} %{python_sitelib}/*egg-info/ %changelog +* Mon Mar 3 2008 Toshio Kuratomi 0.4-8 +- Use regular Requires syntax for python-imaging as missingok is just wrong. + * Thu Sep 27 2007 Toshio Kuratomi 0.4-7 - Build egg info.