!10 Fix unsafe compile option STRIP
From: @ccdxx Reviewed-by: @duyiwei7w Signed-off-by: @duyiwei7w
This commit is contained in:
commit
aa019ea8df
@ -1,4 +1,3 @@
|
||||
%define debug_package %{nil}
|
||||
%bcond_without check
|
||||
%global __cargo_skip_build 0
|
||||
|
||||
@ -6,10 +5,10 @@
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.1.4
|
||||
Release: 1
|
||||
Release: 3
|
||||
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
|
||||
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: https://crates.io/crates/ssh-key-dir
|
||||
Source: %{crate}-%{version}.crate
|
||||
Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz
|
||||
@ -24,7 +23,7 @@ sshd AuthorizedKeysCommand to read key files from ~/.ssh/authorized_keys.d.}
|
||||
|
||||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
License: ASL 2.0 and MIT
|
||||
License: Apache-2.0 and MIT
|
||||
Requires: openssh-server
|
||||
Requires(post): openssh-server
|
||||
Requires(post): systemd
|
||||
@ -76,6 +75,12 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 0.1.4-3
|
||||
- License compliance rectification
|
||||
|
||||
* 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
|
||||
- upgrade version to 0.1.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user