[packages/pylint] allow /etc/pylintrc packaged to py2/py3 packages
glen
glen at pld-linux.org
Mon Dec 9 21:56:12 CET 2013
commit 1ee582a804dd0b8f0dcbceb8ee11b59b851f1d65
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Dec 9 22:56:10 2013 +0200
allow /etc/pylintrc packaged to py2/py3 packages
pylint.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/pylint.spec b/pylint.spec
index add2d80..eac95fa 100644
--- a/pylint.spec
+++ b/pylint.spec
@@ -36,6 +36,9 @@ Suggests: python-devel-src
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# /etc/pylintrc is deliberately packaged to both packages with same name
+%define _duplicate_files_terminate_build 0
+
%description
Python tool that checks if a module satisfy a coding standard.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pylint.git/commitdiff/1ee582a804dd0b8f0dcbceb8ee11b59b851f1d65
More information about the pld-cvs-commit
mailing list