From 5f2fc2bb18481775b8620346dc7cfd45d76ac3ad49879dc9bcd5a570bc0625f7 Mon Sep 17 00:00:00 2001 From: "Orville Q. Song" Date: Tue, 4 Jan 2022 08:08:43 +0000 Subject: [PATCH 1/2] 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 --- glab.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/glab.spec b/glab.spec index abdfa26..711199b 100644 --- a/glab.spec +++ b/glab.spec @@ -1,6 +1,8 @@ +# # spec file for package glab # -# Copyright (c) 2021 Orville Q. Song +# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2021-2022 Orville Q. Song # # 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,18 +36,18 @@ 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 +Suggests: glab-doc %description glab is an open-source GitLab command line tool bringing GitLab's cool features to your command line. %package doc -Summary: Documentation for GLab -Group: Documentation/HTML -BuildArch: noarch +Summary: Documentation for GLab +Group: Documentation/HTML +BuildArch: noarch %description doc glab is an open-source GitLab command line tool bringing GitLab's cool features to your command line. From fc2ee1ac62e310628b1f5644920af1860702c2a31d31a0eedc92881b4098564b Mon Sep 17 00:00:00 2001 From: "Orville Q. Song" Date: Tue, 4 Jan 2022 08:14:18 +0000 Subject: [PATCH 2/2] Accepting request 943710 from home:Orville:Devel - Fix for reproducible builds OBS-URL: https://build.opensuse.org/request/show/943710 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=5 --- glab.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glab.changes b/glab.changes index 307c47c..ff73b71 100644 --- a/glab.changes +++ b/glab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 4 08:12:22 UTC 2022 - Orville Q. Song + +- Fix for reproducible builds + ------------------------------------------------------------------- Sun Dec 05 11:42:32 UTC 2021 - Orville Q. Song