[nginx] Fix package ownership of directories

Jamie Nguyen jamielinux at fedoraproject.org
Wed Oct 22 19:47:20 UTC 2014


commit ba5e503c9ae6d84bc0a2b6f23c03eb81429e1a63
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Wed Oct 22 20:46:06 2014 +0100

    Fix package ownership of directories

 nginx.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/nginx.spec b/nginx.spec
index 8670648..222288c 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -27,7 +27,7 @@
 Name:              nginx
 Epoch:             1
 Version:           1.6.2
-Release:           3%{?dist}
+Release:           4%{?dist}
 
 Summary:           A high performance web server and reverse proxy server
 Group:             System Environment/Daemons
@@ -276,8 +276,6 @@ fi
 %{_initrddir}/nginx
 %config(noreplace) %{_sysconfdir}/sysconfig/nginx
 %endif
-%dir %{nginx_confdir}
-%dir %{nginx_confdir}/conf.d
 %config(noreplace) %{nginx_confdir}/fastcgi.conf
 %config(noreplace) %{nginx_confdir}/fastcgi.conf.default
 %config(noreplace) %{nginx_confdir}/fastcgi_params
@@ -310,6 +308,9 @@ fi
 
 
 %changelog
+* Wed Oct 22 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1:1.6.2-4
+- fix package ownership of directories
+
 * Wed Oct 22 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1:1.6.2-3
 - add vim files (#1142849)
 


More information about the scm-commits mailing list