From 869bd9afa2b75385c49467875e8c1d8e8652268d Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sat, 3 Mar 2018 08:05:56 +0100 Subject: [PATCH] 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 --- teuthology/task/buildpackages/make-rpm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5