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:
committed by
Git OBS Bridge
parent
187103ee84
commit
4b3ccc3b1f
@@ -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
|
||||
|
Reference in New Issue
Block a user