You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
901 B
33 lines
901 B
7 years ago
|
Index: /yum-builddep.py
|
||
|
IDEA additional info:
|
||
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
|
<+>UTF-8
|
||
|
===================================================================
|
||
|
--- /yum-builddep.py (revision )
|
||
|
+++ /yum-builddep.py (revision )
|
||
|
@@ -27,7 +27,7 @@
|
||
|
import rpmUtils
|
||
|
import rpm
|
||
|
|
||
|
-rhn_source_repos = False
|
||
|
+rhn_source_repos = True
|
||
|
|
||
|
# Copied from yumdownloader (need a yum-utils python module ;)
|
||
|
# This is to fix Bug 469
|
||
|
Index: /yumdownloader.py
|
||
|
IDEA additional info:
|
||
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||
|
<+>UTF-8
|
||
|
===================================================================
|
||
|
--- /yumdownloader.py (revision )
|
||
|
+++ /yumdownloader.py (revision )
|
||
|
@@ -32,7 +32,7 @@
|
||
|
import rpmUtils
|
||
|
import logging
|
||
|
|
||
|
-rhn_source_repos = False
|
||
|
+rhn_source_repos = True
|
||
|
|
||
|
# This is to fix Bug 469
|
||
|
# To convert from a pkg to a source pkg, we have a problem in that all we have
|