upgrade to 0.1.4
This commit is contained in:
parent
0552dddf6c
commit
c83d94fa72
@ -5,7 +5,7 @@
|
||||
%global crate ssh-key-dir
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.1.3
|
||||
Version: 0.1.4
|
||||
Release: 1
|
||||
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
|
||||
|
||||
@ -15,7 +15,7 @@ Source: %{crate}-%{version}.crate
|
||||
Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz
|
||||
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: rust-packaging >= 21
|
||||
|
||||
%global _description %{expand:
|
||||
sshd AuthorizedKeysCommand to read key files from ~/.ssh/authorized_keys.d.}
|
||||
@ -67,7 +67,7 @@ EOF
|
||||
%install
|
||||
%cargo_install
|
||||
mkdir -p %{buildroot}%{_libexecdir}
|
||||
mv %{_builddir}/ssh-key-dir-0.1.3/.cargo/bin/ssh-key-dir %{buildroot}%{_libexecdir}
|
||||
mv %{_builddir}/ssh-key-dir-0.1.4/.cargo/bin/ssh-key-dir %{buildroot}%{_libexecdir}
|
||||
install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key-dir.conf
|
||||
|
||||
%if %{with check}
|
||||
@ -76,6 +76,9 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Nov 08 2022 duyiwei <duyiwei@kylinos.cn> - 0.1.4-1
|
||||
- upgrade version to 0.1.4
|
||||
|
||||
* Tue Jun 07 2022 duyiwei <duyiwei@kylinos.cn> - 0.1.3-1
|
||||
- upgrade to 0.1.3
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
ssh-key-dir-0.1.4-vendor.tar.gz
Normal file
BIN
ssh-key-dir-0.1.4-vendor.tar.gz
Normal file
Binary file not shown.
BIN
ssh-key-dir-0.1.4.crate
Normal file
BIN
ssh-key-dir-0.1.4.crate
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user