remove exit 0

This commit is contained in:
Tom Callaway 2015-09-21 09:26:23 -04:00
parent 0753dafe29
commit 1c5e887700

View File

@ -6,7 +6,7 @@
Name: libvpx Name: libvpx
Summary: VP8 Video Codec SDK Summary: VP8 Video Codec SDK
Version: 1.4.0 Version: 1.4.0
Release: 5%{?dist} Release: 6%{?dist}
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: https://libvpx.webm.googlecode.com/archive/v%{version}.tar.gz Source0: https://libvpx.webm.googlecode.com/archive/v%{version}.tar.gz
@ -101,8 +101,6 @@ sed -i "s|NM=armv7hl-redhat-linux-gnueabi-nm|NM=nm|g" examples-%{vpxtarget}.mk
sed -i "s|NM=armv7hl-redhat-linux-gnueabi-nm|NM=nm|g" docs-%{vpxtarget}.mk sed -i "s|NM=armv7hl-redhat-linux-gnueabi-nm|NM=nm|g" docs-%{vpxtarget}.mk
%endif %endif
exit 0
make %{?_smp_mflags} verbose=true make %{?_smp_mflags} verbose=true
%if %{generic_target} %if %{generic_target}
@ -181,6 +179,9 @@ popd
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Mon Sep 21 2015 Tom Callaway <spot@fedoraproject.org> - 1.4.0-6
- remove exit 0
* Tue Sep 15 2015 Tom Callaway <spot@fedoraproject.org> - 1.4.0-5 * Tue Sep 15 2015 Tom Callaway <spot@fedoraproject.org> - 1.4.0-5
- set --size-limit=16384x16384 to avoid CVE-2015-1258 - set --size-limit=16384x16384 to avoid CVE-2015-1258