Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
ab45e689
Kaydet (Commit)
ab45e689
authored
May 28, 2012
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge from 3.2
üst
7e18f43e
4b6045c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
bdist_rpm.py
Lib/distutils/command/bdist_rpm.py
+2
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/distutils/command/bdist_rpm.py
Dosyayı görüntüle @
ab45e689
...
...
@@ -190,7 +190,7 @@ class bdist_rpm(Command):
if
self
.
fix_python
:
self
.
python
=
sys
.
executable
else
:
self
.
python
=
"python"
self
.
python
=
"python
3
"
elif
self
.
fix_python
:
raise
DistutilsOptionError
(
"--python and --fix-python are mutually exclusive options"
)
...
...
@@ -320,6 +320,7 @@ class bdist_rpm(Command):
rpm_cmd
.
append
(
'-bb'
)
else
:
rpm_cmd
.
append
(
'-ba'
)
rpm_cmd
.
extend
([
'--define'
,
'__python
%
s'
%
self
.
python
])
if
self
.
rpm3_mode
:
rpm_cmd
.
extend
([
'--define'
,
'_topdir
%
s'
%
os
.
path
.
abspath
(
self
.
rpm_base
)])
...
...
Misc/NEWS
Dosyayı görüntüle @
ab45e689
...
...
@@ -49,6 +49,9 @@ Core and Builtins
Library
-------
- Issue #14443: Tell rpmbuild to use the correct version of Python in
bdist_rpm. Initial patch by Ross Lagerwall.
- Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
Patch by Roger Serwy.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment