RPMLint error fix: description line too long
This commit is contained in:
parent
082df141a1
commit
4f0e1812ee
10
mariadb.spec
10
mariadb.spec
@ -502,9 +502,9 @@ Provides: mysql-perl = %{sameevr}
|
||||
Requires: perl(DBI) perl(DBD::mysql)
|
||||
|
||||
%description server-utils
|
||||
This package contains all non-essential server utilities and scripts for managing
|
||||
databases. It also contains all utilities requiring Perl and it is the only MariaDB
|
||||
subpackage, except test subpackage, that depends on Perl.
|
||||
This package contains all non-essential server utilities and scripts for
|
||||
managing databases. It also contains all utilities requiring Perl and it is
|
||||
the only MariaDB subpackage, except test subpackage, that depends on Perl.
|
||||
|
||||
|
||||
%if %{with devel}
|
||||
@ -879,7 +879,6 @@ rm %{buildroot}%{_bindir}/mysql_embedded
|
||||
rm %{buildroot}%{_libdir}/mysql/*.a
|
||||
rm %{buildroot}%{_datadir}/%{pkg_name}/binary-configure
|
||||
rm %{buildroot}%{_datadir}/%{pkg_name}/magic
|
||||
#rm %{buildroot}%{_datadir}/%{pkg_name}/my-*.cnf
|
||||
rm %{buildroot}%{_datadir}/%{pkg_name}/mysql.server
|
||||
rm %{buildroot}%{_datadir}/%{pkg_name}/mysqld_multi.server
|
||||
rm %{buildroot}%{_mandir}/man1/mysql-stress-test.pl.1*
|
||||
@ -930,6 +929,8 @@ cp Docs/README-wsrep Docs/README.wsrep
|
||||
|
||||
# remove *.jar file from mysql-test
|
||||
rm -r %{buildroot}%{_datadir}/mysql-test/plugin/connect/connect/std_data/JdbcMariaDB.jar
|
||||
rm -r %{buildroot}%{_datadir}/mysql-test/plugin/connect/connect/std_data/Mongo2.jar
|
||||
rm -r %{buildroot}%{_datadir}/mysql-test/plugin/connect/connect/std_data/Mongo3.jar
|
||||
|
||||
# RPMLINT E:
|
||||
# mariadb-bench.x86_64: E: script-without-shebang /usr/share/sql-bench/myisam.cnf
|
||||
@ -1500,6 +1501,7 @@ fi
|
||||
* Thu Oct 05 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.9-3
|
||||
- Fix client library obsolete
|
||||
Related: #1498956
|
||||
- RPMLint error fix: description line too long
|
||||
|
||||
* Wed Oct 04 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.9-2
|
||||
- Fix of "with" and "without" macros, so they works
|
||||
|
Loading…
Reference in New Issue
Block a user