diff --git a/erlang-fast_xml.spec b/erlang-fast_xml.spec index 3736e40..ab5f9d3 100644 --- a/erlang-fast_xml.spec +++ b/erlang-fast_xml.spec @@ -4,16 +4,13 @@ Name: erlang-%{srcname} Version: 1.1.37 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Summary: Fast Expat based Erlang XML parsing and manipulation library URL: https://github.com/processone/fast_xml/ Source0: https://github.com/processone/fast_xml/archive/%{version}/%{srcname}-%{version}.tar.gz -# Remove this when https://bugzilla.redhat.com/show_bug.cgi?id=1770256 is resolved -ExcludeArch: s390x - Provides: erlang-p1_xml = %{version}-%{release} Obsoletes: erlang-p1_xml < 1.1.11 @@ -61,6 +58,9 @@ install -p -D -m 755 priv/lib/* --target-directory=$RPM_BUILD_ROOT%{_erllibdir}/ %changelog +* Tue Nov 26 2019 Randy Barlow - 1.1.37-2 +- Bring fast_xml back to s390x (#1772968). + * Thu Nov 14 2019 Randy Barlow - 1.1.37-1 - Update to 1.1.37 (#1742456). - https://github.com/processone/fast_xml/blob/1.1.37/CHANGELOG.md