From 5455ed11dccf883f73967141a5036ef4e5b54ee1 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 7 Jan 2016 11:40:46 +0100 Subject: [PATCH] Fix tarball URL. Signed-off-by: Dodji Seketeli --- libabigail.spec | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libabigail.spec b/libabigail.spec index 29696b3..e0b996f 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -8,14 +8,7 @@ Summary: Set of ABI analysis tools License: LGPLv3+ URL: https://sourceware.org/libabigail/ -# This tarball was constructed from pulling the source code of -# libabigail from its Git repository by doing: -# git clone git://sourceware.org/git/libabigail.git -# pushd libabigail -# autoreconf -i -# configure -# make dist -Source0: %{tarball_name}.tar.gz +Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz BuildRequires: libtool BuildRequires: elfutils-devel @@ -133,6 +126,7 @@ fi - Update to upstream 1.0.rc2 - This fixes an important regression in the handling of binaries which debug info have been compressed with dwz. +- Fix source tarball URL. * Wed Jan 6 2016 Dodji Seketeli - 1.0-0.rc1.3 - Run make check in // if possible