Update to upstream 1.8.2 point release

Require dpkg and koji only on Fedora builds only, as well.

Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
Dodji Seketeli 2021-02-25 18:35:18 +01:00
parent 0ed37b92ea
commit dc6fc26a0f

View File

@ -2,20 +2,14 @@
%global tarball_name %{name}-%{version}
Name: libabigail
Version: 1.8.1
Version: 1.8.2
Release: 1%{?dist}
Summary: Set of ABI analysis tools
License: LGPLv3+
URL: https://sourceware.org/libabigail/
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz
# The tarball is built from the content of the git repository by doing:
# git clone git://sourceware.org/git/libabigail.git --branch libabigail-1.8
# cd libabigail
# git checkout lbiabigail-1.8.1
# autoreconf -i
# configure
# make dist
BuildRequires: gcc-c++
BuildRequires: libtool
@ -25,10 +19,12 @@ BuildRequires: doxygen
BuildRequires: python3-sphinx
BuildRequires: texinfo
BuildRequires: dos2unix
%if 0%{?fedora}
BuildRequires: dpkg
BuildRequires: wget
BuildRequires: koji
BuildRequires: python3-koji
%endif
BuildRequires: wget
%description
The libabigail package comprises seven command line utilities:
@ -164,6 +160,10 @@ fi
%endif
%changelog
* Thu Feb 25 2021 Dodji Seketeli <dodji@redhat.com> - 1.8.2-1
- Update to upstream 1.8.2 point release
- Require dpkg and koji only on Fedora builds only.
* Wed Jan 27 2021 Dodji Seketeli <dodji@seketeli.org> - 1.8.1-1
- Update to upstream fixes up to libabigail-1.8.1
This encompasses this fixes, compared to the last 1.8 release: