From c82a75ddb6b3fb49054e65307737ca03e39578f7 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Thu, 24 Mar 2022 18:42:02 +0800 Subject: [PATCH] delete %{dist} (cherry picked from commit ab179bbbecde4041c8ec10715e1df70a815851cd) --- sbd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sbd.spec b/sbd.spec index 1266397..1385a48 100644 --- a/sbd.spec +++ b/sbd.spec @@ -18,14 +18,14 @@ %global commit 7f33d1a409d0a4e2cd69946688c48eaa8f3c5d26 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global github_owner Clusterlabs -%global buildnum 15 +%global buildnum 16 Name: sbd Summary: Storage-based death License: GPLv2 and MIT Group: System Environment/Daemons Version: 1.4.0 -Release: %{buildnum}%{?dist} +Release: %{buildnum} Url: https://github.com/%{github_owner}/%{name} Source0: https://github.com/%{github_owner}/%{name}/archive/%{commit}/%{name}-%{commit}_all.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -125,5 +125,8 @@ fi %doc COPYING %changelog +* Thu Mar 24 2022 baizhonggui - 1.4.0-16 +* Delete %{dist} + * Fri Oct 30 2020 jiangxinyu - 1.4.0-15 - Init sbd project