diff --git a/crash-gcore-command-1.3.1.tar.gz b/crash-gcore-command-1.3.1.tar.gz deleted file mode 100644 index 2b61b1d4187fbc06d4219db64ec60a2925834d08..0000000000000000000000000000000000000000 Binary files a/crash-gcore-command-1.3.1.tar.gz and /dev/null differ diff --git a/crash-gcore-command-1.6.3.tar.gz b/crash-gcore-command-1.6.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1a2b9f1eee0f94b8474a72748a5d02c4d4e0ec79 Binary files /dev/null and b/crash-gcore-command-1.6.3.tar.gz differ diff --git a/crash-gcore-command.spec b/crash-gcore-command.spec index a800a7ab19965452dc2b10c7f6d1f178ea56805d..982404cc1283137dcc6f4801916cdffc01679e68 100644 --- a/crash-gcore-command.spec +++ b/crash-gcore-command.spec @@ -1,6 +1,7 @@ +%global reponame crash-gcore Name: crash-gcore-command -Version: 1.3.1 -Release: 2 +Version: 1.6.3 +Release: 1 Summary: Command of Gcore for Crash utility License: GPLv2 @@ -17,13 +18,13 @@ that adds a "gcore" command which can create a core dump file of a user-space ta that was running in a kernel dumpfile. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n %{reponame}-%{version} -p1 %build -%make_build -f gcore.mk +%make_build -C src -f gcore.mk %install -install -D %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash/extensions/gcore.so +install -D %{_builddir}/%{reponame}-%{version}/src/gcore.so %{buildroot}%{_libdir}/crash/extensions/gcore.so %files %defattr(-,root,root) @@ -31,6 +32,9 @@ install -D %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash %{_libdir}/crash/extensions/gcore.so %changelog +* Tue Jan 18 2022 SimpleUpdate Robot - 1.6.3-1 +- Upgrade to version 1.6.3 + * Mon May 31 2021 baizhonggui - 1.3.1-2 - Add gcc in BuildRequires