[python-dateutil] Conflict with current version of vobject

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Sat Feb 21 23:34:28 UTC 2015


commit 386a76f424c800f8d2e61ec5d5b511d3baa477f2
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Sat Feb 21 18:32:27 2015 -0500

    Conflict with current version of vobject
    
    vobject does not work with dateutil > 1.5. Next version of that package
    will most likely contain a fix or work-around, so add a conflict just for
    now.

 python-dateutil.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/python-dateutil.spec b/python-dateutil.spec
index f8be86e..6eaacb1 100644
--- a/python-dateutil.spec
+++ b/python-dateutil.spec
@@ -18,6 +18,7 @@ BuildRequires:  python-sphinx
 BuildRequires:  python-six
 Requires:       tzdata
 Requires:       python-six
+Conflicts:      python-vobject <= 0.8.1c-10
 
 # Use the same directory of the main package for subpackage licence and docs
 %global _docdir_fmt %{name}
@@ -84,6 +85,8 @@ make -C docs html
 %changelog
 * Wed Jan 21 2015 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 1:2.4.0-2
 - Add python3 subpackage.
+- Conflict with python-vobject <= 0.8.1c-10 (workaround until #1183377
+  is fixed one way or another).
 
 * Wed Jan 21 2015 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 1:2.4.0-1
 - Change to new upstream, update to 2.4 (#1126521)


More information about the scm-commits mailing list