From d201cd959610ed26178569e4df7dd58cb04f731e Mon Sep 17 00:00:00 2001 From: plerks Date: Tue, 7 Jun 2022 14:43:49 +0800 Subject: [PATCH 1/3] license compliance rectification --- libumem.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libumem.spec b/libumem.spec index 26446eb..ad93834 100644 --- a/libumem.spec +++ b/libumem.spec @@ -3,11 +3,11 @@ Name: libumem Version: 1.0 -Release: 2 +Release: 3 Summary: Port of Solaris's slab allocator. Group: System Environment/Libraries -License: CDDL +License: CDDL-1.0 URL: https://github.com/omniti-labs/portableumem Source0: %{name}-%{version}.tar.gz Patch9000: 0001-Fix-build-problem-on-linux.patch @@ -105,6 +105,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Mon June 7 2022 Gou Xinyi - 1.0-3 +- Specify license version * Mon Dec 13 2021 zhaoshuang - 1.0.1-2 - remove "%{dist}" from spec file -- Gitee From 1b7978aed311220f428ba89848b1827e558309e0 Mon Sep 17 00:00:00 2001 From: plerks Date: Tue, 7 Jun 2022 16:11:39 +0800 Subject: [PATCH 2/3] correct date --- libumem.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libumem.spec b/libumem.spec index ad93834..507f9c8 100644 --- a/libumem.spec +++ b/libumem.spec @@ -105,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog -* Mon June 7 2022 Gou Xinyi - 1.0-3 +* Tue June 7 2022 Gou Xinyi - 1.0-3 - Specify license version * Mon Dec 13 2021 zhaoshuang - 1.0.1-2 - remove "%{dist}" from spec file -- Gitee From 0e2057f8d9b55b7cb7a9ed0da01c4cd27e450d7e Mon Sep 17 00:00:00 2001 From: plerks Date: Wed, 8 Jun 2022 10:02:12 +0800 Subject: [PATCH 3/3] modify version --- libumem.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libumem.spec b/libumem.spec index 507f9c8..68717b2 100644 --- a/libumem.spec +++ b/libumem.spec @@ -105,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog -* Tue June 7 2022 Gou Xinyi - 1.0-3 +* Tue Jun 7 2022 Gou Xinyi - 1.0.1-3 - Specify license version * Mon Dec 13 2021 zhaoshuang - 1.0.1-2 - remove "%{dist}" from spec file -- Gitee