aboutsummaryrefslogtreecommitdiff
path: root/extra/stackbin.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-16 14:54:51 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-16 14:54:51 -0500
commit1674b9144437cad202cf1ac3b3d76d59e668db42 (patch)
tree0d13c8bc5b2c6beccf43522317fc69a45e542b7a /extra/stackbin.spec
parenttry another expression for copr_username (diff)
downloadstackbin-1674b9144437cad202cf1ac3b3d76d59e668db42.tar.gz
stackbin-1674b9144437cad202cf1ac3b3d76d59e668db42.tar.bz2
stackbin-1674b9144437cad202cf1ac3b3d76d59e668db42.zip
just drop the copr_username crap
unfortunately it just didn't work, regardless of what https://www.softwarecollections.org/en/docs/ and praiskup from #fedora-buildsys say.
Diffstat (limited to 'extra/stackbin.spec')
-rw-r--r--extra/stackbin.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/extra/stackbin.spec b/extra/stackbin.spec
index 01aba8b..ffe1dd2 100644
--- a/extra/stackbin.spec
+++ b/extra/stackbin.spec
@@ -37,11 +37,7 @@ Name: stackbin
Version: 0.0.1
Release: 1
License: GPL 3.0
-%if 0%{?copr_username:1}
Source0: https://gitlab.com/bgstack15/%{name}/-/archive/master/%{name}-master.tar.gz
-%else
-Source0: %{name}_%{version}.orig.tar.gz
-%endif
%if 0%{?with_systemd_usercreate}
Source1: extra/%{name}.sysusers
%endif
bgstack15