From 9c0f7304dc9ae71e4f837a5936d34dec0ea01a47 Mon Sep 17 00:00:00 2001 From: Marcel Wysocki Date: Apr 24 2013 02:21:05 +0000 Subject: add libtool builddep --- diff --git a/libpar2.spec b/libpar2.spec index ef6777f..61b3003 100644 --- a/libpar2.spec +++ b/libpar2.spec @@ -1,6 +1,6 @@ Name: libpar2 Version: 0.2 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Library for performing comman tasks related to PAR recovery sets Group: System Environment/Libraries @@ -11,7 +11,7 @@ Patch0: libpar2-0.2-cancel.patch Patch1: libpar2-0.2-bugfixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libsigc++20-devel +BuildRequires: libsigc++20-devel libtool BuildRequires: sed %description @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}/include/ %changelog +* Wed Apr 24 2013 Marcel Wysocki - 0.2-17 +- add libtool builddep to fix build + * Wed Apr 24 2013 Marcel Wysocki - 0.2-16 - fix aarch64 build #925858