From dc6fc26a0f346eeca6221901a5410f088ddc1e51 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 25 Feb 2021 18:35:18 +0100 Subject: [PATCH] Update to upstream 1.8.2 point release Require dpkg and koji only on Fedora builds only, as well. Signed-off-by: Dodji Seketeli --- libabigail.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libabigail.spec b/libabigail.spec index 2690fe8..db1a6b5 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -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 - 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 - 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: