update to upstream version 1.2.3-1

This commit is contained in:
huayadong 2022-02-22 15:48:01 +08:00
parent ed9255001e
commit f8c0f55788
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