diff --git a/authselect.spec b/authselect.spec index 46fab6cba70653a22d40a4bd5662e1730a2bc358..838ca3373c9b8d4c10e5c159e61294cc2fdd99ef 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,9 +1,10 @@ +%define anolis_release .0.1 # Do not terminate build if language files are empty. %define _empty_manifest_terminate_build 0 Name: authselect Version: 1.2.2 -Release: 3%{?dist} +Release: 3%{anolis_release}%{?dist} Summary: Configures authentication and identity sources from supported profiles URL: https://github.com/authselect/authselect @@ -290,6 +291,9 @@ exit 0 exit 0 %changelog +* Thu Feb 24 2022 Weitao Zhou - 1.2.2-3.0.1 +- Rebuild on platform-python + * Wed Jul 14 2021 Pavel Březina - 1.2.2-3 - Update translations (RHBZ #1961625)