19 lines
786 B
Diff
19 lines
786 B
Diff
diff -up rpmlint-rpmlint-1.10/rpmdiff.py3 rpmlint-rpmlint-1.10/rpmdiff
|
|
--- rpmlint-rpmlint-1.10/rpmdiff.py3 2018-10-05 15:30:14.361433625 -0400
|
|
+++ rpmlint-rpmlint-1.10/rpmdiff 2018-10-05 15:31:01.096404906 -0400
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python -tt
|
|
+#!/usr/bin/python3 -tt
|
|
# -*- coding: utf-8 -*-
|
|
#
|
|
# Copyright (C) 2006 Mandriva; 2009 Red Hat, Inc.; 2009 Ville Skyttä
|
|
diff -up rpmlint-rpmlint-1.10/rpmlint.py3 rpmlint-rpmlint-1.10/rpmlint
|
|
--- rpmlint-rpmlint-1.10/rpmlint.py3 2018-10-05 15:31:13.647128639 -0400
|
|
+++ rpmlint-rpmlint-1.10/rpmlint 2018-10-05 15:31:18.967011541 -0400
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python -ttOu
|
|
+#!/usr/bin/python3 -ttOu
|
|
# -*- coding: utf-8 -*-
|
|
#############################################################################
|
|
# File : rpmlint
|