Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server-packages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Sanchietti <giacomo.sanchietti@nethesis.it>2018-01-16 11:18:09 +0300
committerGitHub <noreply@github.com>2018-01-16 11:18:09 +0300
commit9473007ab62d7a437be3bfa88abb0401b87496e1 (patch)
treec1b4ec0ae2474b5f82a7420814492c364e6444e2
parentcba994652957586b3239a3898009057d28b1bee8 (diff)
parent786b49f41f188b4f12f16b393e8b2ef40d206035 (diff)
Merge pull request #16 from alepolidori/htaccess
spec: remove "config" sign from .htaccess
-rw-r--r--centos/nextcloud.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/centos/nextcloud.spec b/centos/nextcloud.spec
index d68ab65..e4b3f11 100644
--- a/centos/nextcloud.spec
+++ b/centos/nextcloud.spec
@@ -16,7 +16,7 @@
Summary: Nextcloud package
Name: nextcloud
Version: %nextcloud_version
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL
Source: https://download.nextcloud.com/server/releases/nextcloud-%{nextcloud_version}.tar.bz2
Source1: nextcloud.conf
@@ -85,15 +85,18 @@ cp %{SOURCE1} %{buildroot}/etc/httpd/conf.d
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/db_structure.xml
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/index.html
%attr(0755,%{nc_user},%{nc_group}) %{nc_dir}/robots.txt
+%attr(0644,%{nc_user},%{nc_group}) %{nc_dir}/.htaccess
%config(noreplace) %attr(0644,%{nc_user},%{nc_group}) %{nc_dir}/.user.ini
-%config(noreplace) %attr(0644,%{nc_user},%{nc_group}) %{nc_dir}/.htaccess
%config(noreplace) %attr(0644,root,root) /etc/httpd/conf.d/nextcloud.conf
%defattr(0644,%{nc_user},%{nc_group},0755)
%changelog
+* Mon Jan 15 2018 Alessandro Polidori <alessandro.polidori@nethesis.it> - centos-12.0.4-2
+- Spec: remove "config" sign from .htaccess
+
* Thu Dec 14 2017 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - centos-12.0.4-1
- Update to release 12.0.4