commit dc2c8f77ab57e29e046edad35a6f8c8d22fc8969
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Sep 27 01:04:18 2017 +0300

    require newer yarn
    
    solves errors like:
    
    error "ajv" is wrong version: expected "4.11.2", got "5.2.0"
    error "webpack#ajv" not installed
    error Found 2 errors.
    Error: You have unmet dependencies. (`yarn check` command failed)
    Run `yarn install` to install missing modules.
    
    exact version which fixes is not known

 gitlab-ce.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index a433940..00d12a6 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -55,7 +55,7 @@ BuildRequires:        rpmbuild(macros) >= 1.647
 BuildRequires: ruby-bundler
 BuildRequires: ruby-devel >= 1:2.3.0
 BuildRequires: ruby-rubygems >= 2.6.9
-BuildRequires: yarn >= 0.17.0
+BuildRequires: yarn >= 1.1.0
 BuildRequires: zlib-devel
 Requires(post,preun):  /sbin/chkconfig
 Requires:      git-core >= 2.7.4
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/dc2c8f77ab57e29e046edad35a6f8c8d22fc8969

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to