From 0f161fe8394d30604e1c5ce0002c405a760f63be Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 28 Dec 2020 18:57:24 +0800 Subject: [PATCH] Remove the release suffix (cherry picked from commit 6a14c94d031ef30fd545da47e13edd230eb798db) --- execstack.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/execstack.spec b/execstack.spec index 80d1646..1c4fa4e 100644 --- a/execstack.spec +++ b/execstack.spec @@ -1,6 +1,6 @@ Name: execstack Version: 0.5.0 -Release: 15%{?dist} +Release: 16 Summary: Utility to set/clear/query executable stack bit %global commit 4c79120bcdbde0616f592458ccde7035e92ca3d8 @@ -56,5 +56,8 @@ install -Dm0644 doc/execstack.8 %{buildroot}%{_mandir}/man8/execstack.8 %{_mandir}/man8/execstack.8.* %changelog +* Mon Dec 12 2020 huanghaitao - 0.5.0-16 +- Remove the release suffix + * Fri Oct 30 2020 jiangxinyu - 0.5.0-15 -- Init execstack project \ No newline at end of file +- Init execstack project