From 38209180eadd2d24a5c0de0d5f3712a9c0077a96 Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Wed, 17 Jan 2024 15:18:32 +0800 Subject: [PATCH] Rebuilt for elfutils --- execstack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/execstack.spec b/execstack.spec index c56c0ac..75b1ab7 100644 --- a/execstack.spec +++ b/execstack.spec @@ -4,7 +4,7 @@ Summary: Utility to set/clear/query executable stack bit Name: execstack Version: 0.5.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: https://github.com/keszybz/prelink Source0: %{url}/archive/%{commit}.tar.gz#/prelink-%{shortcommit}.tar.gz @@ -48,6 +48,9 @@ install -Dm0644 doc/execstack.8 %{buildroot}%{_mandir}/man8/execstack.8 %{_mandir}/man8/execstack.8.* %changelog +* Wed Jan 17 2024 Rebuild Robot - 0.5.0-5 +- Rebuilt for elfutils + * Fri Sep 08 2023 OpenCloudOS Release Engineering - 0.5.0-4 - Rebuilt for OpenCloudOS Stream 23.09 -- Gitee