[python3-dateutil] - Add Requires: python3-six (bz 1140413) - Fix license handling

Jerry James jjames at fedoraproject.org
Tue Sep 16 21:47:51 UTC 2014


commit d2c370884c46a258335b8b887b304fc3957cf20a
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Tue Sep 16 15:47:18 2014 -0600

    - Add Requires: python3-six (bz 1140413)
    - Fix license handling

 python3-dateutil.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/python3-dateutil.spec b/python3-dateutil.spec
index 56f1ce9..f96966b 100644
--- a/python3-dateutil.spec
+++ b/python3-dateutil.spec
@@ -2,7 +2,7 @@
 
 Name:           python3-dateutil
 Version:        2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Powerful extensions to the standard datetime module
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@ Patch0:         python3-dateutil-2.0-system-zoneinfo.patch
 
 BuildArch:      noarch
 BuildRequires:  python3-devel,python3-setuptools,python3-six
-Requires:       tzdata
+Requires:       tzdata,python3-six
 
 %description
 The dateutil module provides powerful extensions to the standard datetime
@@ -37,12 +37,17 @@ mv NEWS.new NEWS
 %{__python3} ./test.py -v
 
 %files -n python3-dateutil
-%doc example.py LICENSE NEWS README
+%doc example.py NEWS README
+%license LICENSE
 %{python3_sitelib}/dateutil/
 %exclude %{python3_sitelib}/dateutil/zoneinfo/zoneinfo-*.tar.gz
 %{python3_sitelib}/*.egg-info
 
 %changelog
+* Tue Sep 16 2014 Jerry James <loganjerry at gmail.com> - 2.2-2
+- Add Requires: python3-six (bz 1140413)
+- Fix license handling
+
 * Mon Aug 04 2014 Jon Ciesla <limburgher at gmail.com> - 2.2-1
 - Update to 2.2.
 - Fixed bad dates.


More information about the scm-commits mailing list