Michael Schwendt 2008-12-04 20:19:02 +00:00
parent 0ea332c748
commit 8de2f9817d
1 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@
Name: nginx Name: nginx
Version: 0.6.33 Version: 0.6.33
Release: 1%{?dist} Release: 2%{?dist}
Summary: Robust, small and high performance http and reverse proxy server Summary: Robust, small and high performance http and reverse proxy server
Group: System Environment/Daemons Group: System Environment/Daemons
@ -155,8 +155,7 @@ fi
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE CHANGES README nginx-upstream-fair/README.nginx-upstream-fair %doc LICENSE CHANGES README nginx-upstream-fair/README.nginx-upstream-fair
%dir %{nginx_datadir} %{nginx_datadir}/
%{_datadir}/%{name}/*/*
%{_sbindir}/%{name} %{_sbindir}/%{name}
%{_mandir}/man3/%{name}.3pm.gz %{_mandir}/man3/%{name}.3pm.gz
%{_initrddir}/%{name} %{_initrddir}/%{name}
@ -183,6 +182,9 @@ fi
%changelog %changelog
* Thu Dec 4 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.33-2
- Fix inclusion of /usr/share/nginx tree => no unowned directories.
* Sun Nov 23 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.33-1 * Sun Nov 23 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.33-1
- update to 0.6.33 - update to 0.6.33