[fedocal/f22] Update requires to allow any dateutils from epoch 1

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Sun Feb 22 13:32:58 UTC 2015


commit bbac941e1b77a70d127e84fc74263fea2d3b4756
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Sun Feb 22 08:30:09 2015 -0500

    Update requires to allow any dateutils from epoch 1
    
    fedocal became uninstallable with dateutil-2.4, dnf would require
    dateutil < 1.5 to be present. Since only dateutil-2.4 and dateutil-1.5
    were ever built in epoch 1, make use of that to ensure that old
    dateutil-2.0 is not installed.

 fedocal.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/fedocal.spec b/fedocal.spec
index 5bc10a8..455a2ab 100644
--- a/fedocal.spec
+++ b/fedocal.spec
@@ -3,7 +3,7 @@
 
 Name:           fedocal
 Version:        0.5.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A web based calendar application
 
 License:        GPLv3+
@@ -22,8 +22,7 @@ BuildRequires:  python-kitchen
 BuildRequires:  python-fedora >= 0.3.33
 BuildRequires:  python-fedora-flask >= 0.3.33
 BuildRequires:  python-alembic
-BuildRequires:  python-dateutil <= 1:1.5
-BuildRequires:  python-dateutil > 2.0
+BuildRequires:  python-dateutil >= 1:0
 BuildRequires:  python-setuptools
 BuildRequires:  python-markdown
 BuildRequires:  python-docutils
@@ -46,8 +45,7 @@ Requires:  python-kitchen
 Requires:  python-fedora >= 0.3.32.3-3
 Requires:  python-fedora-flask
 Requires:  python-alembic
-Requires:  python-dateutil <= 1:1.5
-Requires:  python-dateutil > 2.0
+Requires:  python-dateutil >= 1:0
 Requires:  python-setuptools
 Requires:  python-markdown
 Requires:  python-docutils
@@ -105,6 +103,9 @@ install -m 644 createdb.py $RPM_BUILD_ROOT/%{_datadir}/fedocal/fedocal_createdb.
 
 
 %changelog
+* Sun Feb 22 2015 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 0.5.1-5
+- Update requires to allow any dateutils from epoch 1
+
 * Wed Aug 06 2014 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.5.1-4
 - Requires dateutils =< 1.5 or > 2.0
 


More information about the scm-commits mailing list