From 8de2f9817dd60b3d1189ea6b5837df40eaf9272e Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Thu, 4 Dec 2008 20:19:02 +0000 Subject: [PATCH] - Fix inclusion of /usr/share/nginx tree => no unowned directories. Further information: https://fedoraproject.org/wiki/Packaging/ReviewGuidelines https://fedoraproject.org/wiki/Packaging/Guidelines#FileAndDirectoryOwn ership https://fedoraproject.org/wiki/Packaging/UnownedDirectories --- nginx.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nginx.spec b/nginx.spec index 88b11df..df11cbc 100644 --- a/nginx.spec +++ b/nginx.spec @@ -9,7 +9,7 @@ Name: nginx Version: 0.6.33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Robust, small and high performance http and reverse proxy server Group: System Environment/Daemons @@ -155,8 +155,7 @@ fi %files %defattr(-,root,root,-) %doc LICENSE CHANGES README nginx-upstream-fair/README.nginx-upstream-fair -%dir %{nginx_datadir} -%{_datadir}/%{name}/*/* +%{nginx_datadir}/ %{_sbindir}/%{name} %{_mandir}/man3/%{name}.3pm.gz %{_initrddir}/%{name} @@ -183,6 +182,9 @@ fi %changelog +* Thu Dec 4 2008 Michael Schwendt - 0.6.33-2 +- Fix inclusion of /usr/share/nginx tree => no unowned directories. + * Sun Nov 23 2008 Jeremy Hinegardner - 0.6.33-1 - update to 0.6.33