!6 update version to 1.2.2

From: @yang_zhuang_zhuang
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-01-29 09:53:27 +08:00 committed by Gitee
commit 12fa4c642b
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
authselect-1.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: authselect Name: authselect
Version: 1.2.1 Version: 1.2.2
Release: 1 Release: 1
Summary: A tool to select system authentication and identity sources from a list of supported profiles Summary: A tool to select system authentication and identity sources from a list of supported profiles
License: GPLv3+ License: GPLv3+
@ -8,7 +8,7 @@ Source0: https://github.com/authselect/authselect/archive/%{version}/%{nam
BuildRequires: autoconf gettext-devel automake libtool popt-devel gdb libcmocka-devel BuildRequires: autoconf gettext-devel automake libtool popt-devel gdb libcmocka-devel
BuildRequires: m4 gcc pkgconfig pkgconfig(popt) po4a asciidoc python3-devel BuildRequires: m4 gcc pkgconfig pkgconfig(popt) po4a asciidoc python3-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel authselect
Requires: grep sed systemd gawk coreutils findutils pam >= 1.3.1 Requires: grep sed systemd gawk coreutils findutils pam >= 1.3.1
Obsoletes: authselect-libs Obsoletes: authselect-libs
Provides: authselect-libs Provides: authselect-libs
@ -63,6 +63,8 @@ autoreconf -ivf
%install %install
%make_install %make_install
cp -a %{_libdir}/libauthselect.so.1* %{buildroot}%{_libdir}
%delete_la_and_a %delete_la_and_a
%check %check
@ -85,6 +87,7 @@ autoreconf -ivf
%{_datadir}/authselect/default/* %{_datadir}/authselect/default/*
%{_datadir}/locale/* %{_datadir}/locale/*
%{_libdir}/libauthselect.so.1* %{_libdir}/libauthselect.so.1*
%{_libdir}/libauthselect.so.3*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -106,6 +109,9 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq
exit 0 exit 0
%changelog %changelog
* Sat Jan 23 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 1.2.2-1
- update to 1.2.2
* Fri Jul 24 2020 Liquor <lirui130@huawei.com> - 1.2.1-1 * Fri Jul 24 2020 Liquor <lirui130@huawei.com> - 1.2.1-1
- update to 1.2.1 - update to 1.2.1