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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
830bcff0
Commit
830bcff0
authored
Jun 25, 2015
by
Balasubramanian Kandasamy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker package names
parent
92b4683d
Changes
1
Show 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 @
830bcff0
...
...
@@ -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