From 1b2604f84f74ac0d37248f3011a304e539fa4912907846dc1c5ae82bdd3ab0d4 Mon Sep 17 00:00:00 2001 From: Marcel Kuehlhorn Date: Fri, 4 Oct 2019 16:30:27 +0000 Subject: [PATCH] Accepting request 734937 from home:jengelh:branches:security:privacy - Avoid double %setup. OBS-URL: https://build.opensuse.org/request/show/734937 OBS-URL: https://build.opensuse.org/package/show/security:privacy/browserpass-native?expand=0&rev=3 --- browserpass-native.changes | 5 +++++ browserpass-native.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/browserpass-native.changes b/browserpass-native.changes index e23524f..1cd7b73 100644 --- a/browserpass-native.changes +++ b/browserpass-native.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 4 08:21:40 UTC 2019 - Jan Engelhardt + +- Avoid double %setup. + ------------------------------------------------------------------- Mon Sep 30 14:35:37 UTC 2019 - Marcel Kuehlhorn diff --git a/browserpass-native.spec b/browserpass-native.spec index e7f25c7..64f0102 100644 --- a/browserpass-native.spec +++ b/browserpass-native.spec @@ -12,9 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: browserpass-native Version: 3.0.6 Release: 0 @@ -32,8 +33,7 @@ access to your password store. The communication is handled through Native Messaging API. %prep -%setup -q -%setup -q -T -D -a 1 +%setup -qa1 %build export GOFLAGS="-mod=vendor" @@ -56,4 +56,3 @@ rm -rf %{buildroot}/usr/share/{doc,licenses} %{_libexecdir}/browserpass %changelog -