Compare commits
10 Commits
aa35f0eff8
...
1b147a022c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b147a022c | ||
|
|
8cdce7bf34 | ||
|
|
180a58dde0 | ||
|
|
3ba405b75a | ||
|
|
76af888dba | ||
|
|
0a94943a84 | ||
|
|
290e39055e | ||
|
|
c5f5e1f367 | ||
|
|
6a8fe952bc | ||
|
|
92be21f254 |
Binary file not shown.
BIN
crash-gcore-command-1.6.3.tar.gz
Normal file
BIN
crash-gcore-command-1.6.3.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,15 @@
|
|||||||
|
%global reponame crash-gcore
|
||||||
Name: crash-gcore-command
|
Name: crash-gcore-command
|
||||||
Version: 1.3.1
|
Version: 1.6.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Command of Gcore for Crash utility
|
Summary: Command of Gcore for Crash utility
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://people.redhat.com/anderson/extensions/%{name}-%{version}.tar.gz
|
URL: https://github.com/fujitsu/crash-gcore/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: zlib-devel lzo-devel snappy-devel crash-devel >= 5.1.5
|
BuildRequires: zlib-devel lzo-devel snappy-devel crash-devel >= 5.1.5 gcc
|
||||||
Requires: crash >= 5.1.5
|
Requires: crash >= 5.1.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -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,15 @@ install -D %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash
|
|||||||
%{_libdir}/crash/extensions/gcore.so
|
%{_libdir}/crash/extensions/gcore.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 28 2019 daiqianwen <daiqianwen@huawei.com> - 1.3.1-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
4
crash-gcore-command.yaml
Normal file
4
crash-gcore-command.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: eurolinux-enterprise-linux-sources/crash-gcore-command
|
||||||
|
tag_prefix: crash-gcore-command-
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user