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.
This commit is contained in:
parent
ef4129168e
commit
386a76f424
@ -18,6 +18,7 @@ BuildRequires: python-sphinx
|
|||||||
BuildRequires: python-six
|
BuildRequires: python-six
|
||||||
Requires: tzdata
|
Requires: tzdata
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Conflicts: python-vobject <= 0.8.1c-10
|
||||||
|
|
||||||
# Use the same directory of the main package for subpackage licence and docs
|
# Use the same directory of the main package for subpackage licence and docs
|
||||||
%global _docdir_fmt %{name}
|
%global _docdir_fmt %{name}
|
||||||
@ -84,6 +85,8 @@ make -C docs html
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 21 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:2.4.0-2
|
* Wed Jan 21 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:2.4.0-2
|
||||||
- Add python3 subpackage.
|
- 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@in.waw.pl> - 1:2.4.0-1
|
* Wed Jan 21 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:2.4.0-1
|
||||||
- Change to new upstream, update to 2.4 (#1126521)
|
- Change to new upstream, update to 2.4 (#1126521)
|
||||||
|
Loading…
Reference in New Issue
Block a user