]> git.pld-linux.org Git - packages/parted.git/blob - 0092-Switch-gpt-header-move-and-msdos-overlap-to-python3.patch
- more FC patches, fixes build on recent systems
[packages/parted.git] / 0092-Switch-gpt-header-move-and-msdos-overlap-to-python3.patch
1 From 38badae4d6b858da713b383b9bc7bdad6294ca1b Mon Sep 17 00:00:00 2001
2 From: "Brian C. Lane" <bcl@redhat.com>
3 Date: Wed, 27 Jun 2018 13:47:33 -0700
4 Subject: [PATCH 92/92] Switch gpt-header-move and msdos-overlap to python3
5
6 ---
7  tests/gpt-header-move | 2 +-
8  tests/msdos-overlap   | 2 +-
9  2 files changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/tests/gpt-header-move b/tests/gpt-header-move
12 index 3dda5cb..18f58d0 100755
13 --- a/tests/gpt-header-move
14 +++ b/tests/gpt-header-move
15 @@ -1,4 +1,4 @@
16 -#!/usr/bin/python
17 +#!/usr/bin/python3
18  
19  # open img file, subtract 33 from altlba address, and move the last 33 sectors
20  # back by 33 sectors
21 diff --git a/tests/msdos-overlap b/tests/msdos-overlap
22 index d6ae8d6..b2b03e6 100755
23 --- a/tests/msdos-overlap
24 +++ b/tests/msdos-overlap
25 @@ -1,4 +1,4 @@
26 -#!/usr/bin/python
27 +#!/usr/bin/python3
28  """
29      Write an overlapping partition to a msdos disk
30  
31 -- 
32 2.17.1
33
This page took 0.062749 seconds and 3 git commands to generate.