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
9cbd6d74
Commit
9cbd6d74
authored
Jul 24, 2015
by
Murthy Narkedimilli
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mysql-5.5.45-release' into mysql-5.5
parents
b5380e09
830bcff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
packaging/rpm-docker/mysql.spec.in
packaging/rpm-docker/mysql.spec.in
+9
-6
No files found.
packaging/rpm-docker/mysql.spec.in
View file @
9cbd6d74
...
...
@@ -36,7 +36,7 @@
%global license_type GPLv2
%endif
Name: mysql-%{product_suffix}
Name: mysql-%{product_suffix}
-minimal
Summary: A very fast and reliable SQL database server
Group: Applications/Databases
Version: @VERSION@
...
...
@@ -79,7 +79,7 @@ The MySQL web site (http://www.mysql.com/) provides the latest
news and information about the MySQL software. Also please see the
documentation and the manual for more information.
%package
server-minimal
%package
-n mysql-%{product_suffix}-
server-minimal
Summary: A very fast and reliable SQL database server
Group: Applications/Databases
Requires: shadow-utils
...
...
@@ -88,7 +88,7 @@ Provides: mysql-server%{?_isa} = %{version}-%{release}
Provides: mysql-compat-server = %{version}-%{release}
Provides: mysql-compat-server%{?_isa} = %{version}-%{release}
%description
server-minimal
%description
-n mysql-%{product_suffix}-
server-minimal
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
and robust SQL (Structured Query Language) database server. MySQL Server
is intended for mission-critical, heavy-load production systems as well
...
...
@@ -209,17 +209,17 @@ pushd mysql-test
rm -r $(readlink var) var
%endif
%pre server-minimal
%pre
-n mysql-%{product_suffix}-
server-minimal
/usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || :
/usr/sbin/useradd -M -N -g mysql -o -r -d /var/lib/mysql -s /bin/false \
-c "MySQL Server" -u 27 mysql >/dev/null 2>&1 || :
%post server-minimal
%post
-n mysql-%{product_suffix}-
server-minimal
/bin/touch /var/log/mysqld.log >/dev/null 2>&1 || :
/bin/chmod 0640 /var/log/mysqld.log >/dev/null 2>&1 || :
/bin/chown mysql:mysql /var/log/mysqld.log >/dev/null 2>&1 || :
%files server-minimal
%files
-n mysql-%{product_suffix}-
server-minimal
%defattr(-, root, root, -)
%doc %{?license_files_server}
%doc %{src_dir}/Docs/INFO_SRC*
...
...
@@ -276,6 +276,9 @@ rm -r $(readlink var) var
%dir %attr(750, mysql, mysql) /var/lib/mysql-files
%changelog
* Thu Jun 25 2015 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.5.45-1
- Update package names
* Mon Feb 16 2015 Terje Rosten <terje.rosten@oracle.com> - 5.5.42-1
- Port to 5.5.
...
...
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