From 4b3ccc3b1f792c3bea533f1946a47d628870920e7f8fdb6734ce87efa992e166 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 16 Oct 2020 21:40:40 +0000 Subject: [PATCH] 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 --- velero.changes | 5 +++++ velero.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/velero.changes b/velero.changes index f02e0e8..ab2401a 100644 --- a/velero.changes +++ b/velero.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 14 10:12:25 UTC 2020 - Jan Engelhardt + +- Avoid double %setup calls. + ------------------------------------------------------------------- Tue Oct 13 01:05:31 UTC 2020 - jenting hsiao diff --git a/velero.spec b/velero.spec index da6a439..e1f3177 100644 --- a/velero.spec +++ b/velero.spec @@ -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