From c4b9211a292a30c25ee6a6baf6321ae54ab7ad29 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 16 Jul 2020 12:54:47 +0800 Subject: [PATCH] scripts/build_utils: fix "bogus date" rpmbuild complains at seeing them: warning: bogus date in %changelog: Tue Mar 10 2013 Gary Lowell - 1-0 warning: bogus date in %changelog: Tue Aug 27 2012 Gary Lowell - 1-0 Signed-off-by: Kefu Chai --- scripts/build_utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 80a29450..7105e426 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -1200,11 +1200,11 @@ install -pm 644 %{SOURCE0} \ * Fri Aug 12 2016 Alfredo Deza 1-1 * Mon Jan 12 2015 Travis Rhoden 1-1 - Make .repo files be %config(noreplace) -* Tue Mar 10 2013 Gary Lowell - 1-0 +* Sun Mar 10 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 +* Mon Aug 27 2012 Gary Lowell - 1-0 - Initial Package EOF # End of ceph-release.spec file. -- 2.39.5