Update to b8863d05565e91bd3fb40d9e9d562be081f09669
Fixes RHBZ#1543803
This commit is contained in:
parent
1d8d24bdfb
commit
6a6602f1f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/kabi-dw-e6af311.tar.gz
|
||||
/kabi-dw-a6bced6.tar.gz
|
||||
/kabi-dw-545535a.tar.gz
|
||||
/kabi-dw-b8863d0.tar.gz
|
||||
|
11
kabi-dw.spec
11
kabi-dw.spec
@ -1,5 +1,5 @@
|
||||
%global commitdate 20180130
|
||||
%global commit 545535ab2d5ea093074f5df5723901756d22f298
|
||||
%global commitdate 20180308
|
||||
%global commit b8863d05565e91bd3fb40d9e9d562be081f09669
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: kabi-dw
|
||||
@ -14,6 +14,7 @@ BuildRequires: elfutils-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: redhat-rpm-config
|
||||
|
||||
%description
|
||||
The aim of kabi-dw is to detect any changes in the ABI between the successive
|
||||
@ -25,6 +26,8 @@ later comparing the text files.
|
||||
%setup -q -n %{name}-%{commit}
|
||||
|
||||
%build
|
||||
#CFLAGS=$RPM_OPT_FLAGS LDFLAGS=$RPM_LD_FLAGS make debug
|
||||
%set_build_flags
|
||||
%make_build debug
|
||||
|
||||
%install
|
||||
@ -37,6 +40,10 @@ install -m 0755 %{name} %{buildroot}%{_bindir}/
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Mar 12 2018 Zamir SUN <zsun@fedoraproject.org> - 0-0.7.20180308gitb8863d0
|
||||
- Update to b8863d05565e91bd3fb40d9e9d562be081f09669
|
||||
- Fixes RHBZ#1543803
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6.20180130git545535a
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kabi-dw-545535a.tar.gz) = 85381e2acee7588265713a3dd50953c46f23652c6d478f6aa24c1c5c98b12ad6a2439164b9dd42f9d3d63ed76a91015a4c129df63c18f4baada4d69a6db2c35e
|
||||
SHA512 (kabi-dw-b8863d0.tar.gz) = dcfb61e04d9731da915b446d638a969936426f7431563cff95ec10b1c985ca95f196c949ca840f8e0fcbe2ed76c57d606f446cb8d6443518631968031b9e1833
|
||||
|
Loading…
Reference in New Issue
Block a user