SHA256
1
0
forked from pool/glab

Accepting request 943707 from home:Orville:Devel

- Fix for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/943707
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=4
This commit is contained in:
Orville Q. Song 2022-01-04 08:08:43 +00:00 committed by Git OBS Bridge
parent 9eb7dad549
commit 5f2fc2bb18

View File

@ -1,6 +1,8 @@
#
# spec file for package glab
#
# Copyright (c) 2021 Orville Q. Song <orville@anislet.dev>
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2021-2022 Orville Q. Song <orville@anislet.dev>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -14,7 +16,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global build_date %(date +%Y-%m-%d)
%global build_date 2021-01-03
#date +%Y-%m-%d
%global provider github
%global provider_tld com
@ -32,9 +36,9 @@ Group: Development/Tools/Other
URL: https://github.com/profclems/glab
Source0: %{name}-%{version}.tar.xz
Source1: %{name}-vendor.tar.xz
BuildRequires: %{python_module Sphinx}
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.16
BuildRequires: %{python_module Sphinx}
Suggests: glab-doc
%description