From ba5e503c9ae6d84bc0a2b6f23c03eb81429e1a63 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Wed, 22 Oct 2014 20:46:06 +0100 Subject: [PATCH] Fix package ownership of directories --- nginx.spec | 7 ++++--- 1 file 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 - 1:1.6.2-4 +- fix package ownership of directories + * Wed Oct 22 2014 Jamie Nguyen - 1:1.6.2-3 - add vim files (#1142849)