forked from pool/git-bug
Accepting request 1033077 from devel:tools:scm
revert OBS-URL: https://build.opensuse.org/request/show/1033077 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-bug?expand=0&rev=9
This commit is contained in:
parent
f865941d94
commit
0b2469bc0d
15
_service
15
_service
@ -1,4 +1,19 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionprefix">0.7.2+git</param>
|
||||
<param name="url">https://github.com/MichaelMure/git-bug.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git*</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">mcepl@cepl.eu</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">git-bug</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
</service>
|
||||
</services>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/MichaelMure/git-bug.git</param>
|
||||
<param name="changesrevision">0eef93917d1c3b1f6e346ab272a51340acafe21a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5910a94dea9d8d1c318a8b4af74cf68d8ac5b0179caf0c59904c3a6f6a581bb4
|
||||
size 304
|
3
git-bug-0.7.2+git.1665512451.0eef939.tar.gz
Normal file
3
git-bug-0.7.2+git.1665512451.0eef939.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c4b69d37b0c85f2407b65d3d476a275bafcaa3685f721a132b4b4ef38fcf333
|
||||
size 2439855
|
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 12:01:06 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Change to git-driven management.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 19:10:27 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:112b45aad799a6d60b20ad26cdf3983ab13803b89bf6098b05945947f369ce52
|
||||
size 30070556
|
12
git-bug.spec
12
git-bug.spec
@ -17,15 +17,16 @@
|
||||
|
||||
|
||||
Name: git-bug
|
||||
Version: 0.7.2+git.1665512451.0eef9391
|
||||
Version: 0.7.2+git.1665512451.0eef939
|
||||
Release: 0
|
||||
Summary: Distributed, offline-first bug tracker embedded in git, with bridges
|
||||
License: MIT
|
||||
URL: https://github.com/MichaelMure/git-bug
|
||||
#!RemoteAssetUrl: git+https://github.com/MichaelMure/git-bug.git
|
||||
# Source0: https://github.com/MichaelMure/%%{name}/archive/refs/tags/v%%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang(API) = 1.18
|
||||
BuildRequires: golang-packaging
|
||||
# BuildRequires: golang-packaging
|
||||
|
||||
%description
|
||||
git-bug is a bug tracker that:
|
||||
@ -76,10 +77,7 @@ BuildArch: noarch
|
||||
zsh shell completions for git-bug
|
||||
|
||||
%prep
|
||||
%setup -q -n git-bug -c -T -a1
|
||||
|
||||
cp -a %{_sourcedir}/git-bug/* .
|
||||
|
||||
%autosetup -p1 -a1
|
||||
|
||||
%build
|
||||
go build -v -x -mod=vendor -buildmode=pie
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e177a4629825b6e17cb7192ff59b094e6ed88b615a9ef388e94a4bad59e0947
|
||||
size 6008134
|
||||
oid sha256:35c069a6f18df24d77c0589c0212daca11a17d8ba5da266bae99161562b16451
|
||||
size 6007893
|
||||
|
Loading…
Reference in New Issue
Block a user