[MDEV-11961] [Docs] RPM Lint: no-manual-page-for-binary mysql_config-64 Created: 2017-02-01 Updated: 2017-03-15 Resolved: 2017-03-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.1.21 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Michal Schorm | Assignee: | Ian Gilfillan |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Error message: However, the manpage for 32-bit version is present. |
| Comments |
| Comment by Ian Gilfillan [ 2017-03-14 ] |
|
A symlink should be fine. Where are the -64 and -32 binaries created? On the Fedora side? In the MariaDB source tree I just see mysql_config, so there's just the one related man page, mysql_config.1. |
| Comment by Michal Schorm [ 2017-03-15 ] |
|
Oh, I double checked it, and I see the issue now. Sorry, this is most probabbly on our side. We take care of multilib support, so we create a warpper ( '/usr/bin/mysql_config' ) for an actual script ( '/usr/bin/mysql_config.sh-64' ) |