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
0830992f
Commit
0830992f
authored
Aug 26, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Updated RPM spec file: MySQL-Max now requires MySQL-server instead
of MySQL (BUG#3860)
parent
73fe243d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+7
-2
No files found.
support-files/mysql.spec.sh
View file @
0830992f
...
...
@@ -153,7 +153,7 @@ Summary: MySQL - server with Berkeley BD, RAID and UDF support
Group: Applications/Databases
Provides: mysql-Max
Obsoletes: mysql-Max
Requires: MySQL
>=
4.0
Requires: MySQL
-server
>=
4.0
%description Max
Optional MySQL server binary that supports additional features like
...
...
@@ -588,8 +588,13 @@ fi
%attr
(
644, root, root
)
%
{
_libdir
}
/mysql/libmysqld.a
# The spec file changelog only includes changes made to the spec file
# itself
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Thu Aug 26 2004 Lenz Grimmer <lenz@mysql.com>
- MySQL-Max now requires MySQL-server instead of MySQL
(
BUG 3860
)
*
Tue Aug 10 2004 Lenz Grimmer <lenz@mysql.com>
- Added libmygcc.a to the devel subpackage
(
required to
link
applications
...
...
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