diff --git a/criu.changes b/criu.changes new file mode 100644 index 0000000000000000000000000000000000000000..52676c38c56564e39d01c5bff23f73901c35e469 --- /dev/null +++ b/criu.changes @@ -0,0 +1,23 @@ +* Fri Mar 4 2022 ningyu - 3.16.1-3 +- rseq c/r support + +* Sat Feb 26 2022 luolongjun - 3.16.1-2 +- add support for pin memory + +* Fri Dec 24 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 621c765574f72302cc5bbd4404eab99dbe5c0d12..b31aae15b66d7a17cbe33d15eb08fcdac54e352f 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu Version: 3.16.1 -Release: 3 +Release: 4 Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: A tool of Checkpoint/Restore in User-space @@ -91,11 +91,10 @@ chmod 0755 %{buildroot}/run/%{name}/ %{_sbindir}/%{name} %{_libexecdir}/%{name} %dir /run/%{name} -%{_libdir}/*.so.* +%{_libdir}/*.so* %files devel %{_includedir}/criu -%{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %exclude %{_libdir}/libcriu.a @@ -114,26 +113,3 @@ chmod 0755 %{buildroot}/run/%{name}/ %doc %{_mandir}/man1/{compel.1*,crit.1*,criu-ns.1*} %changelog -* Fri Mar 4 2022 ningyu - 3.16.1-3 -- rseq c/r support - -* Sat Feb 26 2022 luolongjun - 3.16.1-2 -- add support for pin memory - -* Fri Dec 24 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