From aa5a20a75cd2fbfbc02b92311142e024eb822c21 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 23 Sep 2013 14:10:23 +0200 Subject: [PATCH] fix packaging --- debian/unfold.install | 4 ++-- myslice.spec | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/unfold.install b/debian/unfold.install index 02fa3c55..24661e30 100644 --- a/debian/unfold.install +++ b/debian/unfold.install @@ -1,5 +1,5 @@ -usr/share/unfold/all-static -usr/share/unfold/all-templates +usr/share/unfold/static +usr/share/unfold/templates usr/share/unfold/apache usr/share/unfold/auth usr/share/unfold/insert_above diff --git a/myslice.spec b/myslice.spec index e5c11115..1c7bf540 100644 --- a/myslice.spec +++ b/myslice.spec @@ -17,7 +17,8 @@ Packager: OpenLab URL: %{SCMURL} Requires: python >= 2.7 -Requires: Django +# in f14 this used to be called Django +Requires: python-django Requires: httpd Requires: mod_wsgi BuildRequires: python-setuptools make -- 2.43.0