mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Fix the spec file: Files must not be mentioned twice in a "%files" list.
This commit is contained in:
parent
236886d754
commit
deba087af0
1 changed files with 5 additions and 2 deletions
|
|
@ -1002,7 +1002,6 @@ echo "=====" >> $STATUS_HISTORY
|
|||
%doc %attr(644, root, man) %{_mandir}/man1/replace.1*
|
||||
%doc %attr(644, root, man) %{_mandir}/man1/resolve_stack_dump.1*
|
||||
%doc %attr(644, root, man) %{_mandir}/man1/resolveip.1*
|
||||
%doc %attr(644, root, man) %{_mandir}/man1/mysql_plugin.1*
|
||||
|
||||
%ghost %config(noreplace,missingok) %{_sysconfdir}/my.cnf
|
||||
|
||||
|
|
@ -1020,7 +1019,6 @@ echo "=====" >> $STATUS_HISTORY
|
|||
%attr(755, root, root) %{_bindir}/mysql_setpermission
|
||||
%attr(755, root, root) %{_bindir}/mysql_tzinfo_to_sql
|
||||
%attr(755, root, root) %{_bindir}/mysql_upgrade
|
||||
%attr(755, root, root) %{_bindir}/mysql_plugin
|
||||
%attr(755, root, root) %{_bindir}/mysql_zap
|
||||
%attr(755, root, root) %{_bindir}/mysqlbug
|
||||
%attr(755, root, root) %{_bindir}/mysqld_multi
|
||||
|
|
@ -1131,6 +1129,11 @@ echo "=====" >> $STATUS_HISTORY
|
|||
# merging BK trees)
|
||||
##############################################################################
|
||||
%changelog
|
||||
* Wed Sep 28 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
|
||||
|
||||
- Fix duplicate mentioning of "mysql_plugin" and its manual page,
|
||||
it is better to keep alphabetic order in the files list (merging!).
|
||||
|
||||
* Tue Sep 13 2011 Jonathan Perkin <jonathan.perkin@oracle.com>
|
||||
|
||||
- Add support for Oracle Linux 6 and Red Hat Enterprise Linux 6. Due to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue