You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for Bug#94414 (29384853), Connector/J RPM package have version number in path.
Background:
According to RPM package policy[1], jar files should not have version
in filename. A unversioned filename makes it more simple to upgrade
the package without doing other changes.
Fix:
Use %{name} RPM macro to name the jar file, giving wanted filename in
all cases. Also fix build.xml to accept more generic output from
java -version
[1]: https://docs.fedoraproject.org/en-US/packaging-guidelines/Java/
0 commit comments