Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/crash-gcore-command.git#e0ed4662132fe0da3823aa51817562c59c23d54b
This commit is contained in:
parent
bfb0bc8d5c
commit
f89998f1fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/crash-gcore-command-1.6.2.tar.gz
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# crash-gcore-command
|
||||
|
||||
The crash-gcore-command package
|
38
crash-gcore-command.spec
Normal file
38
crash-gcore-command.spec
Normal file
@ -0,0 +1,38 @@
|
||||
%global reponame crash-gcore
|
||||
|
||||
Summary: Gcore extension module for the crash utility
|
||||
Name: crash-gcore-command
|
||||
Version: 1.6.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/fujitsu/crash-gcore
|
||||
ExclusiveOS: Linux
|
||||
ExclusiveArch: aarch64 ppc64le x86_64
|
||||
BuildRequires: crash-devel >= 5.1.5
|
||||
BuildRequires: gcc
|
||||
Requires: crash >= 5.1.5
|
||||
|
||||
%description
|
||||
Command for creating a core dump file of a user-space task that was
|
||||
running in a kernel dump file.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{reponame}-%{version}
|
||||
|
||||
%build
|
||||
%make_build -C src -f gcore.mk
|
||||
|
||||
%install
|
||||
install -m 0755 -d %{buildroot}%{_libdir}/crash/extensions
|
||||
install -m 0755 -t %{buildroot}%{_libdir}/crash/extensions %{_builddir}/%{reponame}-%{version}/src/gcore.so
|
||||
|
||||
%files
|
||||
%dir %{_libdir}/crash
|
||||
%dir %{_libdir}/crash/extensions
|
||||
%{_libdir}/crash/extensions/gcore.so
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Jan 22 2021 HATAYAMA Daisuke <d.hatayama@fujitsu.com> - 1.6.2-1
|
||||
- Initial crash-gcore-command package
|
Loading…
Reference in New Issue
Block a user