From 78bd06e8b934d92d0d306900b6911037bca601da Mon Sep 17 00:00:00 2001 From: xh Date: Thu, 1 Aug 2024 01:54:31 +0000 Subject: [PATCH] fix license --- abseil-cpp.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/abseil-cpp.spec b/abseil-cpp.spec index c31f385..009c0b6 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -6,10 +6,10 @@ Name: abseil-cpp Version: 20240116.2 -Release: 1 +Release: 2 Summary: C++ Common Libraries -License: Apache-2.0 AND LicenseRef-Fedora-Public-Domain +License: Apache-2.0 URL: https://abseil.io Source0: https://github.com/abseil/abseil-cpp/archive/%{version}/%{name}-%{version}.tar.gz @@ -158,6 +158,12 @@ DESTDIR="%{buildroot}" %__cmake --install "%{_vpath_builddir}" %{_libdir}/pkgconfig/*.pc %changelog +* Thu Aug 01 2024 xinghe - 20240116.2-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix license + * Tue Jul 9 2024 dillon chen - 20240116.2-1 - Type:requirement - ID:NA -- Gitee