From d0d041ea501a81334f90679b6aa7936926da02f6 Mon Sep 17 00:00:00 2001 From: sdlzx Date: Wed, 22 Sep 2021 07:08:47 +0000 Subject: [PATCH] Correct License license name should be the same as https://gitee.com/openeuler/openeuler-jenkins/blob/master/src/ac/acl/package_license/config/Licenses.yaml (cherry picked from commit 07e8fed94869e7bac4c1f2a7c84e46046afb8f2c) --- boost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 92ae267..76e58e8 100644 --- a/boost.spec +++ b/boost.spec @@ -18,9 +18,9 @@ Name: boost Version: 1.77.0 -Release: 1 +Release: 2 Summary: The free peer-reviewed portable C++ source libraries -License: Boost Software license V1.0 +License: Boost Software License 1.0 URL: http://www.boost.org Source0: https://boostorg.jfrog.io/ui/native/main/release/1.77.0/source/%{name}_%{version_enc}.tar.gz Source1: libboost_thread.so @@ -1079,6 +1079,9 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Wed Sep 22 2021 Liu Zixian - 1.77.0-2 +- Correct license name for ci. + * Wed Sep 15 2021 Liu Zixian - 1.77.0-1 - update to 1.77.0 -- Gitee