Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
a2fc1727
Commit
a2fc1727
authored
Jul 31, 2013
by
hery.ramilison@oracle.com
Committed by
Hery Ramilison
Jul 31, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge from mysql-5.5.33-release
parents
bec8595b
0956325f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
packaging/rpm-uln/mysql.spec.sh
packaging/rpm-uln/mysql.spec.sh
+5
-0
packaging/solaris/postinstall-solaris.sh
packaging/solaris/postinstall-solaris.sh
+0
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+12
-2
No files found.
packaging/rpm-uln/mysql.spec.sh
View file @
a2fc1727
...
...
@@ -664,6 +664,7 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/mysql-log-rotate
rm
-f
${
RPM_BUILD_ROOT
}
%
{
_datadir
}
/mysql/ChangeLog
rm
-f
${
RPM_BUILD_ROOT
}
%
{
_mandir
}
/man1/mysql-stress-test.pl.1
*
rm
-f
${
RPM_BUILD_ROOT
}
%
{
_mandir
}
/man1/mysql-test-run.pl.1
*
rm
-rf
${
RPM_BUILD_ROOT
}
%
{
_datadir
}
/mysql/solaris
mkdir
-p
$RPM_BUILD_ROOT
/etc/ld.so.conf.d
echo
"%{_libdir}/mysql"
>
$RPM_BUILD_ROOT
/etc/ld.so.conf.d/%
{
name
}
-%
{
_arch
}
.conf
...
...
@@ -980,6 +981,10 @@ fi
%
{
_mandir
}
/man1/mysql_client_test.1
*
%changelog
*
Wed Jul 10 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>
- Removed directory /usr/share/mysql/solaris/postinstall-solaris to resolve build
error
*
Thu Dec 7 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
- Change the way
in
which
"libmysqld.so"
is created: Using all object modules
was wrong, gcc / ld can resolve the dependencies from
"libmysqld.a"
.
...
...
packaging/solaris/postinstall-solaris.sh
View file @
a2fc1727
...
...
@@ -81,7 +81,6 @@ if [ -n "$INSTALL" ] ; then
cd
"
$mybasedir
"
scripts/mysql_install_db
\
--rpm
\
--random-passwords
\
--user
=
mysql
\
--basedir
=
"
$mybasedir
"
\
--datadir
=
$mydatadir
...
...
support-files/mysql.spec.sh
View file @
a2fc1727
...
...
@@ -288,6 +288,8 @@ Group: Applications/Databases
Requires: %
{
distro_requires
}
%if 0%
{
?commercial
}
Obsoletes: MySQL-server
%else
Obsoletes: MySQL-server-advanced
%endif
Obsoletes: mysql-server mysql-advanced mysql-server-advanced
Obsoletes: MySQL-server-classic MySQL-server-community MySQL-server-enterprise
...
...
@@ -323,6 +325,8 @@ Summary: MySQL - Client
Group: Applications/Databases
%if 0%
{
?commercial
}
Obsoletes: MySQL-client
%else
Obsoletes: MySQL-client-advanced
%endif
Obsoletes: mysql < %
{
version
}
-%
{
release
}
Obsoletes: mysql-advanced < %
{
version
}
-%
{
release
}
...
...
@@ -341,10 +345,11 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
Summary: MySQL - Test suite
Group: Applications/Databases
%if 0%
{
?commercial
}
Obsoletes: MySQL-test
Requires: MySQL-client-advanced perl
Obsoletes: MySQL-test
%else
Requires: MySQL-client perl
Obsoletes: MySQL-test-advanced
%endif
Obsoletes: mysql-test mysql-test-advanced
Obsoletes: mysql-bench MySQL-bench
...
...
@@ -363,6 +368,8 @@ Summary: MySQL - Development header files and libraries
Group: Applications/Databases
%if 0%
{
?commercial
}
Obsoletes: MySQL-devel
%else
Obsoletes: MySQL-devel-advanced
%endif
Obsoletes: mysql-devel mysql-embedded-devel mysql-devel-advanced mysql-embedded-devel-advanced
Obsoletes: MySQL-devel-classic MySQL-devel-community MySQL-devel-enterprise
...
...
@@ -381,6 +388,8 @@ Summary: MySQL - Shared libraries
Group: Applications/Databases
%if 0%
{
?commercial
}
Obsoletes: MySQL-shared
%else
Obsoletes: MySQL-shared-advanced
%endif
Obsoletes: MySQL-shared-standard MySQL-shared-pro
Obsoletes: MySQL-shared-pro-cert MySQL-shared-pro-gpl
...
...
@@ -397,10 +406,11 @@ and applications need to dynamically load and use MySQL.
Summary: MySQL - Embedded library
Group: Applications/Databases
%if 0%
{
?commercial
}
Obsoletes: MySQL-embedded
Requires: MySQL-devel-advanced
Obsoletes: MySQL-embedded
%else
Requires: MySQL-devel
Obsoletes: MySQL-embedded-advanced
%endif
Obsoletes: mysql-embedded mysql-embedded-advanced
Obsoletes: MySQL-embedded-pro
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment