aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-15 09:26:58 -0400
committerB Stack <bgstack15@gmail.com>2020-07-15 09:26:58 -0400
commit17d6558bc38d461733401f106a27a6b5aa9d83a2 (patch)
tree4ecade45202b4249417cc534951e23e923553648
parentWIP: add %obsbuild condition (diff)
downloadchicago95-packages-17d6558bc38d461733401f106a27a6b5aa9d83a2.tar.gz
chicago95-packages-17d6558bc38d461733401f106a27a6b5aa9d83a2.tar.bz2
chicago95-packages-17d6558bc38d461733401f106a27a6b5aa9d83a2.zip
WIP: update tarball name in spec
-rw-r--r--chicago95.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/chicago95.spec b/chicago95.spec
index f7ec125..f16d4a4 100644
--- a/chicago95.spec
+++ b/chicago95.spec
@@ -1,11 +1,13 @@
# Reference:
# https://src.fedoraproject.org/rpms/nagios-plugins/blob/master/f/nagios-plugins.spec
# debian/ for this package
+# Documentation:
+# This file is manually copied to the OBS project chicago95 due to difficulties with the _service operation.
%define debug_package %{nil}
%define committish master
%define archivename %{committish}.tar.gz
%if 0%{?obsbuild}
-%define archivename Chicago95.tar.gz
+%define archivename chicago95.orig.tar.gz
%endif
Name: chicago95-theme
Version: 2.0.1
bgstack15