diff --git a/git-bug.spec b/git-bug.spec index 98d8b62..8c45c3b 100644 --- a/git-bug.spec +++ b/git-bug.spec @@ -1,7 +1,7 @@ # # spec file for package git-bug # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: git-bug Version: 0.7.2+git.1665512451.0eef939 Release: 0 @@ -24,7 +25,8 @@ URL: https://github.com/MichaelMure/git-bug # Source0: https://github.com/MichaelMure/%%{name}/archive/refs/tags/v%%{version}.tar.gz Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: golang-packaging +BuildRequires: golang(API) = 1.18 +# BuildRequires: golang-packaging %description git-bug is a bug tracker that: @@ -36,7 +38,7 @@ git-bug is a bug tracker that: * works offline: in a plane or under the sea? Keep reading and writing bugs! * prevents vendor lock-in: your usual service is down or went bad? - You already have a full backup. + You already have a full backup. * is fast: listing bugs or opening them is a matter of milliseconds * doesn't pollute your project: no files are added in your @@ -94,10 +96,10 @@ install -Dm0644 misc/completion/zsh/git-bug \ %files +%license LICENSE %doc README.md %{_bindir}/git-bug %{_mandir}/man1/git*.1%{?ext_man} -%license LICENSE %files bash-completion %{_datadir}/bash-completion/completions/git-bug