Skip to content

Commit 59a43e0

Browse files
committed
Remove mysqlhotcopy from regular spec file to resolve build failures
1 parent 1c40fe6 commit 59a43e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

support-files/mysql.spec.sh

+4
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,10 @@ install -m 644 "%{malloc_lib_source}" \
593593
"$RBR%{_libdir}/mysql/%{malloc_lib_target}"
594594
%endif
595595

596+
# Remove man pages we explicitly do not want to package, avoids 'unpackaged
597+
# files' warning.
598+
# This has become obsolete: rm -f $RBR%{_mandir}/man1/make_win_bin_dist.1*
599+
rm -rf $RBR%{_bindir}/mysqlhotcopy
596600
##############################################################################
597601
# Post processing actions, i.e. when installed
598602
##############################################################################

0 commit comments

Comments
 (0)