Browse Source

Merge branch 'kubiko-devel' into devel

Lauri Ojansivu 7 years ago
parent
commit
01741750f8
2 changed files with 9 additions and 2 deletions
  1. 5 2
      CHANGELOG.md
  2. 4 0
      snapcraft.yaml

+ 5 - 2
CHANGELOG.md

@@ -1,12 +1,15 @@
 # Upcoming Wekan release
 
+This release fixes the following bugs:
+
 * [Remove binary version of bcrypt](https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac)
   because of [vulnerability](https://nodesecurity.io/advisories/612) that has [issue that is not fixed
   yet](https://github.com/kelektiv/node.bcrypt.js/issues/604) and
   and [not yet merged pull request](https://github.com/kelektiv/node.bcrypt.js/pull/606).
-  This may cause some slowdown.
+  This may cause some slowdown;
+* [Snap: Filtering out swap file created at build time, adding stage package](https://github.com/wekan/wekan/pull/1660).
 
-Thanks to GitHub user xet7 for contributions.
+Thanks to GitHub users kubiko and xet7 for their contributions.
 
 # v1.01 2018-05-23 Wekan release
 

+ 4 - 0
snapcraft.yaml

@@ -96,6 +96,8 @@ parts:
             - npm
             - curl
             - execstack
+        stage-packages:
+            - libfontconfig1
         override-build: |
             echo "Cleaning environment first"
             rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
@@ -153,6 +155,8 @@ parts:
             execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
         organize:
             README: README.wekan
+        prime:
+            - -lib/node_modules/node-pre-gyp/node_modules/tar/lib/.unpack.js.swp
 
     helpers:
         source: snap-src