Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 394224 Details for
Bug 514812
dev-util/rpmdevtools-8.3-r1 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Set shebang to python2.7
set_python27.patch (text/plain), 1.61 KB, created by
Samuel Bernardo
on 2015-01-18 01:12:28 UTC
(
hide
)
Description:
Set shebang to python2.7
Filename:
MIME Type:
Creator:
Samuel Bernardo
Created:
2015-01-18 01:12:28 UTC
Size:
1.61 KB
patch
obsolete
>diff -ur rpmdevtools-8.3.bak/rpmdev-bumpspec rpmdevtools-8.3/rpmdev-bumpspec >--- rpmdevtools-8.3.bak/rpmdev-bumpspec 2015-01-18 00:40:28.919246325 +0000 >+++ rpmdevtools-8.3/rpmdev-bumpspec 2015-01-18 00:44:23.057792618 +0000 >@@ -1,4 +1,4 @@ >-#!/usr/bin/python -t >+#!/usr/bin/python2.7 -t > # -*- mode: Python; indent-tabs-mode: nil; coding: utf-8 -*- > # > # Copyright (c) 2005-2012 Fedora Project >diff -ur rpmdevtools-8.3.bak/rpmdev-checksig rpmdevtools-8.3/rpmdev-checksig >--- rpmdevtools-8.3.bak/rpmdev-checksig 2015-01-18 00:40:28.909246388 +0000 >+++ rpmdevtools-8.3/rpmdev-checksig 2015-01-18 00:44:23.057792618 +0000 >@@ -1,4 +1,4 @@ >-#!/usr/bin/python -tt >+#!/usr/bin/python2.7 -tt > # > # This program is free software; you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by >diff -ur rpmdevtools-8.3.bak/rpmdev-rmdevelrpms.py rpmdevtools-8.3/rpmdev-rmdevelrpms.py >--- rpmdevtools-8.3.bak/rpmdev-rmdevelrpms.py 2015-01-18 00:40:28.919246325 +0000 >+++ rpmdevtools-8.3/rpmdev-rmdevelrpms.py 2015-01-18 00:44:23.077792502 +0000 >@@ -1,4 +1,4 @@ >-#!/usr/bin/python -tt >+#!/usr/bin/python2.7 -tt > # -*- coding: utf-8 -*- > > # rpmdev-rmdevelrpms -- Find (and optionally remove) "development" RPMs >diff -ur rpmdevtools-8.3.bak/rpmdev-sort rpmdevtools-8.3/rpmdev-sort >--- rpmdevtools-8.3.bak/rpmdev-sort 2015-01-18 00:40:28.919246325 +0000 >+++ rpmdevtools-8.3/rpmdev-sort 2015-01-18 00:44:23.077792502 +0000 >@@ -1,4 +1,4 @@ >-#!/usr/bin/python -tt >+#!/usr/bin/python2.7 -tt > # -*- coding: utf-8 -*- > # > # rpmdev-sort -- sort rpms from standard input
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 514812
: 394224 |
394226