From 3e4fc9a52405c0d35f9ff58a6923879c1b1cd10d Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 08:22:18 +0000 Subject: Apply patch python2.patch patch_name: python2.patch present_in_specfile: true location_in_specfile: 19 --- diff --git a/src/python/journal-compare.py b/src/python/journal-compare.py index 1fc8915..8a0d7d8 100755 --- a/src/python/journal-compare.py +++ b/src/python/journal-compare.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Copyright (c) 2006 Red Hat, Inc. All rights reserved. This copyrighted material # is made available to anyone wishing to use, modify, copy, or diff --git a/src/python/journalling.py b/src/python/journalling.py index 1e140fe..e1ee946 100755 --- a/src/python/journalling.py +++ b/src/python/journalling.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Authors: Jakub Heger # Dalibor Pospisil diff --git a/src/python/rlMemAvg.py b/src/python/rlMemAvg.py index 5f459e0..2818633 100755 --- a/src/python/rlMemAvg.py +++ b/src/python/rlMemAvg.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Authors: Petr Muller # diff --git a/src/python/rlMemPeak.py b/src/python/rlMemPeak.py index 6228210..a8af809 100755 --- a/src/python/rlMemPeak.py +++ b/src/python/rlMemPeak.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Authors: Petr Muller # diff --git a/src/python/testwatcher.py b/src/python/testwatcher.py index 8d716c7..4d10fed 100755 --- a/src/python/testwatcher.py +++ b/src/python/testwatcher.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -u +#!/usr/bin/python2 -u # # Authors: Jiri Jaburek #