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:
parent
a09f68e4f4
commit
b22ab58460
|
@ -1,6 +1,6 @@
|
|||
Name: parallel
|
||||
Version: %{ver}
|
||||
Release: 1%{?dist}
|
||||
Release: 1
|
||||
Summary: Testing parallel install behavior
|
||||
BuildArch: noarch
|
||||
License: GPL
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: sigpipe
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Release: 1
|
||||
Summary: Testing SIGPIPE behavior
|
||||
|
||||
Group: Testing
|
||||
|
|
Loading…
Reference in New Issue