mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
- Fixed BUG 1162 (removed macro names from the changelog)
- Really fixed BUG 998 (disable the checking for installed but unpackaged files)
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
%define mysqld_user mysql
|
%define mysqld_user mysql
|
||||||
%define server_suffix -standard
|
%define server_suffix -standard
|
||||||
|
|
||||||
|
# We don't package all files installed into the build root by intention -
|
||||||
|
# See BUG#998 for details.
|
||||||
|
%_unpackaged_files_terminate_build 0
|
||||||
|
|
||||||
%define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
|
%define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
|
||||||
|
|
||||||
Name: MySQL
|
Name: MySQL
|
||||||
@@ -561,18 +565,26 @@ fi
|
|||||||
%files embedded
|
%files embedded
|
||||||
%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
|
%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
|
||||||
|
|
||||||
|
# The spec file changelog only includes changes made to the spec file
|
||||||
|
# itself
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 29 2003 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
|
- Fixed BUG 1162 (removed macro names from the changelog)
|
||||||
|
- Really fixed BUG 998 (disable the checking for installed but
|
||||||
|
unpackaged files)
|
||||||
|
|
||||||
* Tue Aug 05 2003 Lenz Grimmer <lenz@mysql.com>
|
* Tue Aug 05 2003 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
- Fixed BUG#959 (libmysqld not being compiled properly)
|
- Fixed BUG 959 (libmysqld not being compiled properly)
|
||||||
- Fixed BUG#998 (RPM build errors): added missing files to the
|
- Fixed BUG 998 (RPM build errors): added missing files to the
|
||||||
distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
|
distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
|
||||||
mysql_fix_privilege_tables.1), removed "-n" from %install section.
|
mysql_fix_privilege_tables.1), removed "-n" from install section.
|
||||||
|
|
||||||
* Wed Jul 09 2003 Lenz Grimmer <lenz@mysql.com>
|
* Wed Jul 09 2003 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
- removed the GIF Icon (file was not included in the sources anyway)
|
- removed the GIF Icon (file was not included in the sources anyway)
|
||||||
- removed unused variable %shared_lib_version
|
- removed unused variable shared_lib_version
|
||||||
- do not run automake before building the standard binary
|
- do not run automake before building the standard binary
|
||||||
(should not be necessary)
|
(should not be necessary)
|
||||||
- add server suffix '-standard' to standard binary (to be in line
|
- add server suffix '-standard' to standard binary (to be in line
|
||||||
@@ -593,7 +605,7 @@ fi
|
|||||||
* Mon Mar 10 2003 Lenz Grimmer <lenz@mysql.com>
|
* Mon Mar 10 2003 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
- added missing file mysql_secure_installation to server subpackage
|
- added missing file mysql_secure_installation to server subpackage
|
||||||
(bug #141)
|
(BUG 141)
|
||||||
|
|
||||||
* Tue Feb 11 2003 Lenz Grimmer <lenz@mysql.com>
|
* Tue Feb 11 2003 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user