From 2ab4ffc1b4b33ee7cfc2173cea39a2ef1ffa661b Mon Sep 17 00:00:00 2001 From: wb-zmy745940 Date: Wed, 16 Mar 2022 16:26:30 +0800 Subject: [PATCH] Set with_user_nsswitch=0 enforce_authselect=1 --- authselect.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/authselect.spec b/authselect.spec index be75573..d7d4cfa 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # Do not terminate build if language files are empty. %define _empty_manifest_terminate_build 0 @@ -15,8 +15,8 @@ Source0: %{url}/archive/refs/tags/%{version}.tar.gz %global with_compat 1 -%global with_user_nsswitch 1 -%global enforce_authselect 0 +%global with_user_nsswitch 0 +%global enforce_authselect 1 BuildRequires: autoconf BuildRequires: automake @@ -324,5 +324,8 @@ fi exit 0 %changelog +* Wed Mar 16 2022 Mingyue Zhao - 1.3.0-2 +- Set with_user_nsswitch=0 enforce_authselect=1 + * Thu Mar 10 2022 Mingyue Zhao - 1.3.0-1 - Init for Anolis OS 23 -- Gitee