From 16c89828966f219b72e9d20be6104aa4a0d4521c Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 28 Dec 2020 18:49:41 +0800 Subject: [PATCH] Remove the release suffix (cherry picked from commit 678da53ef88cb313407a712038900d8f5f6c84c4) --- bamf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bamf.spec b/bamf.spec index 812aa92..5e9c744 100644 --- a/bamf.spec +++ b/bamf.spec @@ -1,7 +1,7 @@ Summary: Application matching framework Name: bamf Version: 0.5.4 -Release: 4%{?dist} +Release: 5 # Library bits are LGPLv2 or LGPLv3 (but not open-ended LGPLv2+); # non-lib bits are GPLv3. # pbrobinson points out that three files in the lib are actually @@ -113,5 +113,8 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %exclude %{_datadir}/upstart/sessions/bamfdaemon.conf %changelog +* Mon Dec 12 2020 huanghaitao - 0.5.4-5 +- Remove the release suffix + * Thu Jul 23 2020 wangmian - 0.5.4-4 - Init bamf project -- Gitee