We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c40fe6 commit 59a43e0Copy full SHA for 59a43e0
support-files/mysql.spec.sh
@@ -593,6 +593,10 @@ install -m 644 "%{malloc_lib_source}" \
593
"$RBR%{_libdir}/mysql/%{malloc_lib_target}"
594
%endif
595
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
600
##############################################################################
601
# Post processing actions, i.e. when installed
602
0 commit comments