From 3c0a5e7ef3e62c03c1959faff3815f4b07851500 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Feb 20 2018 14:09:40 +0000 Subject: Fix the bogus date warning Signed-off-by: Sayan Chowdhury --- diff --git a/python-fedimg.spec b/python-fedimg.spec index 51c2820..c7d8335 100644 --- a/python-fedimg.spec +++ b/python-fedimg.spec @@ -2,7 +2,7 @@ Name: python-fedimg Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Automatically upload Fedora Cloud images to cloud providers Group: Development/Libraries @@ -70,6 +70,9 @@ rm -rf %{modname}.egg-info %{python_sitelib}/%{modname}-%{version}* %changelog +* Tue Feb 20 2018 Sayan Chowdhury 1.0.1-3 +- Fix the bogus date warning + * Tue Feb 20 2018 Sayan Chowdhury 1.0.1-2 - Add the missing python2-toml dependency