import rust-ssh-key-dir-0.1.4-1.el9

This commit is contained in:
CentOS Sources 2023-03-28 12:01:09 +00:00 committed by Stepan Oksanichenko
parent cacd1ffef1
commit 7556e0438e
3 changed files with 12 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/ssh-key-dir-0.1.3-vendor.tar.gz
SOURCES/ssh-key-dir-0.1.3.crate
SOURCES/ssh-key-dir-0.1.4-vendor.tar.gz
SOURCES/ssh-key-dir-0.1.4.crate

View File

@ -1,2 +1,2 @@
370ca051e07f8c6960e0b4d680f0f772fdb1723e SOURCES/ssh-key-dir-0.1.3-vendor.tar.gz
b608cb74bc7a159ad4c1e0d9cc07fcc5b8001479 SOURCES/ssh-key-dir-0.1.3.crate
20231db85169a7aaacac094fb2b1b7d6d0fa36f6 SOURCES/ssh-key-dir-0.1.4-vendor.tar.gz
82075ed3d4e064d9138f82ff1ad08fd7187cdffa SOURCES/ssh-key-dir-0.1.4.crate

View File

@ -1,12 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 22
%bcond_without check
%global __cargo_skip_build 0
%global crate ssh-key-dir
Name: rust-%{crate}
Version: 0.1.3
Release: 2%{?dist}
Version: 0.1.4
Release: 1%{?dist}
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
# Upstream license specification: Apache-2.0
@ -21,7 +20,7 @@ ExclusiveArch: %{rust_arches}
%if 0%{?rhel} && !0%{?eln}
BuildRequires: rust-toolset
%else
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%endif
%global _description %{expand:
@ -97,6 +96,10 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key
%endif
%changelog
* Fri Oct 14 2022 Steven Presti <spresti@redhat.com> - 0.1.4-1
- New release
- Regenerate with rust2rpm 22
* Wed Mar 09 2022 Timothée Ravier <tim@siosm.fr> - 0.1.3-2
- Remove Windows binaries from vendor tarball