Update to 5.7.12

This commit is contained in:
Jakub Dorňák 2016-05-24 12:58:33 +02:00
parent 12f495c7ea
commit e9f81954c8
3 changed files with 11 additions and 11 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/boost_1_59_0.tar.bz2
/mysql-5.7.11.tar.gz
/mysql-boost-5.7.11.tar.gz
/mysql-boost-5.7.12.tar.gz

View File

@ -79,8 +79,8 @@
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
Name: community-mysql
Version: 5.7.11
Release: 2%{?with_debug:.debug}%{?dist}
Version: 5.7.12
Release: 1%{?with_debug:.debug}%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
URL: http://www.mysql.com
@ -255,13 +255,7 @@ MySQL packages.
Summary: The MySQL server and related files
Group: Applications/Databases
# note: no version here = %%{sameevr}
%if %{with mysql_names}
Requires: mysql-compat-client%{?_isa}
Requires: mysql%{?_isa}
%else
Requires: %{name}%{?_isa}
%endif
Requires: %{name}%{?_isa} = %{sameevr}
Requires: %{name}-common%{?_isa} = %{sameevr}
Requires: %{_sysconfdir}/my.cnf
Requires: %{_sysconfdir}/my.cnf.d
@ -779,7 +773,7 @@ polish,portuguese,romanian,russian,serbian,slovak,spanish,swedish,ukrainian}
%endif
%if %{without test}
rm -f %{buildroot}%{_bindir}/{mysql_client_test,my_safe_process}
rm -f %{buildroot}%{_bindir}/{mysql_client_test,mysqlxtest,my_safe_process}
rm -rf %{buildroot}%{_datadir}/mysql-test
rm -f %{buildroot}%{_mandir}/man1/mysql_client_test.1*
%endif
@ -1061,12 +1055,17 @@ fi
%if %{with test}
%files test
%{_bindir}/mysql_client_test
%{_bindir}/mysqlxtest
%{_bindir}/my_safe_process
%attr(-,mysql,mysql) %{_datadir}/mysql-test
%{_mandir}/man1/mysql_client_test.1*
%endif
%changelog
* Tue May 24 2016 Jakub Dorňák <jdornak@redhat.com> - 5.7.12-1
- Update to 5.7.12
Thanks to Norvald H. Ryeng
* Sun Feb 14 2016 Honza Horak <hhorak@redhat.com> - 5.7.11-2
- Remove duplicate tmpfiles.d file
Resolves: #1288216

View File

@ -1 +1 @@
c870306646c11b9de97956a4ba77d28c mysql-boost-5.7.11.tar.gz
fb9d67b708e5e9d29533c5be2768b41e mysql-boost-5.7.12.tar.gz