From 1b7bd2e9d5b5ab88a0c75876c9f7eeb8d6854fc7 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Mon, 16 Oct 2017 14:28:44 +0200 Subject: [PATCH] RPMLint error fix: Remove unused python scripts which remained from TokuDB upstream --- mariadb.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index 3c111bb..bf97a3c 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -694,9 +694,8 @@ fi rm -r storage/rocksdb/ %endif -# set interpreter from python -> python3 -# https://pagure.io/packaging-committee/issue/698 -sed -i 's:#!/usr/bin/env python:#!/usr/bin/env python3:g' storage/tokudb/mysql-test/tokudb/t/* +# Remove python scripts remains from tokudb upstream (those files are not used anyway) +rm -r storage/tokudb/mysql-test/tokudb/t/*.py %build @@ -1507,7 +1506,8 @@ fi - Fix client library obsolete Related: #1498956 - Enable testsuite again -- RPMLint error fix: use python version in python scripts shebangs +- RPMLint error fix: + Remove unused python scripts which remained from TokuDB upstream - RPMLint error fix: description line too long * Wed Oct 04 2017 Michal Schorm - 3:10.2.9-2