forked from pool/velero
Accepting request 841748 from home:jengelh:branches:devel:kubic
- Avoid double %setup calls. OBS-URL: https://build.opensuse.org/request/show/841748 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero?expand=0&rev=8
This commit is contained in:
parent
187103ee84
commit
4b3ccc3b1f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 10:12:25 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Avoid double %setup calls.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 01:05:31 UTC 2020 - jenting hsiao <jenting.hsiao@suse.com>
|
||||
|
||||
|
@ -46,8 +46,7 @@ Supplements: packageand(velero:velero-restic-restore-helper)
|
||||
Restic restore helper for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -T -D -a 1
|
||||
%setup -q -a1
|
||||
|
||||
%build
|
||||
%goprep %{goipath}
|
||||
@ -59,7 +58,6 @@ export CGO_ENABLED=0
|
||||
%goinstall
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/velero
|
||||
|
Loading…
Reference in New Issue
Block a user