From 5ae794deee365538a5ff87c818639f217a807114 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 20 Jul 2015 14:19:21 +0100 Subject: [PATCH] move to python3 so we can, in places like minimal images, drop python2. Works in basic testing --- extlinux | 2 +- extlinux-bootloader.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/extlinux b/extlinux index 2921e7c..b1284ae 100755 --- a/extlinux +++ b/extlinux @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # Copyright (C) 2015 Red Hat Inc. # Author(s): Dennis Gilmore diff --git a/extlinux-bootloader.spec b/extlinux-bootloader.spec index f2ee30b..975b465 100644 --- a/extlinux-bootloader.spec +++ b/extlinux-bootloader.spec @@ -1,6 +1,6 @@ Name: extlinux-bootloader Version: 1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The EXTLINUX bootloader framework, for booting the local system License: GPLv2+ @@ -38,6 +38,9 @@ install -p %{SOURCE1} %{buildroot}%{_sbindir} %changelog +* Mon Jul 20 2015 Peter Robinson 1.1-5 +- Use python3 + * Wed Jun 17 2015 Fedora Release Engineering - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild