diff --git a/meta-test-family.spec b/meta-test-family.spec index e15385b..e86b602 100644 --- a/meta-test-family.spec +++ b/meta-test-family.spec @@ -2,7 +2,7 @@ Name: meta-test-family Version: 0.7.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to test components of a modular Fedora License: GPLv2+ @@ -54,6 +54,9 @@ install -d -p -m 755 %{buildroot}%{_datadir}/%{framework_name} %changelog +* Wed Oct 04 2017 Petr Hracek 0.7.4-2 +- fix shebang from two python files + * Wed Oct 04 2017 Petr Hracek 0.7.4-1 - fix some packaging stuff diff --git a/moduleframework/bashhelper.py b/moduleframework/bashhelper.py index 3d458c7..f6a3b6d 100644 --- a/moduleframework/bashhelper.py +++ b/moduleframework/bashhelper.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- # # Meta test family (MTF) is a tool to test components of a modular Fedora: diff --git a/moduleframework/mtf_log_parser.py b/moduleframework/mtf_log_parser.py index 73fa507..f199cf8 100644 --- a/moduleframework/mtf_log_parser.py +++ b/moduleframework/mtf_log_parser.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- # # Meta test family (MTF) is a tool to test components of a modular Fedora: