/[smeserver]/rpms/smeserver-yum/sme8/smeserver-yum-1.2.0-includepkgs.patch
ViewVC logotype

Contents of /rpms/smeserver-yum/sme8/smeserver-yum-1.2.0-includepkgs.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Oct 7 14:47:51 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

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";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed