This commit is contained in:
Dennis Gilmore 2013-08-03 06:34:35 -05:00
parent 3fe213f65f
commit d970903e2e

View File

@ -7,7 +7,7 @@
Name: mod_wsgi
Version: 3.4
Release: 9%{?dist}
Release: 10%{?dist}
Summary: A WSGI interface for Python web applications in Apache
Group: System Environment/Libraries
License: ASL 2.0
@ -64,6 +64,9 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-wsgi.conf
%{_httpd_moddir}/mod_wsgi.so
%changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Mon Jul 8 2013 Joe Orton <jorton@redhat.com> - 3.4-9
- modernize spec file (thanks to rcollet)