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 -