Skip to content

Commit

Permalink
Increase jinja dependency and spec file version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Degols authored and Gilles Degols committed Aug 27, 2019
1 parent 5c4b3e6 commit 9750b69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cement==2.10.2
fusepy==2.0.4
inflection==0.3.1
Jinja2==2.9.4
Jinja2==2.10.1
MarkupSafe==1.0
peewee==2.8.5
pymongo==3.6.1
Expand Down
5 changes: 4 additions & 1 deletion spec/mongofs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global _python_bytecompile_errors_terminate_build 0
%define __python /usr/bin/python3.6

%{!?_release: %define _version 1.4.2 }
%{!?_release: %define _version 1.4.3 }
%{!?_release: %define _release 0 }

# Following line is needed if you compile
Expand Down Expand Up @@ -90,6 +90,9 @@ rm -rf ${RPM_BUILD_ROOT}
%config /etc/mongofs/mongofs.json

%changelog
* Tue Aug 27 2019 Gilles Degols - 1.4.3-0
- Avoid resetting the mongo cache aggressively

* Thu May 07 2019 Gilles Degols - 1.4.2-0
- Fix handling of time change on files

Expand Down

0 comments on commit 9750b69

Please sign in to comment.