Page MenuHomeSolus

D10566.id.diff
No OneTemporary

D10566.id.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,12 @@
name : gopass
-version : 1.11.0
-release : 9
+version : 1.12.0
+release : 10
source :
- - https://github.com/gopasspw/gopass/releases/download/v1.11.0/gopass-1.11.0.tar.gz : f2a9decff293fff9dda0907a0511ac01425f31a93b8feda379b0e9d053af8f68
+ - https://github.com/gopasspw/gopass/releases/download/v1.12.0/gopass-1.12.0.tar.gz : 6208b32a7000eda3b2b4f7f11ddcb913253937e94764f79253dd76860ea57930
+ - https://github.com/gopasspw/git-credential-gopass/releases/download/v1.12.0/git-credential-gopass-1.12.0.tar.gz : 65fd4cebdd1709bb5f7e705e60b9e325895b4e516b9aa89363910b84a1921eac
+ - https://github.com/gopasspw/gopass-hibp/releases/download/v1.12.0/gopass-hibp-1.12.0.tar.gz : 4cfd9f37dfc104f7417d3f463f0116bf8ca838c90e86736170876ac0ec057b3f
+ - https://github.com/gopasspw/gopass-jsonapi/releases/download/v1.11.1/gopass-jsonapi-1.11.1.tar.gz : 2f57c5acb79aea7a77fcb677d5bf22f3712904cf4a1d73c735a4c1b1dd4aef55
+ - https://github.com/gopasspw/gopass-summon-provider/releases/download/v1.12.0/gopass-summon-provider-1.12.0.tar.gz : d407181f0a4c108694e5ed1363d898e4ffcff9781bbdfdb831822af368c5985a
license : MIT
component : security
networking : yes
@@ -16,10 +20,25 @@
- gnupg
- xdotool
- xsel
+setup : |
+ for i in git-credential-gopass gopass-{hibp,jsonapi,summon-provider}; do
+ mkdir -p integrations/$i
+ tar -x -C integrations/$i -f $sources/$i-*.tar.gz
+ done
+
+ # Remove missing install-completion target
+ # See: https://github.com/gopasspw/git-credential-gopass/issues/3
+ sed -i 's/install-completion//' integrations/*/Makefile
build : |
%make
+ for i in integrations/*; do
+ %make -C $i
+ done
install : |
%make_install PREFIX=/usr
+ for i in integrations/*; do
+ %make_install -C $i PREFIX=/usr
+ done
# Set correct permission bits for the shell completion files
chmod 644 $installdir/usr/share/zsh/site-functions/_gopass
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -19,8 +19,8 @@
</Description>
<PartOf>security</PartOf>
<Files>
+ <Path fileType="executable">/usr/bin/git-credential-gopass</Path>
<Path fileType="executable">/usr/bin/gopass</Path>
- <Path fileType="executable">/usr/bin/gopass-git-credentials</Path>
<Path fileType="executable">/usr/bin/gopass-hibp</Path>
<Path fileType="executable">/usr/bin/gopass-jsonapi</Path>
<Path fileType="executable">/usr/bin/gopass-summon-provider</Path>
@@ -30,12 +30,12 @@
</Files>
</Package>
<History>
- <Update release="9">
- <Date>2021-01-13</Date>
- <Version>1.11.0</Version>
+ <Update release="10">
+ <Date>2021-02-17</Date>
+ <Version>1.12.0</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 5:43 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800637
Default Alt Text
D10566.id.diff (3 KB)

Event Timeline