]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
buildpackages: fix dates in spec file changelog
authorNathan Cutler <ncutler@suse.com>
Sat, 3 Mar 2018 07:05:56 +0000 (08:05 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 14 Oct 2019 14:47:01 +0000 (16:47 +0200)
Eliminates the following warnings:

2018-03-03T06:56:01.948 DEBUG:teuthology.misc:warning: bogus date in %changelog: Tue Mar 10 2013 Gary Lowell <glowell@inktank.com> - 1-0
2018-03-03T06:56:01.948 DEBUG:teuthology.misc:warning: bogus date in %changelog: Tue Aug 27 2012 Gary Lowell <glowell@inktank.com> - 1-0

Signed-off-by: Nathan Cutler <ncutler@suse.com>
teuthology/task/buildpackages/make-rpm.sh

index 8581ffe3cc180302f1ab73c2ccc2d15bdc5d272b..ea33bc253aa8301a74385eb643e0505445d6a255 100755 (executable)
@@ -217,11 +217,11 @@ install -pm 644 %{SOURCE0} \
 #/etc/pki/rpm-gpg/*
 
 %changelog
-* Tue Mar 10 2013 Gary Lowell <glowell@inktank.com> - 1-0
+* Tue Mar 12 2013 Gary Lowell <glowell@inktank.com> - 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 <glowell@inktank.com> - 1-0
+* Tue Aug 28 2012 Gary Lowell <glowell@inktank.com> - 1-0
 - Initial Package
 EOF