Accepting request 424000 from security:privacy
- Add an explicit runtime dependency on libgcrypt >= 1.7.0 to match runtime version check OBS-URL: https://build.opensuse.org/request/show/424000 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=147
This commit is contained in:
parent
c121f5f68c
commit
2b9e294fda
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 31 13:06:28 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
- Add an explicit runtime dependency on libgcrypt >= 1.7.0 to
|
||||||
|
match runtime version check
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 21:22:22 UTC 2016 - astieger@suse.com
|
Fri Aug 19 21:22:22 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -57,6 +57,8 @@ BuildRequires: pkgconfig(sqlite3) >= 3.7
|
|||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
# Add an explicit runtime dependency to match boo#955982
|
# Add an explicit runtime dependency to match boo#955982
|
||||||
Requires: libassuan0 >= 2.4.1
|
Requires: libassuan0 >= 2.4.1
|
||||||
|
# Explicit runtime depencency - runtime version check
|
||||||
|
Requires: libgcrypt20 >= 1.7.0
|
||||||
Requires: pinentry
|
Requires: pinentry
|
||||||
# FIXME: use proper Requires(pre/post/preun/...)
|
# FIXME: use proper Requires(pre/post/preun/...)
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
|
Loading…
Reference in New Issue
Block a user