Commit 735b5ca4 authored by lenz@mysql.com's avatar lenz@mysql.com

- Fixed BUG 1162 (removed macro names from the changelog)

 - Really fixed BUG 998 (disable the checking for installed but
   unpackaged files)
parent 7a51e369
...@@ -3,6 +3,10 @@ ...@@ -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 ...@@ -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 ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment