Date: Sunday, April 22, 2018 @ 17:51:33
  Author: svenstaro
Revision: 317308

upgpkg: gitlab 10.7.0-2

Try to fix FS#58292

Modified:
  gitlab/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-22 17:03:15 UTC (rev 317307)
+++ PKGBUILD    2018-04-22 17:51:33 UTC (rev 317308)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=10.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce";
@@ -203,6 +203,9 @@
 
   install -Dm644 "${srcdir}/gitlab.tmpfiles.d" 
"${pkgdir}/usr/lib/tmpfiles.d/gitlab.conf"
   install -Dm644 "${srcdir}/gitlab.logrotate" 
"${pkgdir}/etc/logrotate.d/gitlab"
+
+  # Fix FS#58292
+  chmod 644 
"${pkgdir}"/usr/share/webapps/gitlab/vendor/bundle/ruby/2.3.0/gems/omniauth-jwt-0.0.2/lib/omniauth/strategies/jwt.rb
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to