Drop bogus %{?dist} from test-suite specs

The only thing that %{?dist} conditional achieves is breaking the test
if defined.
This commit is contained in:
Panu Matilainen 2023-07-05 12:46:35 +03:00 committed by Michal Domonkos
parent a09f68e4f4
commit b22ab58460
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: parallel
Version: %{ver}
Release: 1%{?dist}
Release: 1
Summary: Testing parallel install behavior
BuildArch: noarch
License: GPL

View File

@ -3,7 +3,7 @@
Name: sigpipe
Version: 1.0
Release: 1%{?dist}
Release: 1
Summary: Testing SIGPIPE behavior
Group: Testing