Skip to content

Commit fb178c6

Browse files
committed
Restore changes to the RPM spec files accidentally reverted by
commit 9570431e17b06610357a5263e19c2e5f735d6303
1 parent c71dd21 commit fb178c6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packaging/rpm-fedora/mysql.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n
567567
%attr(644, root, root) %{_mandir}/man1/replace.1*
568568
%attr(644, root, root) %{_mandir}/man1/resolve_stack_dump.1*
569569
%attr(644, root, root) %{_mandir}/man1/resolveip.1*
570+
%attr(644, root, root) %{_mandir}/man1/mysql_ssl_rsa_setup.1*
570571

571572
%config(noreplace) %{_sysconfdir}/my.cnf
572573
%dir %{_sysconfdir}/my.cnf.d

packaging/rpm-oel/mysql.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ fi
753753
%attr(644, root, root) %{_mandir}/man1/replace.1*
754754
%attr(644, root, root) %{_mandir}/man1/resolve_stack_dump.1*
755755
%attr(644, root, root) %{_mandir}/man1/resolveip.1*
756+
%attr(644, root, root) %{_mandir}/man1/mysql_ssl_rsa_setup.1*
756757

757758
%config(noreplace) %{_sysconfdir}/my.cnf
758759
%dir %{_sysconfdir}/my.cnf.d

packaging/rpm-sles/mysql.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ fi
561561
%attr(644, root, root) %{_mandir}/man1/replace.1*
562562
%attr(644, root, root) %{_mandir}/man1/resolve_stack_dump.1*
563563
%attr(644, root, root) %{_mandir}/man1/resolveip.1*
564+
%attr(644, root, root) %{_mandir}/man1/mysql_ssl_rsa_setup.1*
564565

565566
%config(noreplace) %{_sysconfdir}/my.cnf
566567
%dir %{_sysconfdir}/my.cnf.d

0 commit comments

Comments
 (0)