0.1.4
This commit is contained in:
parent
dcd76c3918
commit
9f7484e6df
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
||||
/ssh-key-dir-0.1.2-vendor.tar.gz
|
||||
/ssh-key-dir-0.1.3.crate
|
||||
/ssh-key-dir-0.1.3-vendor.tar.gz
|
||||
/ssh-key-dir-0.1.4.crate
|
||||
/ssh-key-dir-0.1.4-vendor.tar.gz
|
||||
|
@ -1,16 +1,14 @@
|
||||
# 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: 4%{?dist}
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: https://crates.io/crates/ssh-key-dir
|
||||
Source0: %{crates_source}
|
||||
# not used on Fedora
|
||||
@ -21,7 +19,7 @@ ExclusiveArch: %{rust_arches}
|
||||
%if 0%{?rhel} && !0%{?eln}
|
||||
BuildRequires: rust-toolset
|
||||
%else
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: rust-packaging >= 21
|
||||
%endif
|
||||
|
||||
%global _description %{expand:
|
||||
@ -31,10 +29,10 @@ sshd AuthorizedKeysCommand to read key files from ~/.ssh/authorized_keys.d.}
|
||||
|
||||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
# ASL 2.0
|
||||
# Apache-2.0
|
||||
# MIT
|
||||
# MIT or ASL 2.0
|
||||
License: ASL 2.0 and MIT
|
||||
# Apache-2.0 OR MIT
|
||||
License: (Apache-2.0 OR MIT) AND Apache-2.0 AND MIT
|
||||
Requires: openssh-server
|
||||
Requires(post): openssh-server
|
||||
Requires(post): systemd
|
||||
@ -96,6 +94,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
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ssh-key-dir-0.1.3.crate) = 7f7a27df408c78a9338089105c35cae06e7a255beca9c05bf788d430ad81d35df24240a1ef0e2b24de32ac7881241ab65564dae0efec500a2b9c9697f571fd6b
|
||||
SHA512 (ssh-key-dir-0.1.3-vendor.tar.gz) = fc19029d4d82183ac461d80b7876bd1a695c1ed149c031c647f828c372b7296e1e181c67888511ee13c7df3d2e03ea626a02abcb6b40fe6db556659511584e81
|
||||
SHA512 (ssh-key-dir-0.1.4.crate) = e89b35ea92196701a14a36e4de74d9752994f5ccfb5af0e0b4651b9de962e7e2112c3e150b0decba1195701dfdf50db9ae1516f1e262ff883743c237f6c33632
|
||||
SHA512 (ssh-key-dir-0.1.4-vendor.tar.gz) = b9366979d200a486a4b04a1fbe3585644fe19f383f21784edfc9da71dfa1df0dcdf4860f1491db7a36e347ebc0737df510ccd9e7a94e06184bfb88a420adb04f
|
||||
|
Loading…
Reference in New Issue
Block a user