--- rpms/smeserver-gitweb/contribs9/smeserver-gitweb.spec 2016/02/17 01:10:50 1.4 +++ rpms/smeserver-gitweb/contribs9/smeserver-gitweb.spec 2016/02/17 23:32:29 1.5 @@ -1,6 +1,6 @@ %define name smeserver-gitweb %define version 1.1.0 -%define release 3 +%define release 4 Summary: GitWeb is a web based Git repository viewer on SME Server Name: %{name} Version: %{version} @@ -27,6 +27,10 @@ patch3: smeserver-gitweb-1.1.0-runtime_s HTTP access to https://git.host.com provides a gitweb view of the repositories. %changelog +* Thu Feb 18 2016 Marco Hess 1.1.0-3 +- Removed chmod 644 /home/e-smith/db/networks from spec file as + it is no longer required for gitweb.conf + * Wed Feb 17 2016 Marco Hess 1.1.0-3 - Changed the trypass function in 60ExportAuthHook to dynamically check for the location of pwauth so this becomes universal for @@ -77,8 +81,6 @@ rm -rf $RPM_BUILD_ROOT echo "Ensuring git database is accessible to GitWeb ..." touch /home/e-smith/db/git chmod 644 /home/e-smith/db/git -echo "Ensuring networks database is accessible to GitWeb ..." -chmod 644 /home/e-smith/db/networks echo "Expanding gitweb.conf template ..." /sbin/e-smith/expand-template /etc/gitweb.conf echo "Expanding GitWeb home page text template ..."