From 461bb7d5cbfd8374b83851d9e97ac292343d08b7 Mon Sep 17 00:00:00 2001 From: jianli-97 Date: Mon, 21 Apr 2025 21:37:43 +0800 Subject: [PATCH] Limit rust-packaging version --- rust-ssh-key-dir.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-ssh-key-dir.spec b/rust-ssh-key-dir.spec index 364816a..165d72e 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 -- Gitee