From 36ee41c34424a0801e3bb70e3adb2072f811b66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 12 Oct 2012 15:54:07 +0200 Subject: [PATCH] Do not scan documentation for dependencies --- pyOpenSSL.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 5b4cd84..b39d547 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,7 +1,7 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL Version: 0.13 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/%{name}-%{version}.tar.gz # Fedora specific patches @@ -17,6 +17,7 @@ BuildRequires: tetex-dvips tetex-latex latex2html # we don't want to provide private python extension libs %{?filter_setup: %filter_provides_in %{python_sitearch}/.*\.so$ +%filter_requires_in %{_datadir}/doc/ %filter_setup } @@ -52,6 +53,9 @@ find doc/ -name pyOpenSSL.\* %{python_sitearch}/%{name}*.egg-info %changelog +* Fri Oct 12 2012 Petr Pisar - 0.13-4 +- Do not scan documentation for dependencies (bug #865806) + * Mon Oct 08 2012 Dan HorĂ¡k - 0.13-3 - rebuilt because ARM packages had wrong Requires autodetected