spec: new upstream version 0.1.4
Resolves: rhbz#2135481
This commit is contained in:
parent
b97c1bb4ce
commit
8393339c47
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,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
|
||||
|
||||
|
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) = b3ea1fed705e1ef7e159bb6ac2dfe54f307ecc6dd82ef360da7e4f72e89c764a75510e0790c51419adae3a03190f8db6d353f73b6616a05215725decef0e0ed4
|
||||
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