Don't ignore error from running autoreconf.
This commit is contained in:
parent
62695db69e
commit
31a06af718
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: hivex
|
Name: hivex
|
||||||
Version: 1.3.7
|
Version: 1.3.7
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Read and write Windows Registry binary hive files
|
Summary: Read and write Windows Registry binary hive files
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -173,7 +173,7 @@ ruby-%{name} contains Ruby bindings for %{name}.
|
|||||||
%patch0 -p1 -b .dirs
|
%patch0 -p1 -b .dirs
|
||||||
%patch2 -p1 -b .rubyvendor
|
%patch2 -p1 -b .rubyvendor
|
||||||
%patch3 -p1 -b .rubyrake
|
%patch3 -p1 -b .rubyrake
|
||||||
autoreconf ||:
|
autoreconf -i
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -294,9 +294,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-4
|
* Fri Feb 15 2013 Richard W.M. Jones <rjones@redhat.com> - 1.3.7-5
|
||||||
- Fix for latest Ruby in Rawhide. Fixes build failure identified
|
- Fix for latest Ruby in Rawhide. Fixes build failure identified
|
||||||
by mass rebuild yesterday.
|
by mass rebuild yesterday.
|
||||||
|
- Don't ignore error from running autoreconf.
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-3
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user