X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice.spec;h=291ce6d43c84d1460eae7ff13a39b69ad616e65b;hb=0c12a2033bcb737c05c472cb069a288f44b3872a;hp=1c7bf5401a28572b5f3256de3d8547c88692df4d;hpb=aa5a20a75cd2fbfbc02b92311142e024eb822c21;p=myslice.git diff --git a/myslice.spec b/myslice.spec index 1c7bf540..291ce6d4 100644 --- a/myslice.spec +++ b/myslice.spec @@ -1,6 +1,6 @@ %define name myslice %define version 0.2 -%define taglevel 3 +%define taglevel 4 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -21,6 +21,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 +49,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myslice/* %changelog +* Wed Sep 25 2013 Thierry Parmentelat - 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 - myslice-0.2-3 - checkpoint for deployment on test.myslice.info