Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:39:53 +02:00
parent 427fba1567
commit a5d2592763

View File

@ -1,6 +1,6 @@
Name: authselect
Version: 0.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Configures authentication and identity sources from supported profiles
URL: https://github.com/pbrezina/authselect
@ -177,6 +177,9 @@ fi
exit 0
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4-4
- Rebuilt for Python 3.7
* Mon May 14 2018 Pavel Březina <pbrezina@redhat.com> - 0.4-3
- Disable sssd as sudo rules source with sssd profile by default (RHBZ #1573403)