keystone/releasenotes/notes/bug-1676497-92271e25f642e2de.yaml
Kristi Nikolla 34168ef38b Differentiate between dpkg and rpm for libssl-dev
The libssl-dev package was registered in bindep.txt for both
dpkg and rpm platforms. This patch makes it use:
* libssl-dev [platform:dpkg]
* openssl-devel [platform:rpm]

Change-Id: I4a0982bf2052e193ba48c98f1b38ae569fa41be8
Closes-Bug: 1676497
2017-03-31 11:27:25 -04:00

7 lines
207 B
YAML

---
fixes:
- |
[`bug 1676497 <https://bugs.launchpad.net/keystone/+bug/1676497>`_]
`bindep` now correctly reports the `openssl-devel` binary dependency for
rpm distros instead of `libssl-dev`.