move to python3 so we can, in places like minimal images, drop python2. Works in basic testing

This commit is contained in:
Peter Robinson 2015-07-20 14:19:21 +01:00
parent 4f18bcca39
commit 5ae794deee
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2 #!/usr/bin/python3
# Copyright (C) 2015 Red Hat Inc. # Copyright (C) 2015 Red Hat Inc.
# Author(s): Dennis Gilmore <dennis@ausil.us> # Author(s): Dennis Gilmore <dennis@ausil.us>

View File

@ -1,6 +1,6 @@
Name: extlinux-bootloader Name: extlinux-bootloader
Version: 1.1 Version: 1.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: The EXTLINUX bootloader framework, for booting the local system Summary: The EXTLINUX bootloader framework, for booting the local system
License: GPLv2+ License: GPLv2+
@ -38,6 +38,9 @@ install -p %{SOURCE1} %{buildroot}%{_sbindir}
%changelog %changelog
* Mon Jul 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1-5
- Use python3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild