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.
livecd-tools/livecd-tools-remove-release...

11 lines
581 B

--- livecd-tools-15.2/imgcreate/yuminst.py.orig 2011-01-04 16:42:09.000000000 -0600
+++ livecd-tools-15.2/imgcreate/yuminst.py 2011-01-04 16:42:23.000000000 -0600
@@ -138,7 +138,6 @@
# takes a variable and substitutes like yum configs do
option = option.replace("$basearch", rpmUtils.arch.getBaseArch())
option = option.replace("$arch", rpmUtils.arch.getCanonArch())
- option = option.replace("$releasever", yum.config._getsysver("/", "redhat-release"))
return option
repo = yum.yumRepo.YumRepository(name)