Support aarch64

This commit is contained in:
Vitezslav Crhonek 2014-02-18 13:52:39 +01:00
parent 0f7d0ee85f
commit 3a39a0faf0

View File

@ -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 <vcrhonek@redhat.com> - 1.6.2-10
- Support aarch64
Resolves: #926488
* Thu Jan 30 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-9
- Fix wbemcli doesn't accept dot (.) as password character on command line
Resolves: #959885