Update to bd56a60
Signed-off-by: Zamir SUN <sztsian@gmail.com>
This commit is contained in:
parent
2db60a3ff6
commit
b9314a8a33
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/kabi-dw-b8863d0.tar.gz
|
||||
/kabi-dw-626d942.tar.gz
|
||||
/kabi-dw-6fbd644.tar.gz
|
||||
/kabi-dw-bd56a6004d5d409d7d03c386400da3f49a8c4c03.tar.gz
|
||||
|
18
kabi-dw.spec
18
kabi-dw.spec
@ -1,14 +1,17 @@
|
||||
%global commitdate 20181112
|
||||
%global commit 6fbd644f618ca73b910fe7661b0198382ad45b9b
|
||||
%global forgeurl https://github.com/skozina/kabi-dw
|
||||
%global commitdate 20190729
|
||||
%global commit bd56a6004d5d409d7d03c386400da3f49a8c4c03
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%forgemeta -i
|
||||
|
||||
Name: kabi-dw
|
||||
Version: 0
|
||||
Release: 0.14.%{commitdate}git%{shortcommit}%{?dist}
|
||||
Release: 0.15%{?dist}
|
||||
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
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: gcc
|
||||
@ -24,7 +27,7 @@ builds of the Linux kernel. This is done by dumping the DWARF type information
|
||||
later comparing the text files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{commit}
|
||||
%forgesetup
|
||||
|
||||
%build
|
||||
#CFLAGS=$RPM_OPT_FLAGS LDFLAGS=$RPM_LD_FLAGS make debug
|
||||
@ -41,6 +44,9 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Nov 27 2019 Zamir SUN <zsun@fedoraproject.org> - 0-0.15.20191127gitbd56a60
|
||||
- Update to bd56a60
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.14.20181112git6fbd644
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kabi-dw-6fbd644.tar.gz) = 3b4eef0f4bb8146a51f9b632d988f4aaed2a674a35f5e2a26066524fe3bc9aa9b9f55780240f0c3b5020d8f0111a97a029f5540268f1c2fdc422e66f39437711
|
||||
SHA512 (kabi-dw-bd56a6004d5d409d7d03c386400da3f49a8c4c03.tar.gz) = 04fabb705b9e6161999c31c9ec542f205756e2e1797ebf564642a9ad12ef86ed2008acb6862be8d70acc6558f7f5555ee194507abbd003ceff4d46f5b767dd38
|
||||
|
Loading…
Reference in New Issue
Block a user