From 628946e91d1a87983245faf04fba0b93b58386c8 Mon Sep 17 00:00:00 2001 From: Klaus Wenninger Date: Fri, 6 Mar 2020 22:46:09 +0100 Subject: [PATCH] Remove obsolete Group tag --- sbd.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sbd.spec b/sbd.spec index 7f4cbed..d62f604 100644 --- a/sbd.spec +++ b/sbd.spec @@ -18,12 +18,11 @@ %global commit 25fce8a7d5e8cd5abc2379077381b10bd6cec183 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global github_owner Clusterlabs -%global buildnum 4 +%global buildnum 5 Name: sbd Summary: Storage-based death License: GPLv2+ -Group: System Environment/Daemons Version: 1.4.1 Release: %{buildnum}%{?dist} Url: https://github.com/%{github_owner}/%{name} @@ -61,7 +60,6 @@ This package contains the storage-based death functionality. %package tests Summary: Storage-based death environment for regression tests License: GPLv2+ -Group: System Environment/Daemons %description tests This package provides an environment + testscripts for @@ -151,7 +149,7 @@ fi %{_libdir}/libsbdtestbed* %changelog -* Thu Mar 5 2020 Klaus Wenninger - 1.4.1-4 +* Thu Mar 5 2020 Klaus Wenninger - 1.4.1-5 - Rebase to upstream v1.4.1 - Make coverity happy with parameter passing in regressions.sh - Add auto generated environment section to man-page