diff --git a/mariadb.spec b/mariadb.spec index 4239bec..d01ff61 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -5,7 +5,7 @@ %define userid 65018 Name: mariadb -Version: 5.5.44 +Version: 5.5.45 Release: 1mamba Summary: A SQL database engine designed as a drop-in replacement of MySQL(R) 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 %{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} \ # %{buildroot}%{_datadir}/mysql/%{name}_convert_db_format_to_mysql41 # copy default configuration file @@ -372,7 +372,7 @@ fi %files common %defattr(-,root,root) %config %{_sysconfdir}/my.cnf -%config(noreplace) %{_sysconfdir}/logrotate.d/mariadb +#%config(noreplace) %{_sysconfdir}/logrotate.d/mariadb %{_bindir}/innochecksum %{_bindir}/my_print_defaults %{_bindir}/myisamchk @@ -522,6 +522,10 @@ fi %{_mandir}/man1/mysql_config.1* %changelog +* Sun Oct 11 2015 Silvan Calarco 5.5.45-1mamba +- update to 5.5.45 +- remove incorrect installed logrotate file + * Thu Jul 02 2015 Silvan Calarco 5.5.44-1mamba - update to 5.5.44