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>
|
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}.
|
Restic restore helper for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -a1
|
||||||
%setup -q -T -D -a 1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%goprep %{goipath}
|
%goprep %{goipath}
|
||||||
@ -59,7 +58,6 @@ export CGO_ENABLED=0
|
|||||||
%goinstall
|
%goinstall
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/velero
|
%{_bindir}/velero
|
||||||
|
Loading…
x
Reference in New Issue
Block a user