[Django] django directory now owned

smilner smilner at fedoraproject.org
Tue Apr 5 19:42:36 UTC 2011


commit 9e3ed3a44f382e2fca0392333288b983b40b85ba
Author: Steve Milner <stevem at gnulinux.net>
Date:   Tue Apr 5 15:42:13 2011 -0400

    django directory now owned

 Django.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Django.spec b/Django.spec
index becb641..a39384c 100644
--- a/Django.spec
+++ b/Django.spec
@@ -3,7 +3,7 @@
 
 Name:           Django
 Version:        1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -141,6 +141,7 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/django/conf/urls/
 %{python_sitelib}/django/conf/locale/*/*.py*
 %{python_sitelib}/django/conf/locale/*.py*
+%dir %{python_sitelib}/django/
 
 # Leaving these since people may want to rebuild on lower dists
 %if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
@@ -162,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 30 2011 Steve Milner <me at stevemilner.org> - 1.3-2
+- Fix for BZ#693865
+
 * Wed Mar 30 2011 Steve Milner <me at stevemilner.org> - 1.3-1
 - Fix for es_MX upstream bug
 - Update for upstream release


More information about the scm-commits mailing list