update to 5.5.45
remove incorrect installed logrotate file [release 5.5.45-1mamba;Sun Oct 11 2015]
This commit is contained in:
parent
c4b6c78e09
commit
0b01c7c548
10
mariadb.spec
10
mariadb.spec
@ -5,7 +5,7 @@
|
|||||||
%define userid 65018
|
%define userid 65018
|
||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 5.5.44
|
Version: 5.5.45
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A SQL database engine designed as a drop-in replacement of MySQL(R)
|
Summary: A SQL database engine designed as a drop-in replacement of MySQL(R)
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -187,7 +187,7 @@ install -d %{buildroot}/var/lib/mysql%{?MAJversion}
|
|||||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/mariadb.service
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/mariadb.service
|
||||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/mariadb.conf
|
install -D -m0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/mariadb.conf
|
||||||
|
|
||||||
install -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/mariadb
|
#install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/mariadb
|
||||||
#install -D -m755 %{SOURCE3} \
|
#install -D -m755 %{SOURCE3} \
|
||||||
# %{buildroot}%{_datadir}/mysql/%{name}_convert_db_format_to_mysql41
|
# %{buildroot}%{_datadir}/mysql/%{name}_convert_db_format_to_mysql41
|
||||||
# copy default configuration file
|
# copy default configuration file
|
||||||
@ -372,7 +372,7 @@ fi
|
|||||||
%files common
|
%files common
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %{_sysconfdir}/my.cnf
|
%config %{_sysconfdir}/my.cnf
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/mariadb
|
#%config(noreplace) %{_sysconfdir}/logrotate.d/mariadb
|
||||||
%{_bindir}/innochecksum
|
%{_bindir}/innochecksum
|
||||||
%{_bindir}/my_print_defaults
|
%{_bindir}/my_print_defaults
|
||||||
%{_bindir}/myisamchk
|
%{_bindir}/myisamchk
|
||||||
@ -522,6 +522,10 @@ fi
|
|||||||
%{_mandir}/man1/mysql_config.1*
|
%{_mandir}/man1/mysql_config.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.45-1mamba
|
||||||
|
- update to 5.5.45
|
||||||
|
- remove incorrect installed logrotate file
|
||||||
|
|
||||||
* Thu Jul 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.44-1mamba
|
* Thu Jul 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.44-1mamba
|
||||||
- update to 5.5.44
|
- update to 5.5.44
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user