From a5d2592763beb8e79b5a5805e2fb56aaba688ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:39:53 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- authselect.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/authselect.spec b/authselect.spec index 37a930a..5d6d630 100644 --- a/authselect.spec +++ b/authselect.spec @@ -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 - 0.4-4 +- Rebuilt for Python 3.7 + * Mon May 14 2018 Pavel Březina - 0.4-3 - Disable sssd as sudo rules source with sssd profile by default (RHBZ #1573403)