Dominique Leuenberger 2019-10-05 14:21:30 +00:00 committed by Git OBS Bridge
commit 15364f7478
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