Compare commits

..

No commits in common. "1b147a022cba4b266ef825c117902d5639a0efc1" and "aa35f0eff861e360d049c37b9941ed6c153fd76b" have entirely different histories.

4 changed files with 8 additions and 22 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,14 @@
%global reponame crash-gcore
Name: crash-gcore-command
Version: 1.6.3
Release: 2
Version: 1.3.1
Release: 1
Summary: Command of Gcore for Crash utility
License: GPLv2
URL: https://github.com/fujitsu/crash-gcore/
Source: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz
URL: http://people.redhat.com/anderson/extensions/%{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-root
BuildRequires: zlib-devel lzo-devel snappy-devel crash-devel >= 5.1.5 gcc
BuildRequires: zlib-devel lzo-devel snappy-devel crash-devel >= 5.1.5
Requires: crash >= 5.1.5
%description
@ -18,13 +17,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 %{reponame}-%{version} -p1
%autosetup -n %{name}-%{version} -p1
%build
%make_build -C src -f gcore.mk
%make_build -f gcore.mk
%install
install -D %{_builddir}/%{reponame}-%{version}/src/gcore.so %{buildroot}%{_libdir}/crash/extensions/gcore.so
install -D %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash/extensions/gcore.so
%files
%defattr(-,root,root)
@ -32,15 +31,6 @@ install -D %{_builddir}/%{reponame}-%{version}/src/gcore.so %{buildroot}%{_libdi
%{_libdir}/crash/extensions/gcore.so
%changelog
* Mon Nov 14 2022 yaoxin <yaoxin30@h-partners.com> - 1.6.3-2
- Modify invalid Source and URL
* 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
- Add gcc in BuildRequires
* Thu Nov 28 2019 daiqianwen <daiqianwen@huawei.com> - 1.3.1-1
- Package init

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: eurolinux-enterprise-linux-sources/crash-gcore-command
tag_prefix: crash-gcore-command-
seperator: .