已开启
[sync] PR-23: Fix compilation failures caused by rust-packaging #24
AtomGit-Bot创建于 2025年10月30日
[sync] PR-23: Fix compilation failures caused by rust-packaging #24
已开启
共 1 个文件变更+5-2
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | Name: rust-%{crate} | 7 | Name: rust-%{crate} |
| 8 | Version: 0.1.4 | 8 | Version: 0.1.4 |
| 9 | -Release: 5 | 9 | +Release: 6 |
| 10 | Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d | 10 | Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d |
| 11 | 11 | ||
| 12 | License: Apache-2.0 | 12 | License: Apache-2.0 |
| @@ -15,7 +15,7 @@ Source: %{crate}-%{version}.crate | |||
| 15 | Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz | 15 | Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | -BuildRequires: rust-packaging < 24 | 18 | +BuildRequires: rust-packaging |
| 19 | 19 | ||
| 20 | %global _description %{expand: | 20 | %global _description %{expand: |
| 21 | sshd AuthorizedKeysCommand to read key files from ~/.ssh/authorized_keys.d.} | 21 | 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 | |||
| 76 | %endif | 76 | %endif |
| 77 | 77 | ||
| 78 | %changelog | 78 | %changelog |
| 79 | +* Thu Oct 30 2025 jiangxinyu <jiangxinyu@kylinos.cn> - 0.1.4-6 | ||
| 80 | +- Fix compilation failures caused by rust-packaging | ||
| 81 | + | ||
| 79 | * Mon Apr 21 2025 lijian <lijian2@kylinos.cn> - 0.1.4-5 | 82 | * Mon Apr 21 2025 lijian <lijian2@kylinos.cn> - 0.1.4-5 |
| 80 | - Limit rust-packaging version | 83 | - Limit rust-packaging version |
| 81 | 84 | ||