Remove obsolete Group tag

This commit is contained in:
Klaus Wenninger 2020-03-06 22:46:09 +01:00
parent 553c4c2c58
commit 628946e91d
1 changed files with 2 additions and 4 deletions

View File

@ -18,12 +18,11 @@
%global commit 25fce8a7d5e8cd5abc2379077381b10bd6cec183 %global commit 25fce8a7d5e8cd5abc2379077381b10bd6cec183
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global github_owner Clusterlabs %global github_owner Clusterlabs
%global buildnum 4 %global buildnum 5
Name: sbd Name: sbd
Summary: Storage-based death Summary: Storage-based death
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons
Version: 1.4.1 Version: 1.4.1
Release: %{buildnum}%{?dist} Release: %{buildnum}%{?dist}
Url: https://github.com/%{github_owner}/%{name} Url: https://github.com/%{github_owner}/%{name}
@ -61,7 +60,6 @@ This package contains the storage-based death functionality.
%package tests %package tests
Summary: Storage-based death environment for regression tests Summary: Storage-based death environment for regression tests
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons
%description tests %description tests
This package provides an environment + testscripts for This package provides an environment + testscripts for
@ -151,7 +149,7 @@ fi
%{_libdir}/libsbdtestbed* %{_libdir}/libsbdtestbed*
%changelog %changelog
* Thu Mar 5 2020 Klaus Wenninger <kwenning@redhat.com> - 1.4.1-4 * Thu Mar 5 2020 Klaus Wenninger <kwenning@redhat.com> - 1.4.1-5
- Rebase to upstream v1.4.1 - Rebase to upstream v1.4.1
- Make coverity happy with parameter passing in regressions.sh - Make coverity happy with parameter passing in regressions.sh
- Add auto generated environment section to man-page - Add auto generated environment section to man-page