Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
774452f588
!4 Replace openEuler with vendor
From: @wk333 
Reviewed-by: @caodongxia, @xiexiuqi 
Signed-off-by: @xiexiuqi
2022-11-17 09:30:39 +00:00
wk333
ed29df337c Replace openEuler with vendor 2022-11-17 16:44:24 +08:00
openeuler-ci-bot
880e4ab1a9 !3 rpmbuild构建kabi-dw过程出现multiple definition
From: @arick_liu
Reviewed-by: @xiexiuqi
Signed-off-by: @xiexiuqi
2021-08-05 03:44:55 +00:00
liushaofei
37bf5de1a5 fix kabi-dw software 2021-08-03 21:05:18 +08:00
openeuler-ci-bot
defcfdd027 !1 初始化软件包 kabi-dw
Merge pull request !1 from tushenmei/master
2020-09-01 16:00:24 +08:00
tushenmei
bf42271564 update kabi-dw.yaml. 2020-09-01 10:28:09 +08:00
tushenmei
185b151679 Merge branch 'master' of https://gitee.com/tushenmei/kabi-dw 2020-08-31 21:26:11 +08:00
tushenmei
a7f9fc746b init 2020-08-31 21:25:21 +08:00
tushenmei
49658bcbe8 update kabi-dw.yaml. 2020-08-29 16:49:41 +08:00
tushenmei
ed0b151c0b 删除文件 kabi-dw-0-2.oe1.aarch64.rpm 2020-08-28 17:34:48 +08:00
4 changed files with 21 additions and 6 deletions

Binary file not shown.

View File

@ -0,0 +1,8 @@
--- ./parser.h.xiugai 2021-08-03 20:48:31.260494920 +0800
+++ ./parser.h 2021-08-03 20:48:45.900664125 +0800
@@ -30,4 +30,4 @@
int yylex();
int yyerror(obj_t **root, char *s);
-FILE *yyin;
+extern FILE *yyin;

View File

@ -1,14 +1,16 @@
%global commitdate 20181112
%global commit 6fbd644f618ca73b910fe7661b0198382ad45b9b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler}
Name: kabi-dw
Version: 0
Release: 1
Release: 3
Summary: Detect changes in the ABI between kernel builds
License: GPLv3+
URL: https://github.com/skozina/%{name}
Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
BuildRequires: elfutils-devel gcc bison flex glib2-devel redhat-rpm-config
Patch0: kabi-dw-multiple-definition-yyin.patch
BuildRequires: elfutils-devel gcc bison flex glib2-devel %{vendor}-rpm-config
%description
The aim of kabi-dw is to detect any changes in the ABI between the successive
builds of the Linux kernel. This is done by dumping the DWARF type information
@ -17,7 +19,7 @@ later comparing the text files.
%prep
%setup -q -n %{name}-%{commit}
%patch0 -p1
%build
%set_build_flags
%make_build
@ -32,5 +34,11 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
%license COPYING
%changelog
* Thu Nov 17 2022 wangkai <wangkai385@h-partners.com> - 0-3
- Replace openEuler with vendor
* Mon Aug 2 2021 liushaofei <liushaofei5@huawei.com> - 0-2
- fix multiple definition
* Wed Aug 12 2020 tuShenmei <tushenmei@huawei.com> - 0-1
- package init

View File

@ -1,5 +1,4 @@
---
version_control: github
src_repo: skozina/kabi-dw
tag_prefix: NA
separator: NA
tag_prefix: ""
separator: ""