mirror of
https://abf.rosa.ru/djam/mariadb.git
synced 2025-02-23 22:52:48 +00:00
Updated spec and rpmlintrc
This commit is contained in:
parent
a900457e39
commit
085a9fde7b
2 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
addFilter("E: zero-length")
|
||||
addFilter("E: non-standard-dir-perm")
|
||||
addFilter("E: non-executable-script")
|
||||
addFilter("W: non-executable-script")
|
||||
addFilter("W: no-documentation")
|
||||
|
|
11
mariadb.spec
11
mariadb.spec
|
@ -566,12 +566,12 @@ chmod 711 %{buildroot}/srv/mysql \
|
|||
%{buildroot}%{_localstatedir}/log/mysqld
|
||||
|
||||
# Unneeded stuff
|
||||
rm -f %{buildroot}%{_datadir}/mysql/binary-configure \
|
||||
rm -f %{buildroot}%{_datadir}/mysql/binary-configure \
|
||||
%{buildroot}%{_datadir}/mysql/magic \
|
||||
%{buildroot}%{_datadir}/mysql/mysql-log-rotate \
|
||||
%{buildroot}%{_datadir}/mysql/solaris/postinstall-solaris
|
||||
# Should those go to docs rather than just being deleted?
|
||||
rm -f %{buildroot}%{_datadir}/mysql/config.huge.ini \
|
||||
rm -f %{buildroot}%{_datadir}/mysql/config.huge.ini \
|
||||
%{buildroot}%{_datadir}/mysql/config.medium.ini \
|
||||
%{buildroot}%{_datadir}/mysql/config.small.ini \
|
||||
%{buildroot}%{_datadir}/mysql/mysql.server \
|
||||
|
@ -579,3 +579,10 @@ rm -f %{buildroot}%{_datadir}/mysql/config.huge.ini \
|
|||
%{buildroot}%{_datadir}/mysql/ndb-config-2-node.ini \
|
||||
%{buildroot}%{_datadir}/mysql/SELinux/RHEL4/mysql.fc \
|
||||
%{buildroot}%{_datadir}/mysql/SELinux/RHEL4/mysql.te
|
||||
|
||||
rm -f %{buildroot}%{_datadir}/groonga-normalizer-mysql/README.md \
|
||||
%{buildroot}%{_datadir}/groonga-normalizer-mysql/lgpl-2.0.txt \
|
||||
%{buildroot}%{_datadir}/groonga/COPYING \
|
||||
%{buildroot}%{_datadir}/groonga/README.md \
|
||||
%{buildroot}%{_datadir}/mysql/mroonga/AUTHORS \
|
||||
%{buildroot}%{_datadir}/mysql/mroonga/COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue