From 73eb0d0a955d1247487468cec65bcb5cc69a125e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 02:53:35 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- execstack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/execstack.spec b/execstack.spec index 6f5e232..8907972 100644 --- a/execstack.spec +++ b/execstack.spec @@ -1,6 +1,6 @@ Name: execstack Version: 0.5.0 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Utility to set/clear/query executable stack bit %global commit 4c79120bcdbde0616f592458ccde7035e92ca3d8 @@ -59,6 +59,9 @@ install -Dm0644 doc/execstack.8 %{buildroot}%{_mandir}/man8/execstack.8 %{_mandir}/man8/execstack.8.* %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 0.5.0-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Nov 22 2022 Florian Weimer - 0.5.0-24 - Avoid implicit function declarations in configure (#2144890)