diff --git a/python3-gssapi.spec b/python3-gssapi.spec index 105f605..4cd71e1 100644 --- a/python3-gssapi.spec +++ b/python3-gssapi.spec @@ -7,7 +7,7 @@ Name: python3-gssapi Version: 1.3.0 -Release: 1%{?dist} +Release: 4%{?dist} Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -63,14 +63,23 @@ Requires: %{python3}-decorator %files -n %{python3}-gssapi -%doc README.txt -%license LICENSE.txt +%doc README.txt LICENSE.txt %{python3_sitearch}/gssapi %{python3_sitearch}/gssapi-%{version}-py%{python3_version}.egg-info %changelog -* Thu Jan 04 2017 Robbie Harwood - 1.3.0-1 -- Initial import -- Resolves: #1529318 -- Resolves: #1531288 +* Thu Oct 31 2019 Robbie Harwood - 1.3.0-4 +- Fix workaround so that we provide python34-gssapi +- Resolves: #1763080 + +* Tue Sep 24 2019 Robbie Harwood - 1.3.0-3 +- More of the same +- Resolves: #1755043 + +* Tue Sep 24 2019 Robbie Harwood - 1.3.0-2 +- Try again at making the specfile work +- Resolves: #1755043 + +* Thu Jan 10 2017 Robbie Harwood - 1.3.0-1 +- Minor changes to el7 to enable building on el6