From: Nathan Cutler Date: Sat, 3 Mar 2018 07:05:56 +0000 (+0100) Subject: buildpackages: fix dates in spec file changelog X-Git-Tag: 1.1.0~211^2~49 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=869bd9afa2b75385c49467875e8c1d8e8652268d;p=teuthology.git buildpackages: fix dates in spec file changelog Eliminates the following warnings: 2018-03-03T06:56:01.948 DEBUG:teuthology.misc:warning: bogus date in %changelog: Tue Mar 10 2013 Gary Lowell - 1-0 2018-03-03T06:56:01.948 DEBUG:teuthology.misc:warning: bogus date in %changelog: Tue Aug 27 2012 Gary Lowell - 1-0 Signed-off-by: Nathan Cutler --- diff --git a/teuthology/task/buildpackages/make-rpm.sh b/teuthology/task/buildpackages/make-rpm.sh index 8581ffe3cc..ea33bc253a 100755 --- a/teuthology/task/buildpackages/make-rpm.sh +++ b/teuthology/task/buildpackages/make-rpm.sh @@ -217,11 +217,11 @@ install -pm 644 %{SOURCE0} \ #/etc/pki/rpm-gpg/* %changelog -* Tue Mar 10 2013 Gary Lowell - 1-0 +* Tue Mar 12 2013 Gary Lowell - 1-0 - Handle both yum and zypper - Use URL to ceph git repo for key - remove config attribute from repo file -* Tue Aug 27 2012 Gary Lowell - 1-0 +* Tue Aug 28 2012 Gary Lowell - 1-0 - Initial Package EOF