diff --git a/sblim-wbemcli.spec b/sblim-wbemcli.spec index 6cec9ea..b553f0d 100644 --- a/sblim-wbemcli.spec +++ b/sblim-wbemcli.spec @@ -1,6 +1,6 @@ Name: sblim-wbemcli Version: 1.6.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: SBLIM WBEM Command Line Interface Group: Applications/System @@ -14,6 +14,7 @@ Patch3: sblim-wbemcli-1.6.2-dot-in-username-password.patch BuildRequires: curl-devel >= 7.9.3 BuildRequires: binutils-devel >= 2.17.50.0.3-4 +BuildRequires: autoconf automake libtool pkgconfig Requires: curl >= 7.9.3 %description @@ -23,6 +24,7 @@ scripts. %prep %setup -q +autoreconf --install --force %patch0 -p1 -b .gcc43 %patch1 -p1 -b .gcc47 %patch2 -p1 -b .https-segfaults @@ -42,6 +44,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Tue Feb 18 2014 Vitezslav Crhonek - 1.6.2-10 +- Support aarch64 + Resolves: #926488 + * Thu Jan 30 2014 Vitezslav Crhonek - 1.6.2-9 - Fix wbemcli doesn't accept dot (.) as password character on command line Resolves: #959885