diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-24 12:53:39 +0300 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-24 12:53:39 +0300 |
commit | 174a6962dafe030759fd27dc8404f2c972e589e6 (patch) | |
tree | a65f42649a6658936972895da00a6b7b777a2984 /support-files | |
parent | e9f78310c0cad1eaac81f01bef6d8c0162264d05 (diff) | |
download | mariadb-git-174a6962dafe030759fd27dc8404f2c972e589e6.tar.gz |
A follow-up for Bug#58340 (Remove Server GPL EXCEPTIONS-CLIENT file) -- remove all
EXCEPTIONS-CLIENT from all the places.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 6baa19dc934..6bf5fca60ab 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -837,7 +837,6 @@ fi %files devel %defattr(-, root, root, 0755) -%doc EXCEPTIONS-CLIENT %doc %attr(644, root, man) %{_mandir}/man1/comp_err.1* %doc %attr(644, root, man) %{_mandir}/man1/mysql_config.1* %attr(755, root, root) %{_bindir}/comp_err @@ -892,6 +891,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Wed Nov 24 2010 Alexander Nozdrin <alexander.nozdrin@oracle.com> + +- EXCEPTIONS-CLIENT has been deleted, remove it from here too. + * Mon Feb 01 2010 Joerg Bruehe <joerg.bruehe@sun.com> - Formatting changes: |