!12 update to upstream version 1.2.3-1

From: @hua_yadong 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-02-25 07:57:46 +00:00 committed by Gitee
commit 0d4054889c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,14 +3,14 @@
Name: ukui-biometric-auth Name: ukui-biometric-auth
Summary: ukui-biometric-auth Summary: ukui-biometric-auth
Version: 1.2.1 Version: 1.2.3
Release: 3 Release: 1
License: GPL-3+ License: GPL-3+
URL: https://github.com/ukui/ukui-biometric-auth URL: https://github.com/ukui/ukui-biometric-auth
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake qt5-qtbase-devel pam-devel polkit-qt5-1-devel qt5-qttools-devel pkg-config BuildRequires: cmake qt5-qtbase-devel pam-devel polkit-qt5-1-devel qt5-qttools-devel pkg-config opencv glib2-devel
Requires: cmake qt5-qtbase-devel pam-devel polkit-qt5-1-devel qt5-qttools-devel pkg-config Requires: cmake qt5-qtbase-devel pam-devel polkit-qt5-1-devel qt5-qttools-devel pkg-config
%description %description
@ -48,17 +48,15 @@ biometric-auth package.
mkdir build mkdir build
cd build cd build
cmake .. cmake ..
make make -j32
%install %install
cd build cd build
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
%preun -n libpam-biometric %preun -n libpam-biometric
#pam-auth-update --package --remove pam-biometric
%post -n libpam-biometric %post -n libpam-biometric
#pam-auth-update --package
%files -n libpam-biometric %files -n libpam-biometric
%{_sysconfdir}/biometric-auth/ukui-biometric.conf %{_sysconfdir}/biometric-auth/ukui-biometric.conf
@ -77,6 +75,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog %changelog
* Tue Feb 22 2022 huayadong <huayadong@kylinos.cn> - 1.2.3-1
- update to upstream version 1.2.3-1
* Tue Feb 22 2022 douyan <douyan@kylinos.cn> - 1.2.1-3 * Tue Feb 22 2022 douyan <douyan@kylinos.cn> - 1.2.1-3
- fix libpam-biometric uninstall error - fix libpam-biometric uninstall error