diff options
author | B Stack <bgstack15@gmail.com> | 2020-07-15 09:26:58 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-07-15 09:26:58 -0400 |
commit | 17d6558bc38d461733401f106a27a6b5aa9d83a2 (patch) | |
tree | 4ecade45202b4249417cc534951e23e923553648 | |
parent | WIP: add %obsbuild condition (diff) | |
download | chicago95-packages-17d6558bc38d461733401f106a27a6b5aa9d83a2.tar.gz chicago95-packages-17d6558bc38d461733401f106a27a6b5aa9d83a2.tar.bz2 chicago95-packages-17d6558bc38d461733401f106a27a6b5aa9d83a2.zip |
WIP: update tarball name in spec
-rw-r--r-- | chicago95.spec | 4 |
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 |