From e1b08139e29ce299aba6ac7a578080fe75b289d6 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Mon, 4 Jul 2022 17:00:57 +0200 Subject: [PATCH] Use classic release and changelog instead of macros - Use classic release instead of autorelease macro - Use classic changelog instead of autochangelog macro Related: rhbz#2084552 Signed-off-by: Anderson Toshiyuki Sasaki --- keylime-agent-rust.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/keylime-agent-rust.spec b/keylime-agent-rust.spec index 05e835e..9424185 100644 --- a/keylime-agent-rust.spec +++ b/keylime-agent-rust.spec @@ -15,7 +15,7 @@ Name: keylime-agent-rust Version: %{crate_version}~%{commitdate}git%{shortcommit} -Release: %{?autorelease}%{!?autorelease:1%{?dist}} +Release: 2%{?dist} Summary: Rust agent for Keylime # Upstream license specification: Apache-2.0 @@ -379,4 +379,17 @@ install -Dpm 644 ./dist/systemd/system/var-lib-keylime-secure.mount \ %endif %changelog -%autochangelog +* Mon Jul 04 2022 Anderson Toshiyuki Sasaki - 0.1.0~20220603gitaed51c7-2 +- Use classic release instead of autorelease macro +- Use classic changelog instead of autochangelog macro + +* Mon Jul 04 2022 Anderson Toshiyuki Sasaki - 0.1.0~20220603gitaed51c7-2 +- Backport patch to load configuration file only once + +* Fri Jul 01 2022 Anderson Toshiyuki Sasaki - 0.1.0~20220603gitaed51c7-2 +- Set supplementary groups when dropping privileges +- Show more descriptive error messages on missing files errors +- Create /usr/libexec/keylime directory + +* Tue Jun 21 2022 Sergio Correia - 0.1.0~20220603gitaed51c7-1 +- Add keylime-agent-rust to RHEL 9