Compare commits

...
Author SHA1 Message Date
openeuler-ci-bot d20b2e94e2 !25 Update Source0, URL, add Source1 and update tarball from upstream release
From: @tong_1001
Reviewed-by: @licihua
Signed-off-by: @licihua
2020-12-14 10:55:38 +08:00
sxt1001 3e711de998 Update Source0, URL, add Source1 and update tarball from upstream release 2020-12-14 10:39:36 +08:00
openeuler-ci-bot 09c8710e2a !13 Restore Source0 and URL
Merge pull request !13 from 桐小哥/openEuler-20.09
2020-09-09 11:07:43 +08:00
桐小哥 9901b5d996 Restore Source0 and URL 2020-09-08 17:21:21 +08:00
3 changed files with 11 additions and 3 deletions
Binary file not shown.
+11 -3
View File
@@ -1,10 +1,11 @@
Name: crash
Version: 7.2.8
Release: 2
Release: 4
Summary: Linux kernel crash utility.
License: GPLv3
URL: https://github.com/crash-utility/crash
Source0: https://github.com/crash-utility/%{name}/archive/%{name}-%{version}.tar.gz
URL: https://crash-utility.github.io
Source0: https://github.com/crash-utility/crash/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz
Patch0: lzo_snappy.patch
Patch1: use_system_readline_v3.patch
@@ -44,6 +45,7 @@ created by manufacturer-specific firmware.
%autosetup -n %{name}-%{version} -p1
%build
cp %{SOURCE1} .
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
%install
@@ -75,6 +77,12 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h
%{_mandir}/man8/crash.8*
%changelog
* Sat Dec 12 2020 shixuantong <shixuantong@huawei.com> - 7.2.8-4
- Update Source0, URL, add Source1 and update tarball from upstream release
* Tue Sep 8 2020 shixuantong <shixuantong@huawei.com> - 7.2.8-3
- Restore Source0 and URL
* Tue Jul 28 2020 xinghe <xinghe1@huawei.com> - 7.2.8-2
- repair the source0
BIN
View File
Binary file not shown.