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
This commit is contained in:
Marcel Kuehlhorn 2019-10-04 16:30:27 +00:00 committed by Git OBS Bridge
parent 4af57e454d
commit 1b2604f84f
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 4 08:21:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Avoid double %setup.
-------------------------------------------------------------------
Mon Sep 30 14:35:37 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>

View File

@ -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