diff --git a/rust-ssh-key-dir.spec b/rust-ssh-key-dir.spec index 364816a6ec3e721ab0bc570d285c27a94c4c7f22..165d72e9d1be413460c29b3543d77e1f7f78016b 100644 --- a/rust-ssh-key-dir.spec +++ b/rust-ssh-key-dir.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.4 -Release: 4 +Release: 5 Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d License: Apache-2.0 @@ -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 >= 21 +BuildRequires: rust-packaging < 24 %global _description %{expand: sshd AuthorizedKeysCommand to read key files from ~/.ssh/authorized_keys.d.} @@ -76,6 +76,9 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key %endif %changelog +* Mon Apr 21 2025 lijian - 0.1.4-5 +- Limit rust-packaging version + * Thu Apr 18 2024 lijian - 0.1.4-4 - Fix build error, I9HLT0