From 0dc364a616034252f041b664c6034b155acaf410 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 5 Feb 2023 15:02:33 +0100 Subject: [PATCH] Rebuild for fixed frame pointer compiler flags in Rust RPM macros --- rust-ssh-key-dir.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-ssh-key-dir.spec b/rust-ssh-key-dir.spec index 8fe60b0..14c2d29 100644 --- a/rust-ssh-key-dir.spec +++ b/rust-ssh-key-dir.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 0.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d License: Apache-2.0 @@ -94,6 +94,9 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key %endif %changelog +* Sun Feb 05 2023 Fabio Valentini - 0.1.4-3 +- Rebuild for fixed frame pointer compiler flags in Rust RPM macros. + * Sat Jan 21 2023 Fedora Release Engineering - 0.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild