Fix unsafe compile option STRIP
This commit is contained in:
parent
0eb5b06074
commit
ebad677d9d
@ -1,4 +1,3 @@
|
|||||||
%define debug_package %{nil}
|
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
%global __cargo_skip_build 0
|
%global __cargo_skip_build 0
|
||||||
|
|
||||||
@ -6,7 +5,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.1.4
|
Version: 0.1.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
|
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -76,6 +75,9 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 09 2022 chendexi <chendexi@kylinos.cn> -0.1.4-2
|
||||||
|
- Fix unsafe compile option STRIP
|
||||||
|
|
||||||
* Tue Nov 08 2022 duyiwei <duyiwei@kylinos.cn> - 0.1.4-1
|
* Tue Nov 08 2022 duyiwei <duyiwei@kylinos.cn> - 0.1.4-1
|
||||||
- upgrade version to 0.1.4
|
- upgrade version to 0.1.4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user