~maria-captains/maria/10.0

« back to all changes in this revision

Viewing changes to support-files/mysql.spec.sh

Add my.cnf.d to regular rpm for EL7 build

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
Packager:       MySQL Release Engineering <mysql-build@oss.oracle.com> 
252
252
Vendor:         %{mysql_vendor}
253
253
BuildRequires:  %{distro_buildreq}
 
254
%{?el7:Patch0:         mysql-5.5-libmysqlclient-symbols.patch}
254
255
 
255
256
# Regression tests may take a long time, override the default to skip them 
256
257
%{!?runselftest:%global runselftest 1}
443
444
##############################################################################
444
445
%prep
445
446
%setup -T -a 0 -c -n %{src_dir}
446
 
 
 
447
pushd %{src_dir}
 
448
%{?el7:%patch0 -p1}
447
449
##############################################################################
448
450
%build
449
451
 
559
561
install -d $RBR%{_mandir}
560
562
install -d $RBR%{_sbindir}
561
563
 
 
564
mkdir -p $RBR%{_sysconfdir}/my.cnf.d
 
565
 
562
566
# Install all binaries
563
567
(
564
568
  cd $MBD/release
1094
1098
%doc %attr(644, root, man) %{_mandir}/man1/resolveip.1*
1095
1099
 
1096
1100
%ghost %config(noreplace,missingok) %{_sysconfdir}/my.cnf
 
1101
%dir %{_sysconfdir}/my.cnf.d
1097
1102
 
1098
1103
%attr(755, root, root) %{_bindir}/innochecksum
1099
1104
%attr(755, root, root) %{_bindir}/my_print_defaults