diff --git a/authselect.spec b/authselect.spec index be755735306c1f6926ad7d51e1bdc5385a6d1b99..d7d4cfa1256f9e82f74fc28b30ca0f6ee9fc7c90 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