Adjust patch to respect systemwide tzdata. Ref bug 729786
This commit is contained in:
parent
76da3f1290
commit
cd0db8ca45
@ -1,6 +1,6 @@
|
|||||||
Name: python-dateutil
|
Name: python-dateutil
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Powerful extensions to the standard datetime module
|
Summary: Powerful extensions to the standard datetime module
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -11,7 +11,7 @@ Patch0: python-dateutil-1.5-system-zoneinfo.patch
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel,python-setuptools
|
BuildRequires: python-devel,python-setuptools
|
||||||
|
Requires: tzdata
|
||||||
%description
|
%description
|
||||||
The dateutil module provides powerful extensions to the standard datetime
|
The dateutil module provides powerful extensions to the standard datetime
|
||||||
module available in Python 2.3+.
|
module available in Python 2.3+.
|
||||||
@ -36,6 +36,9 @@ mv NEWS.new NEWS
|
|||||||
%{python_sitelib}/*.egg-info
|
%{python_sitelib}/*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 15 2011 Jef Spaleta <jspaleta@fedoraproject.org> - 1.5-3
|
||||||
|
- Adjust patch to respect systemwide tzdata. Ref bug 729786
|
||||||
|
|
||||||
* Wed Sep 15 2011 Jef Spaleta <jspaleta@fedoraproject.org> - 1.5-2
|
* Wed Sep 15 2011 Jef Spaleta <jspaleta@fedoraproject.org> - 1.5-2
|
||||||
- Added a patch to respect systemwide tzdata. Ref bug 729786
|
- Added a patch to respect systemwide tzdata. Ref bug 729786
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user