From 0259e11c0ce3b95567a85cb294f9cbfc06cefdb1 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 25 Sep 2015 10:00:33 -0600 Subject: [PATCH] Own IPython/html directory --- ipython.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index f7f30a5..b543545 100644 --- a/ipython.spec +++ b/ipython.spec @@ -14,7 +14,7 @@ Name: ipython Version: 3.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An enhanced interactive Python shell # See bug #603178 for a quick overview for the choice of licenses @@ -574,6 +574,7 @@ popd %dir %{python2_sitelib}/IPython %{python2_sitelib}/IPython/external %{python2_sitelib}/IPython/*.py* +%dir %{python2_sitelib}/IPython/html %{python2_sitelib}/IPython/html/__init__.py* %{python2_sitelib}/IPython/html/nbextensions.py* %dir %{python2_sitelib}/IPython/html/static @@ -716,6 +717,9 @@ popd %endif # with_python3 %changelog +* Fri Sep 25 2015 Orion Poplawski - 3.2.1-4 +- Own IPython/html directory + * Thu Sep 17 2015 Orion Poplawski - 3.2.1-3 - Add upstream patch to fix file execution vulnerability (bug #1264068)