~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to packaging/rpm-oel/mysql.spec.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
 
1
# Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
85
85
Summary:        A very fast and reliable SQL database server
86
86
Group:          Applications/Databases
87
87
Version:        @VERSION@
88
 
Release:        2%{?commercial:.1}%{?dist}
 
88
Release:        3%{?commercial:.1}%{?dist}
89
89
License:        Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
90
90
Source0:        https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
91
91
URL:            http://www.mysql.com/
597
597
rm -rf %{buildroot}%{_datadir}/mysql/binary-configure
598
598
rm -rf %{buildroot}%{_datadir}/mysql/mysql.server
599
599
rm -rf %{buildroot}%{_datadir}/mysql/mysqld_multi.server
 
600
rm -f %{buildroot}%{_datadir}/mysql/win_install_firewall.sql 
600
601
%if 0%{?systemd}
601
602
rm -rf %{buildroot}%{_sysconfdir}/init.d/mysqld
602
603
%endif
740
741
%attr(755, root, root) %{_libdir}/mysql/plugin/innodb_engine.so
741
742
%attr(755, root, root) %{_libdir}/mysql/plugin/libmemcached.so
742
743
%attr(755, root, root) %{_libdir}/mysql/plugin/mypluglib.so
 
744
%attr(755, root, root) %{_libdir}/mysql/plugin/mysql_no_login.so
743
745
%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_master.so
744
746
%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_slave.so
745
747
%attr(755, root, root) %{_libdir}/mysql/plugin/validate_password.so
749
751
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/innodb_engine.so
750
752
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/libmemcached.so
751
753
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/mypluglib.so
 
754
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/mysql_no_login.so
752
755
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_master.so
753
756
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_slave.so
754
757
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/validate_password.so
772
775
%attr(755, root, root) %{_libdir}/mysql/plugin/authentication_pam.so
773
776
%attr(755, root, root) %{_libdir}/mysql/plugin/thread_pool.so
774
777
%attr(755, root, root) %{_libdir}/mysql/plugin/openssl_udf.so
 
778
%attr(755, root, root) %{_libdir}/mysql/plugin/firewall.so 
 
779
%attr(644, root, root) %{_datadir}/mysql/linux_install_firewall.sql 
775
780
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/audit_log.so
776
781
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/authentication_pam.so
777
782
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/thread_pool.so
778
783
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/openssl_udf.so
 
784
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/firewall.so 
779
785
%endif
780
786
%attr(644, root, root) %{_datadir}/mysql/fill_help_tables.sql
781
787
%attr(644, root, root) %{_datadir}/mysql/mysql_system_tables.sql
938
944
%endif
939
945
 
940
946
%changelog
 
947
* Wed Jan 14 2015 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.24-1
 
948
- Add mysql_no_login.so plugin
 
949
 
941
950
* Mon Oct 06 2014 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.22-1
942
951
- Add license info in each subpackage
943
952