diff --git a/thrift.spec b/thrift.spec index 3c7e5ad..3d0dc8a 100644 --- a/thrift.spec +++ b/thrift.spec @@ -50,7 +50,7 @@ Name: thrift Version: 0.10.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Software framework for cross-language services development # Parts of the source are used under the BSD and zlib licenses, but @@ -532,6 +532,9 @@ find %{buildroot} -name \*.py -exec grep -q /usr/bin/env {} \; -print | xargs -r %doc LICENSE NOTICE %changelog +* Wed Jul 18 2018 Christopher Tubbs - 0.10.0-15 +- Rebuild to address transient error + * Wed Jul 18 2018 Christopher Tubbs - 0.10.0-14 - Migrate to python3; rhbz#1533306