[python-dateutil] Adjust patch to respect systemwide tzdata. Ref bug 729786

Jef Spaleta jspaleta at fedoraproject.org
Thu Sep 15 17:49:01 UTC 2011


commit cd0db8ca459bc5195f9cdb959247eeda0883495c
Author: Jef Spaleta <jspaleta at fedoraproject.org>
Date:   Thu Sep 15 09:48:43 2011 -0800

    Adjust patch to respect systemwide tzdata. Ref bug 729786

 python-dateutil.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-dateutil.spec b/python-dateutil.spec
index eda2156..a008509 100644
--- a/python-dateutil.spec
+++ b/python-dateutil.spec
@@ -1,6 +1,6 @@
 Name:           python-dateutil
 Version:        1.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Powerful extensions to the standard datetime module
 
 Group:          Development/Languages
@@ -11,7 +11,7 @@ Patch0:		python-dateutil-1.5-system-zoneinfo.patch
 
 BuildArch:      noarch
 BuildRequires:  python-devel,python-setuptools
-
+Requires:	tzdata
 %description
 The dateutil module provides powerful extensions to the standard datetime
 module available in Python 2.3+.
@@ -36,6 +36,9 @@ mv NEWS.new NEWS
 %{python_sitelib}/*.egg-info
 
 %changelog
+* Wed Sep 15 2011 Jef Spaleta <jspaleta at fedoraproject.org> - 1.5-3
+- Adjust patch to respect systemwide tzdata. Ref bug 729786
+
 * Wed Sep 15 2011 Jef Spaleta <jspaleta at fedoraproject.org> - 1.5-2
 - Added a patch to respect systemwide tzdata. Ref bug 729786
 


More information about the scm-commits mailing list