Hello community, here is the log from the commit of package pass-otp for openSUSE:Factory checked in at 2020-08-31 16:52:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pass-otp (Old) and /work/SRC/openSUSE:Factory/.pass-otp.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pass-otp" Mon Aug 31 16:52:39 2020 rev:3 rq:830606 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pass-otp/pass-otp.changes 2018-11-19 23:34:12.711036897 +0100 +++ /work/SRC/openSUSE:Factory/.pass-otp.new.3399/pass-otp.changes 2020-08-31 16:53:01.668435221 +0200 @@ -1,0 +2,7 @@ +Sun Aug 30 08:04:00 UTC 2020 - Ismail Dönmez <[email protected]> + +- Fix library path where %{_libexecdir} points to %{_prefix}/libexec + like in Tumbleweed, instead use %{_prefix}/lib as library path since + pass looks for plugins under /usr/lib/password-store + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pass-otp.spec ++++++ --- /var/tmp/diff_new_pack.UFoVVl/_old 2020-08-31 16:53:03.200435964 +0200 +++ /var/tmp/diff_new_pack.UFoVVl/_new 2020-08-31 16:53:03.200435964 +0200 @@ -1,7 +1,7 @@ # # spec file for package pass-otp # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,7 +43,7 @@ %build %install -%make_install LIBDIR=%{_libexecdir} +%make_install LIBDIR=%{_prefix}/lib install -Dpm 0644 %{buildroot}%{_sysconfdir}/bash_completion.d/pass-otp \ %{buildroot}%{_datadir}/bash-completion/completions/pass-otp rm %{buildroot}%{_sysconfdir}/bash_completion.d/pass-otp @@ -52,7 +52,7 @@ %{_mandir}/man?/%{name}.?%{ext_man} %doc CHANGELOG.md README.md %license LICENSE -%{_libexecdir}/password-store +%{_prefix}/lib/password-store %{_datadir}/bash-completion/completions/pass-otp %changelog
