From eae9dbaede6371d37da2466272455cbed286d87a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 20 2018 14:12:07 +0000 Subject: Provide authconfig We don't want to break tools and it's 1:1 replacement. Signed-off-by: Igor Gnatenko --- diff --git a/authselect.spec b/authselect.spec index 4ac8450..777e85c 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,6 +1,6 @@ Name: authselect Version: 0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Configures authentication and identity sources from supported profiles URL: https://github.com/pbrezina/authselect @@ -41,6 +41,7 @@ command line tool and any other potential front-ends. %package compat Summary: Tool to provide minimum backwards compatibility with authconfig Obsoletes: authconfig < 7.0.1-6 +Provides: authconfig BuildRequires: python3-devel Requires: authselect%{?_isa} = %{version}-%{release} Recommends: sssd @@ -125,6 +126,9 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \; %{_mandir}/man7/authselect-migration.7* %changelog +* Tue Feb 20 2018 Igor Gnatenko - 0.3-3 +- Provide authconfig + * Tue Feb 20 2018 Igor Gnatenko - 0.3-2 - Properly own all appropriate directories - Remove unneeded %%defattr