RPMLint error fix: Remove unused python scripts which remained from TokuDB upstream

This commit is contained in:
Michal Schorm 2017-10-16 14:28:44 +02:00
parent 3b1fe420f0
commit 1b7bd2e9d5

View File

@ -694,9 +694,8 @@ fi
rm -r storage/rocksdb/ rm -r storage/rocksdb/
%endif %endif
# set interpreter from python -> python3 # Remove python scripts remains from tokudb upstream (those files are not used anyway)
# https://pagure.io/packaging-committee/issue/698 rm -r storage/tokudb/mysql-test/tokudb/t/*.py
sed -i 's:#!/usr/bin/env python:#!/usr/bin/env python3:g' storage/tokudb/mysql-test/tokudb/t/*
%build %build
@ -1507,7 +1506,8 @@ fi
- Fix client library obsolete - Fix client library obsolete
Related: #1498956 Related: #1498956
- Enable testsuite again - 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 - RPMLint error fix: description line too long
* Wed Oct 04 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.9-2 * Wed Oct 04 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.9-2