summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorlenz@mysql.com <>2004-08-09 14:36:59 +0200
committerlenz@mysql.com <>2004-08-09 14:36:59 +0200
commit0709513d4ba73d77575adf0788f26019eef76d94 (patch)
treeedc9a9e315152b76d32303210c68ce2b4d1c38f9 /support-files
parent1097805cf2bdf833f7d07886c7a35b9af54ba068 (diff)
downloadmariadb-git-0709513d4ba73d77575adf0788f26019eef76d94.tar.gz
- added EXCEPTIONS-CLIENT to the "devel" RPM subpackage and added
a note to the RPM ChangeLog about it
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 8a74543d053..366af1929f1 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -446,7 +446,7 @@ fi
%files server
%defattr(-,root,root,0755)
-%doc COPYING EXCEPTIONS-CLIENT README
+%doc COPYING README
%doc Docs/manual.{html,ps,texi,txt}
%doc Docs/manual_toc.html
%doc support-files/my-*.cnf
@@ -531,6 +531,7 @@ fi
%files devel
%defattr(-, root, root, 0755)
+%doc EXCEPTIONS-CLIENT
%attr(755, root, root) %{_bindir}/comp_err
%attr(755, root, root) %{_bindir}/mysql_config
%dir %attr(755, root, root) %{_includedir}/mysql
@@ -575,6 +576,10 @@ fi
# The spec file changelog only includes changes made to the spec file
# itself
%changelog
+* Mon Aug 09 2004 Lenz Grimmer <lenz@mysql.com>
+
+- Added EXCEPTIONS-CLIENT to the "devel" package
+
* Mon Apr 05 2004 Lenz Grimmer <lenz@mysql.com>
- added ncurses-devel to the build prerequisites (BUG 3377)