]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
schama.rb needs to be writable
authorElan Ruusamäe <glen@delfi.ee>
Sat, 20 Aug 2016 22:43:38 +0000 (01:43 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 20 Aug 2016 22:43:38 +0000 (01:43 +0300)
gitlab-ce.spec

index a82cd6f4bae930dc80931c6a184b229acd409461..c6947016ad7f373e13c6760c54176aaa9276c8b8 100644 (file)
@@ -17,7 +17,7 @@
 Summary:       A Web interface to create projects and repositories, manage access and do code reviews
 Name:          gitlab-ce
 Version:       8.10.7
-Release:       0.53
+Release:       0.54
 License:       MIT
 Group:         Applications/WWW
 # md5 deliberately omitted until this package is useful
@@ -277,8 +277,8 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gitlab/database.yml
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gitlab/gitlab.yml
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gitlab/unicorn.rb
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gitlab/schema.rb
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/webapps.d/gitlab.conf
+%config(noreplace) %verify(not md5 mtime size) %attr(640,%{uname},%{gname}) %{_sysconfdir}/gitlab/schema.rb
 %ghost %{_sysconfdir}/gitlab/skip-auto-migrations
 /etc/logrotate.d/gitlab.logrotate
 %attr(754,root,root) /etc/rc.d/init.d/gitlab-sidekiq
This page took 0.081785 seconds and 4 git commands to generate.