1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/root/etc/e-smith/templates/etc/yum.conf/20repositories mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/templates/etc/yum.conf/20repositories |
2 |
--- smeserver-yum-1.2.0/root/etc/e-smith/templates/etc/yum.conf/20repositories 2006-11-30 16:08:01.000000000 -0700 |
3 |
+++ mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/templates/etc/yum.conf/20repositories 2006-11-30 16:06:19.000000000 -0700 |
4 |
@@ -38,6 +38,11 @@ |
5 |
$OUT .= "exclude=" . join(' ', split(/,/, $props{Exclude})) . "\n"; |
6 |
} |
7 |
|
8 |
+ if (exists $props{Includepkgs}) |
9 |
+ { |
10 |
+ $OUT .= "includepkgs=" . join(' ', split(/,/, $props{Includepkgs})) . "\n"; |
11 |
+ } |
12 |
+ |
13 |
if (exists $props{GPGKey}) |
14 |
{ |
15 |
$OUT .= "gpgkey" . '=' . $props{GPGKey} . "\n"; |