add debug to fix not strip
This commit is contained in:
parent
04938a211a
commit
c73d247bc6
@ -1,10 +1,7 @@
|
|||||||
|
|
||||||
%define debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ukui-biometric-auth
|
Name: ukui-biometric-auth
|
||||||
Summary: ukui-biometric-auth
|
Summary: ukui-biometric-auth
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 12
|
Release: 13
|
||||||
|
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
URL: https://github.com/ukui/ukui-biometric-auth
|
URL: https://github.com/ukui/ukui-biometric-auth
|
||||||
@ -63,12 +60,12 @@ biometric-auth package.
|
|||||||
%build
|
%build
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
%cmake ..
|
||||||
make
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
cd build
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
%{make_install} DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%preun -n libpam-biometric
|
%preun -n libpam-biometric
|
||||||
#pam-auth-update --package --remove pam-biometric
|
#pam-auth-update --package --remove pam-biometric
|
||||||
@ -88,11 +85,14 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
%files -n ukui-polkit
|
%files -n ukui-polkit
|
||||||
%{_sysconfdir}/xdg/*
|
%{_sysconfdir}/xdg/*
|
||||||
%{_prefix}/lib/*
|
%{_prefix}/lib/ukui-polkit
|
||||||
%{_prefix}/share/ukui-biometric/i18n_qm/polkit/*.qm
|
%{_prefix}/share/ukui-biometric/i18n_qm/polkit/*.qm
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 01 2023 peijiankang <peijiankang@kylinos.cn> - 1.2.1-13
|
||||||
|
- add debug to fix not strip
|
||||||
|
|
||||||
* Mon Dec 19 2022 tanyulong <tanyulong@kylinos.cn> - 1.2.1-12
|
* Mon Dec 19 2022 tanyulong <tanyulong@kylinos.cn> - 1.2.1-12
|
||||||
- Username to long and ends the display
|
- Username to long and ends the display
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user