From f25ed9cdb04fc7c40abe4112f99fb025f16a6be4 Mon Sep 17 00:00:00 2001 From: "fu.lin" Date: Fri, 21 Jan 2022 10:17:40 +0800 Subject: [PATCH] spec: split changelog --- criu.changes | 20 ++++++++++++++++++++ criu.spec | 21 ++------------------- 2 files changed, 22 insertions(+), 19 deletions(-) create mode 100644 criu.changes diff --git a/criu.changes b/criu.changes new file mode 100644 index 0000000..c72d85e --- /dev/null +++ b/criu.changes @@ -0,0 +1,20 @@ +* Fri Jan 21 2022 fu.lin - 3.16.1-2 +- split spec changlog + +* Thu Dec 2 2021 zhouwenpei - 3.16.1-1 +- upgrade criu version to 3.16.1 + +* Tue Sep 07 2021 chenchen - 3.15-4 +- add "-fstack-protector-strong" for libcriu.so.2.0 + +* Mon May 31 2021 baizhonggui - 3.15-3 +- Add gcc in BuildRequires + +* Thu Apr 08 2021 fu.lin - 3.15-1 +- bump the criu version to v3.15 + +* Tue Sep 22 2020 lingsheng - 3.13-7 +- Fix crit errors + +* Fri Apr 24 2020 wutao - 3.13-6 +- Package init diff --git a/criu.spec b/criu.spec index 465d1bb..47ed791 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu Version: 3.16.1 -Release: 1 +Release: 2 Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: A tool of Checkpoint/Restore in User-space @@ -15,7 +15,7 @@ Requires: %{name} = %{version}-%{release} Provides: %{name}-libs = %{version}-%{release} Obsoletes: %{name}-libs < %{version}-%{release} -Patch1: 0001-criu-dump-and-restore-cpu-affinity-of-each-thread.patch +Patch: 0001-criu-dump-and-restore-cpu-affinity-of-each-thread.patch %description Checkpoint/Restore in Userspace(CRIU),is a software tool for the linux operating system. @@ -98,20 +98,3 @@ chmod 0755 %{buildroot}/run/%{name}/ %doc %{_mandir}/man1/{compel.1*,crit.1*,criu-ns.1*} %changelog -* Thu Dec 2 2021 zhouwenpei - 3.16.1-1 -- upgrade criu version to 3.16.1 - -* Tue Sep 07 2021 chenchen - 3.15-4 -- add "-fstack-protector-strong" for libcriu.so.2.0 - -* Mon May 31 2021 baizhonggui - 3.15-3 -- Add gcc in BuildRequires - -* Thu Apr 08 2021 fu.lin - 3.15-1 -- bump the criu version to v3.15 - -* Tue Sep 22 2020 lingsheng - 3.13-7 -- Fix crit errors - -* Fri Apr 24 2020 wutao - 3.13-6 -- Package init -- Gitee