Skip to content

Commit

Permalink
Increase version number to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-degols committed Apr 26, 2019
1 parent 87b37a7 commit cabe9b9
Showing 1 changed file with 4 additions and 1 deletion.
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.0 }
%{!?_release: %define _version 1.4.1 }
%{!?_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
* Fri Apr 26 2019 Gilles Degols - 1.4.1-0
- Don't forget to force S_IFDIR on root

* Wed Apr 24 2019 Gilles Degols - 1.4.0-0
- Add default root mode option
- Fix python dependencies
Expand Down

0 comments on commit cabe9b9

Please sign in to comment.