From 62ed4ece4f4fb150c07ca9976e7a5c25d74eaa4f Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Aug 06 2014 11:32:03 +0000 Subject: Fix python-dateutil Requires. --- diff --git a/fedocal.spec b/fedocal.spec index e628016..e4aa59b 100644 --- a/fedocal.spec +++ b/fedocal.spec @@ -3,7 +3,7 @@ Name: fedocal Version: 0.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A web based calendar application License: GPLv3+ @@ -22,7 +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.5 +BuildRequires: python-dateutil <= 1:1.5 BuildRequires: python-setuptools BuildRequires: python-markdown BuildRequires: python-docutils @@ -103,6 +103,9 @@ install -m 644 createdb.py $RPM_BUILD_ROOT/%{_datadir}/fedocal/fedocal_createdb. %changelog +* Wed Aug 06 2014 Jon Ciesla - 0.5.1-3 +- Fix python-dateutil Requires. + * Sat Jun 07 2014 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild