ManageUser: Admin edit's user details
[myslice.git] / myslice.spec
index 1c7bf54..97b121b 100644 (file)
@@ -1,6 +1,12 @@
+# NOTE
+# in real-life we use a debian packaging, so this fedora packaging is very rough
+# it turns out we need to have one specfile for the PL build..
+# in any case the contents here should be more carefully split
+# into several components pieces for generic and plugins and all that...
+
 %define name myslice
 %define version 0.2
-%define taglevel 3
+%define taglevel 4
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -21,6 +27,8 @@ Requires: python >= 2.7
 Requires: python-django
 Requires: httpd
 Requires: mod_wsgi
+# for c_rehash
+Requires: openssl-perl
 BuildRequires: python-setuptools make
 
 %description 
@@ -47,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/myslice/*
 
 %changelog
+* Wed Sep 25 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myslice-0.2-4
+- move to bootstrap v3 complete - hopefully
+- static files directory is now plain static/
+- templates files directory is now plain templates/
+- packaging for debian should be working fine, using apache+wsgi
+
 * Fri Sep 20 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myslice-0.2-3
 - checkpoint for deployment on test.myslice.info