import rust-ssh-key-dir-0.1.4-1.el9
This commit is contained in:
parent
dffe4b866f
commit
3572182dfd
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/ssh-key-dir-0.1.3-vendor.tar.gz
|
SOURCES/ssh-key-dir-0.1.4-vendor.tar.gz
|
||||||
SOURCES/ssh-key-dir-0.1.3.crate
|
SOURCES/ssh-key-dir-0.1.4.crate
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
370ca051e07f8c6960e0b4d680f0f772fdb1723e SOURCES/ssh-key-dir-0.1.3-vendor.tar.gz
|
20231db85169a7aaacac094fb2b1b7d6d0fa36f6 SOURCES/ssh-key-dir-0.1.4-vendor.tar.gz
|
||||||
b608cb74bc7a159ad4c1e0d9cc07fcc5b8001479 SOURCES/ssh-key-dir-0.1.3.crate
|
82075ed3d4e064d9138f82ff1ad08fd7187cdffa SOURCES/ssh-key-dir-0.1.4.crate
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
# Generated by rust2rpm 13
|
# Generated by rust2rpm 22
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
%global __cargo_skip_build 0
|
|
||||||
|
|
||||||
%global crate ssh-key-dir
|
%global crate ssh-key-dir
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.1.3
|
Version: 0.1.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
|
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -21,7 +20,7 @@ ExclusiveArch: %{rust_arches}
|
|||||||
%if 0%{?rhel} && !0%{?eln}
|
%if 0%{?rhel} && !0%{?eln}
|
||||||
BuildRequires: rust-toolset
|
BuildRequires: rust-toolset
|
||||||
%else
|
%else
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging >= 21
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
@ -97,6 +96,10 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 09 2022 Timothée Ravier <tim@siosm.fr> - 0.1.3-2
|
||||||
- Remove Windows binaries from vendor tarball
|
- Remove Windows binaries from vendor tarball
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user