remove unuse files

(cherry picked from commit 3ba405b75a09f50fbffbee65688af27f45ab7f84)
This commit is contained in:
cherry530 2022-01-25 16:31:32 +08:00 committed by openeuler-sync-bot
parent 76af888dba
commit 6e43ff670a
3 changed files with 9 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,7 @@
%global reponame crash-gcore
Name: crash-gcore-command Name: crash-gcore-command
Version: 1.3.1 Version: 1.6.3
Release: 2 Release: 1
Summary: Command of Gcore for Crash utility Summary: Command of Gcore for Crash utility
License: GPLv2 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. that was running in a kernel dumpfile.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{reponame}-%{version} -p1
%build %build
%make_build -f gcore.mk %make_build -C src -f gcore.mk
%install %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 %files
%defattr(-,root,root) %defattr(-,root,root)
@ -31,6 +32,9 @@ install -D %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash
%{_libdir}/crash/extensions/gcore.so %{_libdir}/crash/extensions/gcore.so
%changelog %changelog
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.6.3-1
- Upgrade to version 1.6.3
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 1.3.1-2 * Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 1.3.1-2
- Add gcc in BuildRequires - Add gcc in BuildRequires