Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1b147a022c
!6 Modify invalid Source and URL
From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-11-15 01:04:03 +00:00
starlet-dx
8cdce7bf34 Modify invalid Source and URL 2022-11-14 15:15:25 +08:00
openeuler-ci-bot
180a58dde0
!4 openEuler-22.03-LTS-Next Packages upgrade
Merge pull request !4 from xu_ping/openEuler-22.03-LTS-Next
2022-01-26 11:28:35 +00:00
cherry530
3ba405b75a remove unuse files 2022-01-25 16:31:32 +08:00
openeuler-ci-bot
76af888dba !3 增加构建依赖gcc
From: @bzg1107
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-02 14:52:35 +08:00
baizg1107
0a94943a84 add build requires 2021-06-02 11:06:54 +08:00
openeuler-ci-bot
290e39055e !2 【轻量级 PR】:更正 tag_prefix
Merge pull request !2 from Shinwell_Hu/N/A
2020-07-08 14:30:43 +08:00
Shinwell_Hu
c5f5e1f367 更正 tag_prefix 2020-06-18 20:05:21 +08:00
openeuler-ci-bot
6a8fe952bc !1 add yaml file
Merge pull request !1 from Captain.Wei/master
2020-05-19 10:07:12 +08:00
Captain Wei
92be21f254 add yaml file 2020-05-11 09:29:22 +08:00
4 changed files with 22 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,15 @@
%global reponame crash-gcore
Name: crash-gcore-command
Version: 1.3.1
Release: 1
Version: 1.6.3
Release: 2
Summary: Command of Gcore for Crash utility
License: GPLv2
URL: http://people.redhat.com/anderson/extensions/%{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
URL: https://github.com/fujitsu/crash-gcore/
Source: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz
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
%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.
%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,15 @@ install -D %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash
%{_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

4
crash-gcore-command.yaml Normal file
View File

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