%global srcname fast_tls %global p1_utils_ver 1.0.16 Name: erlang-%{srcname} Version: 1.1.2 Release: 2%{?dist} License: ASL 2.0 Summary: TLS / SSL native driver for Erlang / Elixir URL: https://github.com/processone/%{srcname}/ Source0: https://github.com/processone/%{srcname}/archive/%{version}/fast_tls-%{version}.tar.gz # Set the default cipher list to PROFILE=SYSTEM. # https://fedoraproject.org/wiki/Packaging:CryptoPolicies Patch0: 0000-Use-the-system-ciphers-by-default.patch Provides: erlang-p1_tls = %{version}-%{release} Obsoletes: erlang-p1_tls < 1.0.1 BuildRequires: gcc BuildRequires: erlang-p1_utils >= %{p1_utils_ver} BuildRequires: erlang-rebar BuildRequires: openssl-devel Requires: erlang-p1_utils >= %{p1_utils_ver} %description TLS / SSL native driver for Erlang / Elixir. This is used by ejabberd. %prep %autosetup -p1 -n %{srcname}-%{version} %build %{rebar_compile} %check %{rebar_eunit} %install install -d $RPM_BUILD_ROOT%{_erllibdir}/%{srcname}-%{version}/priv/lib install -pm755 priv/lib/* $RPM_BUILD_ROOT%{_erllibdir}/%{srcname}-%{version}/priv/lib/ %{erlang_install} %files %license LICENSE.txt %doc CHANGELOG.md %doc README.md %{erlang_appdir} %changelog * Tue Nov 26 2019 Randy Barlow - 1.1.2-2 - Bring fast_tls back to s390x (#1772967). * Thu Nov 14 2019 Randy Barlow - 1.1.2-1 - Update to 1.1.2 (#1742457). - https://github.com/processone/fast_tls/blob/1.1.2/CHANGELOG.md - Add an exclusion on s390x (#1770256). * Wed Jul 24 2019 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 05 2019 Randy Barlow - 1.1.1-1 - Update to 1.1.1 (#1713299). - https://github.com/processone/fast_tls/blob/1.1.1/CHANGELOG.md * Tue Apr 16 2019 Randy Barlow - 1.1.0-1 - Update to 1.1.0 (#1683114). - https://github.com/processone/fast_tls/blob/1.1.0/CHANGELOG.md * Thu Feb 21 2019 Peter Lemenkov - 1.0.26-3 - Rebuild for Erlang 21 * Thu Jan 31 2019 Fedora Release Engineering - 1.0.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Dec 09 2018 Randy Barlow - 1.0.26-1 - Update to 1.0.26. - https://github.com/processone/fast_tls/blob/1.0.26/CHANGELOG.md * Sun Oct 14 2018 Randy Barlow - 1.0.25-1 - Update to 1.0.25. - https://github.com/processone/fast_tls/blob/1.0.25/CHANGELOG.md * Tue Jul 31 2018 Florian Weimer - 1.0.23-2 - Rebuild with fixed binutils * Sun Jul 29 2018 Randy Barlow - 1.0.23-1 - Update to 1.0.23 (#1596198). - https://github.com/processone/fast_tls/blob/1.0.23/CHANGELOG.md * Fri Jul 13 2018 Fedora Release Engineering - 1.0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 09 2018 Randy Barlow - 1.0.22-1 - Upgrade to 1.0.22 (#1571777). - https://github.com/processone/fast_tls/blob/1.0.22/CHANGELOG.md * Tue Mar 27 2018 Randy Barlow - 1.0.21-1 - Upgrade to 1.0.21 (#1559641). - https://github.com/processone/fast_tls/blob/1.0.21/CHANGELOG.md * Sun Mar 25 2018 Randy Barlow - 1.0.20-4 - Explicitly require a version of p1_utils. * Thu Feb 22 2018 Randy Barlow - 1.0.20-3 - Rebuild for Erlang 20. * Wed Feb 07 2018 Fedora Release Engineering - 1.0.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Jan 14 2018 Randy Barlow - 1.0.20-1 - Update to 1.0.20 (#1515218). - https://github.com/processone/fast_tls/blob/1.0.20/CHANGELOG.md