Skip to content

Commit 29830da

Browse files
dougslandYarboa
authored andcommitted
spec: change {?copr_username}
Resolves: #938 Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
1 parent d8d01e3 commit 29830da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rpm/qm.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
%endif
2323

2424
# copr_username is only set on copr environments, not on others like koji
25-
# Check if copr is owned by rhcontainerbot
26-
%if "%{?copr_username}" != "rhcontainerbot"
25+
%if "%{?copr_username}" != "centos-automotive-sig" && "%{?copr_projectname}" != "qm-next"
2726
%bcond_with copr
2827
%else
2928
%bcond_without copr

0 commit comments

Comments
 (0)