summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-11-02 18:31:44 -0400
committerKali Kaneko <kali@leap.se>2015-11-02 18:33:43 -0400
commit4ba177189002b6afd827002d5924545276a6f30b (patch)
treedcab7977b92d5c58c5af7d55bab8eab85f70cea5 /changes
parent526fe62df28694e7e7fb5f7a3371b97403a9fdee (diff)
[bug] use gpg2 binary if gpg not found. Closes: #7563
from debian stretch on, gpg will be a symlink to gpg2. this is currently failing if one uses dpkg-divert to make gpg2 provide /usr/bin/gpg. this solution just attempts to use gpg2 binary if the search for gpg binary fails. - Resolves: #7563 - Releases: 0.9.1
Diffstat (limited to 'changes')
-rw-r--r--changes/next-changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst
index ee5a3874..8d546424 100644
--- a/changes/next-changelog.rst
+++ b/changes/next-changelog.rst
@@ -17,6 +17,7 @@ Features
Bugfixes
~~~~~~~~
- `#7562 <https://leap.se/code/issues/7562>`_: use zmq embedded minitornado, instead of system lib.
+- `#7563 <https://leap.se/code/issues/7563>`_: use gpg2 binary if gpg not found
- `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235.
- Bugfix without related issue number.