From 4e95a6dae077f26c47b68d2cbf51aedd811b9dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=9D=BE=E6=9D=BE?= <1693764552@qq.com> Date: Mon, 7 Feb 2022 02:30:11 +0000 Subject: [PATCH] =?UTF-8?q?update=20bazel.spec.=20=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4rpmlint?= =?UTF-8?q?=E6=88=96rpmbuild=E6=97=B6=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bazel.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bazel.spec b/bazel.spec index b741814..fa773e5 100644 --- a/bazel.spec +++ b/bazel.spec @@ -1,7 +1,7 @@ %define __os_install_post %{nil} Name: bazel Version: 3.5.0 -Release: 4 +Release: 5 Summary: a fast, scalable, multi-language and extensible build system License: Apache License 2.0 URL: https://www.bazel.build/ @@ -42,7 +42,10 @@ install -m755 output/bazel %{buildroot}%{_bindir} %attr(0755,root,root) %{_bindir}/bazel %changelog -* Mon 9 Aug 2021 zhangtao - 3.5.0-4 +* Mon Tue 7 2022 wangsongsong +- fix date error in changelog + +* Mon Aug 9 2021 zhangtao - 3.5.0-4 - fix build error with gcc10 * Tue Jul 13 2021 guoxiaoqi - 3.5.0-3 @@ -51,5 +54,5 @@ install -m755 output/bazel %{buildroot}%{_bindir} * Mon May 31 2021 baizhonggui - 3.5.0-2 - Add gcc-g++ in BuildRequires -* Sun Sep 28 2020 Zhipeng Xie - 3.5.0-1 +* Mon Sep 28 2020 Zhipeng Xie - 3.5.0-1 - Package init -- Gitee