From 2b98cfec1477afe16ec795f271e81d68c75327cb Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 16 Jan 2017 18:50:37 +0100 Subject: [PATCH] Own __pycache__ directory Resolves: rhbz#1413004 --- setroubleshoot.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 0346394..b5093f7 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -161,6 +161,7 @@ rm -rf %{buildroot} %{pkgpythondir}/uuid.py %{pkgpythondir}/xml_serialize.py %dir %{pkgpythondir} +%dir %{pkgpythondir}/__pycache__ %{pkgpythondir}/__pycache__/Plugin.cpython* %{pkgpythondir}/__pycache__/__init__.cpython* %{pkgpythondir}/__pycache__/access_control.cpython*