| 1 | # $Id$ |
|---|
| 2 | # |
|---|
| 3 | # Main configuration file for project-builder.org |
|---|
| 4 | # |
|---|
| 5 | |
|---|
| 6 | # |
|---|
| 7 | # Define Operating systems |
|---|
| 8 | # |
|---|
| 9 | |
|---|
| 10 | # |
|---|
| 11 | # For the following keys osrelfile and osrelambfile: |
|---|
| 12 | # The left member is the key that will be used overall as the OS name |
|---|
| 13 | # The right member is the name of the file that has to be looked at to get OS info |
|---|
| 14 | # |
|---|
| 15 | # It should be noted that the list of all OS is the result of gathering |
|---|
| 16 | # all the keys from osrelfile and osrelambfile, and the values of osrelambfile |
|---|
| 17 | # |
|---|
| 18 | |
|---|
| 19 | # |
|---|
| 20 | # The following conf info are for pb_distro_get (man ProjectBuilder::Distribution) |
|---|
| 21 | # |
|---|
| 22 | # Those definitions are non-ambiguous (the file only exists for that OS) |
|---|
| 23 | # |
|---|
| 24 | # Tested |
|---|
| 25 | # |
|---|
| 26 | # Gentoo >= 1.6 |
|---|
| 27 | osrelfile gentoo = /etc/gentoo-release |
|---|
| 28 | |
|---|
| 29 | # Slackware >= 10.2 |
|---|
| 30 | osrelfile slackware = /etc/slackware-version |
|---|
| 31 | |
|---|
| 32 | # Mandriva >=2006.0 |
|---|
| 33 | osrelfile mandriva = /etc/mandriva-release |
|---|
| 34 | |
|---|
| 35 | # Mageia |
|---|
| 36 | osrelfile mageia = /etc/mageia-release |
|---|
| 37 | |
|---|
| 38 | # Fedora >= 4 |
|---|
| 39 | osrelfile fedora = /etc/fedora-release |
|---|
| 40 | |
|---|
| 41 | # VMWare >= 3 |
|---|
| 42 | osrelfile vmware = /etc/vmware-release |
|---|
| 43 | |
|---|
| 44 | # SLES - Doesn't exist as of 10 |
|---|
| 45 | osrelfile sles = /etc/sles-release |
|---|
| 46 | |
|---|
| 47 | # Asianux >= 2.2 |
|---|
| 48 | osrelfile asianux = /etc/asianux-release |
|---|
| 49 | |
|---|
| 50 | # Solaris 10 |
|---|
| 51 | osrelfile solaris = /etc/release |
|---|
| 52 | |
|---|
| 53 | # HP-UX |
|---|
| 54 | # TBC |
|---|
| 55 | osrelfile hpux = /etc/versions/OS |
|---|
| 56 | |
|---|
| 57 | # |
|---|
| 58 | # Untested |
|---|
| 59 | # |
|---|
| 60 | osrelfile knoppix = /etc/knoppix_version |
|---|
| 61 | osrelfile oel = /etc/oracle-release |
|---|
| 62 | osrelfile yellowdog = /etc/yellowdog-release |
|---|
| 63 | osrelfile esmith = /etc/e-smith-release |
|---|
| 64 | osrelfile turbolinux = /etc/turbolinux-release |
|---|
| 65 | osrelfile blackcat = /etc/blackcat-release |
|---|
| 66 | osrelfile aurox = /etc/aurox-release |
|---|
| 67 | osrelfile annvix = /etc/annvix-release |
|---|
| 68 | osrelfile cobalt = /etc/cobalt-release |
|---|
| 69 | osrelfile redflag = /etc/redflag-release |
|---|
| 70 | osrelfile ark = /etc/ark-release |
|---|
| 71 | osrelfile pld = /etc/pld-release |
|---|
| 72 | osrelfile nld = /etc/nld-release |
|---|
| 73 | osrelfile lfs = /etc/lfs-release |
|---|
| 74 | osrelfile mk = /etc/mk-release |
|---|
| 75 | osrelfile conectiva = /etc/conectiva-release |
|---|
| 76 | osrelfile immunix = /etc/immunix-release |
|---|
| 77 | osrelfile tinysofa = /etc/tinysofa-release |
|---|
| 78 | osrelfile trustix = /etc/trustix-release |
|---|
| 79 | osrelfile adamantix = /etc/adamantix_version |
|---|
| 80 | osrelfile yoper = /etc/yoper-release |
|---|
| 81 | osrelfile arch = /etc/arch-release |
|---|
| 82 | osrelfile libranet = /etc/libranet_version |
|---|
| 83 | osrelfile valinux = /etc/va-release |
|---|
| 84 | osrelfile yellowdog = /etc/yellowdog-release |
|---|
| 85 | osrelfile ultrapenguin = /etc/ultrapenguin-release |
|---|
| 86 | |
|---|
| 87 | # |
|---|
| 88 | # Here are the ambiguous file association |
|---|
| 89 | # E.g. the file /etc/redhat-release is found on multiple distro such as redhat, rhel, centos, mandrake, vmware |
|---|
| 90 | # These files should not be links |
|---|
| 91 | # |
|---|
| 92 | |
|---|
| 93 | # Mandrake >= 10.1 |
|---|
| 94 | osrelambfile mandrake = /etc/mandrakelinux-release |
|---|
| 95 | |
|---|
| 96 | # Debian >= 3.1 |
|---|
| 97 | osrelambfile debian = /etc/debian_version |
|---|
| 98 | |
|---|
| 99 | # SuSE >= 10.0 |
|---|
| 100 | osrelambfile suse = /etc/SuSE-release |
|---|
| 101 | |
|---|
| 102 | # RedHat >= 7.3 |
|---|
| 103 | osrelambfile redhat = /etc/redhat-release |
|---|
| 104 | |
|---|
| 105 | # LSB |
|---|
| 106 | osrelambfile lsb = /etc/lsb-release |
|---|
| 107 | |
|---|
| 108 | # LSB |
|---|
| 109 | osrelambfile os-release = /etc/os-release |
|---|
| 110 | |
|---|
| 111 | # |
|---|
| 112 | # Here is the association between the key and all the OS using the same file |
|---|
| 113 | # The key mentioned here should be the same as the previous ones |
|---|
| 114 | # |
|---|
| 115 | osambiguous mandrake = mandrake,mandriva,mageia |
|---|
| 116 | osambiguous debian = debian,ubuntu |
|---|
| 117 | osambiguous suse = suse,sles,opensuse |
|---|
| 118 | osambiguous redhat = redhat,rhel,centos,mandrake,mandriva,vmware,oel |
|---|
| 119 | osambiguous lsb = ubuntu,lsb |
|---|
| 120 | osambiguous os-release = opensuse,fedora,arch |
|---|
| 121 | |
|---|
| 122 | # |
|---|
| 123 | # The next key give the Regular Expression that is used when parsing the previous file |
|---|
| 124 | # to find the version needed in it |
|---|
| 125 | # |
|---|
| 126 | osrelexpr gentoo = .* version (.+) |
|---|
| 127 | osrelexpr arch = .* |
|---|
| 128 | osrelexpr slackware = S[^ ]* (.+)$ |
|---|
| 129 | osrelexpr mandriva = Mandr[^ ]* [^ ]* release (.+) \( |
|---|
| 130 | osrelexpr mageia = Mageia release (.+) \( |
|---|
| 131 | osrelexpr mandrake = Mandr[^ ]* release (.+) \( |
|---|
| 132 | osrelexpr fedora = Fedora .*release (\d+) \( |
|---|
| 133 | osrelexpr vmware = VMware ESX Server (\d+) \( |
|---|
| 134 | # If you want to differentiate .release for RHEL |
|---|
| 135 | #osrelexpr rhel = Red Hat (?:Enterprise Linux|Linux Advanced Server) .*release ([0-9.]+).* \( |
|---|
| 136 | osrelexpr rhel = Red Hat (?:Enterprise Linux|Linux Advanced Server) .*release ([0-9]+).* \( |
|---|
| 137 | osrelexpr centos = .*CentOS .*release ([0-9]).* |
|---|
| 138 | osrelexpr oel = Oracle Linux Server) .*release ([0-9]+).* \( |
|---|
| 139 | osrelexpr redhat = Red Hat Linux release (.+) \( |
|---|
| 140 | osrelexpr sles = SUSE .* Enterprise Server (\d+) \( |
|---|
| 141 | osrelexpr suse = SUSE LINUX (\d.+) \( |
|---|
| 142 | osrelexpr opensuse = openSUSE (\d.+) \( |
|---|
| 143 | osrelexpr asianux = Asianux (?:Server|release) ([0-9]).* \( |
|---|
| 144 | osrelexpr lsb = .*\nDISTRIB_ID=[\"]*LSB.*\nDISTRIB_RELEASE=[\"]*([^\"]+)[\"]* |
|---|
| 145 | osrelexpr os-release = .*\nID=[\"\']*([0-9a-z\._-]+)[\"\']*\nVERSION_ID=[\"\']*([0-9a-z\._-]+)[\"\']*\n |
|---|
| 146 | osrelexpr ubuntu = .*Ubuntu.*\nDISTRIB_RELEASE=(.+) |
|---|
| 147 | osrelexpr debian = (\d+\.\d+) |
|---|
| 148 | osrelexpr solaris = Solaris (\d+) |
|---|
| 149 | # TBC |
|---|
| 150 | osrelexpr hpux = VERSION (.*) |
|---|
| 151 | |
|---|
| 152 | # |
|---|
| 153 | # The following conf info are for pb_distro_init (man ProjectBuilder::Distribution) |
|---|
| 154 | # |
|---|
| 155 | # Ganularity is the following: |
|---|
| 156 | # |
|---|
| 157 | #os (linux) |
|---|
| 158 | # ostype (rpm) |
|---|
| 159 | # osfamily (md) |
|---|
| 160 | # osname (mandriva) |
|---|
| 161 | # osname-ver |
|---|
| 162 | # osname-ver-arch |
|---|
| 163 | |
|---|
| 164 | # Group OS by family to handle common actions more easily (filtering, install command, ...) |
|---|
| 165 | # Key is osname, Value is osfamily |
|---|
| 166 | osfamily debian = du |
|---|
| 167 | osfamily ubuntu = du |
|---|
| 168 | osfamily gentoo = gen |
|---|
| 169 | osfamily slackware = slack |
|---|
| 170 | osfamily suse = novell |
|---|
| 171 | osfamily opensuse = novell |
|---|
| 172 | osfamily sles = novell |
|---|
| 173 | osfamily redhat = rh |
|---|
| 174 | osfamily oel = rh |
|---|
| 175 | osfamily rhel = rh |
|---|
| 176 | osfamily fedora = rh |
|---|
| 177 | osfamily vmware = rh |
|---|
| 178 | osfamily asianux = rh |
|---|
| 179 | osfamily centos = rh |
|---|
| 180 | osfamily mandrake = md |
|---|
| 181 | osfamily mandriva = md |
|---|
| 182 | osfamily mageia = md |
|---|
| 183 | osfamily lsb = rh |
|---|
| 184 | osfamily freebsd = bsd |
|---|
| 185 | osfamily solaris = sol |
|---|
| 186 | osfamily hpux = hpux |
|---|
| 187 | |
|---|
| 188 | # Group family by build types |
|---|
| 189 | # Key is osfamily, Value is ostype |
|---|
| 190 | ostype du = deb |
|---|
| 191 | ostype slack = tgz |
|---|
| 192 | ostype gen = ebuild |
|---|
| 193 | ostype novell = rpm |
|---|
| 194 | ostype rh = rpm |
|---|
| 195 | ostype md = rpm |
|---|
| 196 | ostype bsd = port |
|---|
| 197 | ostype sol = pkg |
|---|
| 198 | ostype hpux = sd |
|---|
| 199 | |
|---|
| 200 | # Group ostype by os |
|---|
| 201 | # Key is ostype, Value is os name |
|---|
| 202 | os deb = linux |
|---|
| 203 | os tgz = linux |
|---|
| 204 | os ebuild = linux |
|---|
| 205 | os rpm = linux |
|---|
| 206 | os port = bsd |
|---|
| 207 | os pkg = solaris |
|---|
| 208 | os hpux = hpux |
|---|
| 209 | |
|---|
| 210 | # From the most generic to the most specialized, in term of granularity, |
|---|
| 211 | # give the command to use to install on the OS |
|---|
| 212 | # If none is given, no install can takes place |
|---|
| 213 | # key depends on granularity, value is install command |
|---|
| 214 | |
|---|
| 215 | # Command to update the distribution to latest state |
|---|
| 216 | osupd du = sudo /usr/bin/apt-get update; sudo env DEBIAN_FRONTEND="noninteractive" /usr/bin/apt-get --quiet -y --force-yes dist-upgrade |
|---|
| 217 | osupd gen = sudo /usr/bin/emerge --update --deep world; sudo /usr/bin/revdep-rebuild |
|---|
| 218 | osupd rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update |
|---|
| 219 | osupd md = sudo /usr/bin/urpmi.update -a ; sudo /usr/sbin/urpmi --auto --auto-select --no-suggests |
|---|
| 220 | osupd opensuse-11.1 = sudo /usr/bin/zypper -n update |
|---|
| 221 | osupd opensuse = sudo /usr/bin/zypper --gpg-auto-import-keys -n update |
|---|
| 222 | osupd sol = /bin/true |
|---|
| 223 | osupd lsb = /bin/true |
|---|
| 224 | |
|---|
| 225 | # Chaining the commands allow to only test for what is able to be installed, |
|---|
| 226 | # not the update of the repo which may well be unaccessible if too old |
|---|
| 227 | osins du = sudo /usr/bin/apt-get update ; sudo env DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get -y --allow-unauthenticated install |
|---|
| 228 | osins gen = sudo /usr/bin/emerge |
|---|
| 229 | osins rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update ; sudo /usr/bin/yum -y install |
|---|
| 230 | osins rhel-2.1 = sudo /usr/sbin/up2date -y |
|---|
| 231 | osins rhel-3 = sudo /usr/sbin/up2date -y |
|---|
| 232 | osins rhel-4 = sudo /usr/sbin/up2date -y |
|---|
| 233 | osins md = sudo /usr/bin/urpmi.update -a ; sudo /usr/sbin/urpmi --auto --no-suggests |
|---|
| 234 | osins novell = export TERM=linux ; export PATH=\$PATH:/sbin:/usr/sbin ; sudo /sbin/yast2 -i |
|---|
| 235 | osins opensuse-10.2 = yes | sudo /usr/bin/zypper install |
|---|
| 236 | osins opensuse-11.1 = sudo /usr/bin/zypper -n install |
|---|
| 237 | osins opensuse = sudo /usr/bin/zypper --gpg-auto-import-keys -n install |
|---|
| 238 | osins sol = sudo pkgadd -d |
|---|
| 239 | osins lsb = /bin/true |
|---|
| 240 | |
|---|
| 241 | # From the most generic to the most specialized, in term of granularity, |
|---|
| 242 | # give the suffix for the packages created |
|---|
| 243 | # If none is given, the suffix will be a concatenation of |
|---|
| 244 | # .osname and version |
|---|
| 245 | # osname being as defined upper as the keys of osrelfile and osrelambfile |
|---|
| 246 | # depends on granularity, value is install command |
|---|
| 247 | |
|---|
| 248 | ossuffix slackware = slack |
|---|
| 249 | ossuffix asianux = asx |
|---|
| 250 | ossuffix redhat = rh |
|---|
| 251 | ossuffix fedora = fc |
|---|
| 252 | ossuffix vmware = vmw |
|---|
| 253 | ossuffix mandrake = mdk |
|---|
| 254 | ossuffix mandriva = mdv |
|---|
| 255 | ossuffix mageia = mga |
|---|
| 256 | ossuffix lsb = lsb |
|---|
| 257 | ossuffix hpux = sd |
|---|
| 258 | #ossuffix oel = oel |
|---|
| 259 | #ossuffix rhel = rhel |
|---|
| 260 | #ossuffix centos = el |
|---|
| 261 | # |
|---|
| 262 | |
|---|
| 263 | # For that OS no need to keep the version |
|---|
| 264 | # Key depends on granularity, value is boolean |
|---|
| 265 | osnover gentoo = true |
|---|
| 266 | osnover arch = true |
|---|
| 267 | |
|---|
| 268 | # For that OS no need to keep the . in the version release |
|---|
| 269 | # Key depends on granularity, value is boolean |
|---|
| 270 | #osremovedotinver mandrake = true |
|---|
| 271 | osremovedotinver redhat = true |
|---|
| 272 | |
|---|
| 273 | # These deps are needed before setupvm|ve can be run. |
|---|
| 274 | # Install them with your distribution in VM or automatically in VE |
|---|
| 275 | osmindep default = perl,sudo,wget,tar,make,gzip |
|---|
| 276 | |
|---|
| 277 | # These deps are needed for rpmbootstrap to install a base distribution |
|---|
| 278 | # Originally reuse from rinse conf files |
|---|
| 279 | rbsmindep fedora-4 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libtermcap,libxml2,libxml2-python,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,zlib |
|---|
| 280 | # |
|---|
| 281 | rbsmindep fedora-5 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,zlib |
|---|
| 282 | # |
|---|
| 283 | rbsmindep fedora-6 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mcstrans,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 284 | # |
|---|
| 285 | rbsmindep fedora-7 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mcstrans,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-libs,python-numeric,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 286 | # |
|---|
| 287 | rbsmindep fedora-8 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mcstrans,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-libs,python-numeric,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 288 | # |
|---|
| 289 | rbsmindep fedora-9 = MAKEDEV,ConsoleKit-libs,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,dirmngr,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,event-compat-sysv,expat,fedora-release,fedora-release-notes,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libksba,libselinux,libsepol,libstdc++,libsysfs,libusb,libvolume_id,libxml2,linux-atm-libs,logrotate,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,openldap,openssl,pam,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,upstart,util-linux-ng,vim-minimal,yum,yum-metadata-parser,zlib |
|---|
| 290 | rbsmindep fedora-10 = MAKEDEV,ConsoleKit-libs,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,compat-db45,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,dirmngr,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libksba,libselinux,libsepol,libstdc++,libusb,libvolume_id,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,upstart,util-linux-ng,vim-minimal,yum,yum-metadata-parser,zlib |
|---|
| 291 | # |
|---|
| 292 | rbsmindep fedora-11 = MAKEDEV,ConsoleKit-libs,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,compat-db45,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,dirmngr,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libblkid,libcap,libcom_err,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libksba,libselinux,libsepol,libstdc++,libusb,libvolume_id,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,upstart,util-linux-ng,vim-minimal,xz-libs,yum,yum-metadata-parser,zlib |
|---|
| 293 | #rbsmindep fedora-11 = MAKEDEV,ConsoleKit-libs,audit-libs,basesystem,bash,beecrypt,bzip2-libs,checkpolicy,chkconfig,compat-db45,coreutils,cpio,cracklib,cracklib-dicts,cronie,crontabs,cyrus-sasl-lib,db4,db4-utils,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,diffutils,dirmngr,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libksba,libselinux,libsepol,libssh2,libstdc++,libusb,libvolume_id,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,openldap,openssl,pam,passwd,pcre,pinentry,policycoreutils,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,strace,sysvinit-tools,tcp_wrappers-libs,tzdata,udev,upstart,ustr,util-linux-ng,vim-minimal,yum,yum-metadata-parser,zlib |
|---|
| 294 | # |
|---|
| 295 | rbsmindep fedora-12 = MAKEDEV,ConsoleKit-libs,audit-libs,basesystem,bash,bzip2-libs,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,dirmngr,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcom_err,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libksba,libselinux,libsepol,libssh2,libstdc++,libusb,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,nss-softokn,nss-softokn-freebl,nss-util,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,upstart,util-linux-ng,vim-minimal,xz-libs,yum,yum-metadata-parser,zlib |
|---|
| 296 | # |
|---|
| 297 | rbsmindep fedora-13 = MAKEDEV,ConsoleKit-libs,audit-libs,basesystem,bash,bzip2-libs,c-ares,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,e2fsprogs,e2fsprogs-libs,elfutils-libelf,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcom_err,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libselinux,libsepol,libssh2,libstdc++,libusb,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,nss-softokn,nss-softokn-freebl,nss-util,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,upstart,util-linux-ng,vim-minimal,xz-libs,yum,yum-metadata-parser,zlib |
|---|
| 298 | # |
|---|
| 299 | rbsmindep fedora-14 = ConsoleKit-libs,audit-libs,basesystem,bash,bzip2-libs,c-ares,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,e2fsprogs,e2fsprogs-libs,elfutils-libelf,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcom_err,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libselinux,libsepol,libssh2,libstdc++,libusb,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,nss-softokn,nss-softokn-freebl,nss-util,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,upstart,util-linux-ng,vim-minimal,xz-libs,yum,yum-metadata-parser,zlib |
|---|
| 300 | # |
|---|
| 301 | rbsmindep fedora-15 = ConsoleKit-libs,audit-libs,basesystem,bash,bzip2-libs,c-ares,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,e2fsprogs,e2fsprogs-libs,elfutils-libelf,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcom_err,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libselinux,libsepol,libssh2,libstdc++,libusb,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,nss-softokn,nss-softokn-freebl,nss-util,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,vim-minimal,xz-libs,yum,yum-metadata-parser,zlib |
|---|
| 302 | # |
|---|
| 303 | rbsmindep fedora-16 = ConsoleKit-libs,audit-libs,basesystem,bash,bzip2-libs,c-ares,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,e2fsprogs,e2fsprogs-libs,elfutils-libelf,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcom_err,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libselinux,libsepol,libssh2,libstdc++,libusb,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,nss-softokn,nss-softokn-freebl,nss-util,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,vim-minimal,xz-libs,yum,yum-metadata-parser,zlib |
|---|
| 304 | # |
|---|
| 305 | rbsmindep centos-4 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,centos-release,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libtermcap,libxml2,libxml2-python,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 306 | # |
|---|
| 307 | rbsmindep rhel-4 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mcstrans,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-sqlite,python-urlgrabber,readline,redhat-release,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 308 | # |
|---|
| 309 | # CentOS-5.6 moved python-libs into a separate package. List it or otherwise we can't run yum. |
|---|
| 310 | # |
|---|
| 311 | rbsmindep centos-5 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,centos-release,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mcstrans,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,nss,nspr,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-iniparse,python-libs,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 312 | rbsmindep centos-5-ia64 = MAKEDEV,SysVinit,audit-libs,bash,beecrypt,bzip2-libs,centos-release,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mcstrans,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,nss,nspr,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-libs,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 313 | # |
|---|
| 314 | rbsmindep rhel-5 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mcstrans,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,nss,nspr,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-iniparse,python-libs,python-sqlite,python-urlgrabber,readline,redhat-release,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 315 | rbsmindep oel-5 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,e2fsprogs-libs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libsysfs,libtermcap,libxml2,libxml2-python,mcstrans,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,nss,nspr,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-iniparse,python-sqlite,python-urlgrabber,readline,redhat-release,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,yum-metadata-parser,zlib |
|---|
| 316 | # |
|---|
| 317 | rbsmindep rhel-6 = MAKEDEV,ConsoleKit-libs,audit-libs,basesystem,bash,bzip2-libs,c-ares,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,e2fsprogs,e2fsprogs-libs,elfutils-libelf,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcom_err,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libselinux,libsepol,libssh2,libstdc++,libusb,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,nss-softokn,nss-softokn-freebl,nss-util,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,upstart,util-linux-ng,vim-minimal,xz-libs,yum,yum-metadata-parser,zlib |
|---|
| 318 | rbsmindep oel-6 = MAKEDEV,ConsoleKit-libs,audit-libs,basesystem,bash,bzip2-libs,c-ares,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,cyrus-sasl-lib,db4,dbus,dbus-libs,device-mapper,device-mapper-libs,dhclient,e2fsprogs,e2fsprogs-libs,elfutils-libelf,expat,fedora-release,fedora-release-notes,file,file-libs,filesystem,findutils,gamin,gawk,gdbm,glib2,glibc,glibc-common,gnupg2,gpgme,grep,info,initscripts,iproute,iputils,keyutils-libs,krb5-libs,libacl,libattr,libcap,libcom_err,libcurl,libgcc,libgcrypt,libgpg-error,libidn,libselinux,libsepol,libssh2,libstdc++,libusb,libxml2,linux-atm-libs,logrotate,lua,mingetty,module-init-tools,ncurses,ncurses-base,ncurses-libs,net-tools,nspr,nss,nss-softokn,nss-softokn-freebl,nss-util,openldap,openssl,pam,passwd,pcre,pinentry,popt,procps,psmisc,pth,pygpgme,python,python-iniparse,python-libs,python-pycurl,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,rsyslog,sed,setup,shadow-utils,sqlite,sysvinit-tools,tzdata,udev,upstart,util-linux-ng,vim-minimal,xz-libs,yum,yum-metadata-parser,zlib |
|---|
| 319 | # |
|---|
| 320 | rbsmindep opensuse-10.1 = aaa_base,audit-libs,bash,boost,bzip2,coreutils,cpio,cracklib,curl,cyrus-sasl,db,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glib2,glibc,gpg2,grep,gzip,hal,info,insserv,krb5,libacl,libattr,libcom_err,libicu,libgcc,libgcrypt,libgpg-error,libidn,libksba,libnscd,libreiserfs,libstdc++,libusb,libxcrypt,libxml2,libxml2-python,libzio,libzypp,mingetty,module-init-tools,ncurses,neon,net-tools,openldap2-client,openslp,pam,pam-modules,parted,pciutils,pcre,perl,permissions,pinentry,pmtools,popt,procps,psmisc,pwdutils,python,python-elementtree,python-sqlite,python-urlgrabber,rpm,rpm-python,sed,setserial,sqlite,suse-release,sysvinit,termcap,udev,util-linux,yum,zlib |
|---|
| 321 | # |
|---|
| 322 | rbsmindep opensuse-10.2 = PolicyKit,aaa_base,aaa_skel,audit-libs,bash,boost,bzip2,coreutils,cpio,cracklib,curl,cyrus-sasl,db,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glib2,glibc,gpg,gpg2,grep,gzip,hal,info,insserv,keyutils-libs,krb5,libacl,libattr,libcom_err,libicu,libgcc41,libgcrypt,libgpg-error,libidn,libksba,libnscd,libreiserfs,libstdc++41,libusb,libvolume_id,libxcrypt,libxml2,libxml2-python,libzio,libzypp,logrotate,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openSUSE-release,openldap2-client,openslp,pam,pam-config,pam-modules,parted,pciutils,pcre,perl,permissions,pinentry,pm-utils,pmtools,popt,procps,psmisc,pwdutils,python,python-urlgrabber,rpm,rpm-python,sed,setserial,sqlite,strace,sysvinit,termcap,udev,util-linux,zlib,zypper |
|---|
| 323 | # |
|---|
| 324 | rbsmindep opensuse-10.3 = ConsoleKit,cracklib-dict-small,PolicyKit,aaa_base,audit-libs,bash,boost,bzip2,coreutils,cpio,cracklib,cyrus-sasl,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glib2,glib2-lang,glibc,gpg2,grep,gzip,hal,info,insserv,keyutils-libs,krb5,libacl,libattr,libbz2-1,libcom_err2,libicu,libcurl4,libdb-4_5,libexpat1,libgcc42,libgcrypt,libgpg-error,libidn,libksba,libnscd,libopenssl0_9_8,libreadline5,libreiserfs,libstdc++42,libusb,libuuid1,libvolume_id,libxcrypt,libxml2,libxml2-python,libzio,libzypp,mingetty,module-init-tools,ncurses,neon,net-tools,openSUSE-release,openldap2-client,openslp,pam,pam-config,pam-modules,parted,pciutils,pcre,perl-base,permissions,pinentry,pm-utils,pmtools,popt,procps,psmisc,pth,pwdutils,python,python-urlgrabber,rpm,rpm-python,sed,setserial,sqlite,sysvinit,termcap,udev,util-linux,zlib,zypper |
|---|
| 325 | # |
|---|
| 326 | rbsmindep opensuse-11.0 = ConsoleKit,cracklib-dict-small,PolicyKit,aaa_base,audit-libs,bash,bzip2,coreutils,coreutils-lang,cpio,cpio-lang,cracklib,cyrus-sasl,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glib2,glib2-branding-upstream,glib2-lang,glibc,gpg2,gpg2-lang,grep,gzip,hal,info,insserv,keyutils-libs,krb5,libacl,libattr,libbz2-1,libcom_err2,libcurl4,libdb-4_5,libexpat1,libgcc43,libgcrypt11,libglib-2_0-0,libgobject-2_0-0,libgthread-2_0-0,libgpg-error0,libidn,libksba,libncurses5,libnscd,libopenssl0_9_8,libreadline5,libreiserfs,libstdc++43,libusb,libuuid1,libvolume_id,libxcrypt,libxml2,libxml2-python,libzio,libzypp,login,mingetty,module-init-tools,ncurses-utils,neon,net-tools,openSUSE-release,openldap2-client,openslp,pam,pam-config,pam-modules,parted,pciutils,pcre,perl-base,permissions,pinentry,pm-utils,pmtools,popt,procps,psmisc,pth,pwdutils,python,python-urlgrabber,rpm,rpm-python,satsolver-tools,sed,setserial,sysvinit,termcap,terminfo-base,udev,util-linux,uuid-runtime,zlib,zypper |
|---|
| 327 | # |
|---|
| 328 | rbsmindep opensuse-11.1 = ConsoleKit,cracklib-dict-small,PolicyKit,aaa_base,audit-libs,bash,boost-license,bzip2,coreutils,coreutils-lang,cpio,cpio-lang,cracklib,cyrus-sasl,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glib2,glib2-branding-upstream,glib2-lang,glibc,gpg2,gpg2-lang,grep,gzip,hal,info,insserv,keyutils-libs,krb5,libacl,libattr,libboost_signals1_36_0,libbz2-1,libcom_err2,libcurl4,libdb-4_5,libexpat1,libgcc43,libgcrypt11,libglib-2_0-0,libgobject-2_0-0,libgthread-2_0-0,libgpg-error0,libidn,libksba,libldap-2_4-2,libncurses5,libnscd,libopenssl0_9_8,libreadline5,libreiserfs,libselinux1,libsepol1,libsmbios2,libstdc++43,libusb-0_1-4,libuuid1,libvolume_id1,libxcrypt,libxml2,libxml2-python,libzio,libzypp,login,mingetty,module-init-tools,ncurses-utils,neon,net-tools,openSUSE-release,openSUSE-release-ftp,openslp,pam,pam-config,pam-modules,parted,pciutils,pcre,perl-base,permissions,pinentry,pm-utils,pmtools,popt,procps,psmisc,pth,pwdutils,python,python-urlgrabber,rpm,rpm-python,satsolver-tools,sed,setserial,sysvinit,termcap,terminfo-base,udev,util-linux,uuid-runtime,zlib,zypper |
|---|
| 329 | # |
|---|
| 330 | rbsmindep opensuse-11.2 = ConsoleKit,cracklib-dict-small,PolicyKit,aaa_base,audit-libs,bash,boost-license,bzip2,coreutils,coreutils-lang,cpio,cpio-lang,cracklib,cyrus-sasl,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glib2,glib2-branding-upstream,glib2-lang,glibc,gpg2,gpg2-lang,grep,gzip,hal,info,insserv,keyutils-libs,krb5,libacl,libattr,libboost_signals1_36_0,libbz2-1,libcom_err2,libcurl4,libdb-4_5,libexpat1,libgcc43,libgcrypt11,libglib-2_0-0,libgobject-2_0-0,libgthread-2_0-0,libgpg-error0,libidn,libksba,libldap-2_4-2,libncurses5,libnscd,libopenssl0_9_8,libreadline5,libreiserfs,libselinux1,libsepol1,libsmbios2,libstdc++43,libusb-0_1-4,libuuid1,libvolume_id1,libxcrypt,libxml2,libxml2-python,libzio,libzypp,login,mingetty,module-init-tools,ncurses-utils,neon,net-tools,openSUSE-release,openSUSE-release-ftp,openslp,pam,pam-config,pam-modules,parted,pciutils,pcre,perl-base,permissions,pinentry,pm-utils,pmtools,popt,procps,psmisc,pth,pwdutils,python,python-urlgrabber,rpm,rpm-python,satsolver-tools,sed,setserial,sysvinit,termcap,terminfo-base,udev,util-linux,uuid-runtime,zlib,zypper |
|---|
| 331 | # |
|---|
| 332 | rbsmindep opensuse-11.3 = ConsoleKit,cracklib-dict-small,PolicyKit,aaa_base,audit-libs,bash,boost-license,bzip2,coreutils,coreutils-lang,cpio,cpio-lang,cracklib,cyrus-sasl,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glib2,glib2-branding-upstream,glib2-lang,glibc,gpg2,gpg2-lang,grep,gzip,hal,info,insserv,keyutils-libs,krb5,libacl,libattr,libboost_signals1_36_0,libbz2-1,libcom_err2,libcurl4,libdb-4_5,libexpat1,libgcc43,libgcrypt11,libglib-2_0-0,libgobject-2_0-0,libgthread-2_0-0,libgpg-error0,libidn,libksba,libldap-2_4-2,libncurses5,libnscd,libopenssl0_9_8,libreadline5,libreiserfs,libselinux1,libsepol1,libsmbios2,libstdc++43,libusb-0_1-4,libuuid1,libvolume_id1,libxcrypt,libxml2,libxml2-python,libzio,libzypp,login,mingetty,module-init-tools,ncurses-utils,neon,net-tools,openSUSE-release,openSUSE-release-ftp,openslp,pam,pam-config,pam-modules,parted,pciutils,pcre,perl-base,permissions,pinentry,pm-utils,pmtools,popt,procps,psmisc,pth,pwdutils,python,python-urlgrabber,rpm,rpm-python,satsolver-tools,sed,setserial,sysvinit,termcap,terminfo-base,udev,util-linux,uuid-runtime,zlib,zypper |
|---|
| 333 | # |
|---|
| 334 | rbsmindep opensuse-11.4 = ConsoleKit,cracklib-dict-small,PolicyKit,aaa_base,bash,bzip2,coreutils,cpio,cracklib,cyrus-sasl,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glib2-branding-upstream,glibc,gpg2,grep,gzip,hal,info,insserv,keyutils-libs,krb5,libacl,libassuan0,libattr,libaugeas0,libbz2-1,libcap2,libcom_err2,libcurl4,libdb-4_5,libelf1,libexpat1,libgcc45,libgcrypt11,libglib-2_0-0,libgobject-2_0-0,libgthread-2_0-0,libgpg-error0,libidn,libksba,libldap-2_4-2,liblua5_1,liblzma5,libmodman1,libncurses5,libnscd,libopenssl1_0_0,libpopt0,libproxy1,libreadline6,libreiserfs,libselinux1,libsepol1,libsmbios2,libssh2-1,libstdc++45,libudev0,libusb-0_1-4,libuuid1,libxcrypt,libxml2,libxml2-python,libzio,libzypp,login,mingetty,module-init-tools,ncurses-utils,net-tools,openSUSE-release,openSUSE-release-ftp,openslp,pam,pam-config,pam-modules,parted,pciutils,perl-base,permissions,pinentry,pm-utils,procps,psmisc,pwdutils,python,rpm,rpm-python,satsolver-tools,sed,setserial,sysvinit,termcap,terminfo-base,udev,util-linux,zlib,zypper |
|---|
| 335 | # |
|---|
| 336 | rbsmindep opensuse-12.1 = ConsoleKit,cracklib-dict-small,PolicyKit,aaa_base,bash,bzip2,coreutils,cpio,cracklib,cyrus-sasl,dbus-1,dbus-1-glib,device-mapper,diffutils,dirmngr,e2fsprogs,ethtool,expat,filesystem,fillup,findutils,gawk,gdbm,glibc,gpg2,grep,gzip,info,insserv,krb5,libacl1,libassuan0,libattr1,libaugeas0,libbz2-1,libcap2,libcares2,libcom_err2,libcurl4,libdb-4_5,libelf1,libexpat1,libgcc46,libgcrypt11,libglib-2_0-0,libgobject-2_0-0,libgthread-2_0-0,libgpg-error0,libidn,libkeyutils1,libksba,libldap-2_4-2,liblua5_1,liblzma5,libmodman1,libncurses5,libnscd,libopenssl1_0_0,libpopt0,libproxy1,libreadline6,libreiserfs,libselinux1,libsepol1,libsmbios2,libsolv-tools,libssh2-1,libstdc++46,libudev0,libusb-0_1-4,libuuid1,libxcrypt,libxml2,libxml2-python,libzio,libzypp,login,mingetty,module-init-tools,ncurses-utils,net-tools,openSUSE-release,openSUSE-release-ftp,openslp,pam,pam-config,pam-modules,parted,pciutils,perl-base,permissions,pinentry,pm-utils,procps,psmisc,pwdutils,python,rpm,rpm-python,sed,setserial,sysvinit,termcap,terminfo-base,udev,util-linux,zlib,zypper |
|---|
| 337 | # |
|---|
| 338 | rbsmindep mandriva-2009.1-i386 = makedev,consolekit,basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glib2.0-common,glibc,gnupg2,grep,info,initscripts,iproute2,iputils,keyutils,krb5,libacl1,libattr1,libbzip2_1,libdb4.6,libelfutils1,libext2fs2,libidn11,liblua5.1,libmagic1,libncurses5,libnspr4,libnss3,libopenssl0.9.8,libpopt0,libreadline6,librpm4.6,libsqlite3_0,libtermcap2,liblzma2,libgcc1,logrotate,lua,mandriva-release-common,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,udev,urpmi,util-linux-ng,vim-minimal,wget,zlib1 |
|---|
| 339 | rbsmindep mandriva-2009.1-x86_64 = makedev,consolekit,basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glib2.0-common,glibc,gnupg2,grep,info,initscripts,iproute2,iputils,keyutils,krb5,lib64acl1,lib64attr1,lib64bzip2_1,lib64db4.6,lib64elfutils1,lib64ext2fs2,lib64idn11,lib64lua5.1,lib64magic1,lib64ncurses5,lib64nspr4,lib64nss3,lib64openssl0.9.8,lib64popt0,lib64readline6,lib64rpm4.6,lib64sqlite3_0,lib64termcap2,lib64lzma2,libgcc1,logrotate,lua,mandriva-release-common,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,udev,urpmi,util-linux-ng,vim-minimal,wget,zlib1 |
|---|
| 340 | # |
|---|
| 341 | rbsmindep mandriva-2010.0-i386 = basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,curl,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glibc,gnupg2,grep,info,initscripts,iputils,libacl1,libattr1,libblkid1,libbzip2_1,libcap2,libcurl4,libdb4.7,libelfutils1,libext2fs2,libgcc1,libgcrypt11,libgpg-error0,libidn11,libkrb53,libksba8,libldap2.4_2,liblua5.1,liblzma2,libmagic1,libncurses5,libnspr4,libnss3,libopenssl0.9.8,libpopt0,libreadline6,librpm4.6,libsasl2,libsqlite3_0,libssh2_1,libstdc++6,libtermcap2,libusb1.0_0,libuuid1,libxml2_2,logrotate,lua,mandriva-release-common,meta-task,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,sysvinit-tools,udev,urpmi,util-linux-ng,vim-minimal,zlib1 |
|---|
| 342 | rbsmindep mandriva-2010.0-x86_64 = basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,curl,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glibc,gnupg2,grep,info,initscripts,iputils,lib64acl1,lib64attr1,lib64blkid1,lib64bzip2_1,lib64cap2,lib64curl4,lib64db4.7,lib64elfutils1,lib64ext2fs2,lib64gcrypt11,lib64gpg-error0,lib64idn11,lib64krb53,lib64ksba8,lib64ldap2.4_2,lib64lua5.1,lib64lzma2,lib64magic1,lib64ncurses5,lib64nspr4,lib64nss3,lib64openssl0.9.8,lib64popt0,lib64readline6,lib64rpm4.6,lib64sasl2,lib64sqlite3_0,lib64ssh2_1,lib64termcap2,lib64usb1.0_0,lib64uuid1,lib64xml2_2,libgcc1,logrotate,lua,mandriva-release-common,meta-task,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,sysvinit-tools,udev,urpmi,util-linux-ng,vim-minimal,zlib1 |
|---|
| 343 | # |
|---|
| 344 | rbsmindep mandriva-2010.1-i386 = basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,curl,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glibc,gnupg2,grep,info,initscripts,iputils,libacl1,libattr1,libblkid1,libbzip2_1,libcap2,libcurl4,libdb4.8,libelfutils1,libext2fs2,libgcc1,libgcrypt11,libgpg-error0,libidn11,libkrb53,libksba8,libldap2.4_2,liblua5.1,liblzma2,libmagic1,libncurses5,libnspr4,libnss3,libopenssl1.0.0,libpopt0,libreadline6,librpm4.6,libsasl2,libsqlite3_0,libssh2_1,libstdc++6,libtermcap2,libusb1.0_0,libuuid1,libxml2_2,logrotate,lua,mdkonline,mandriva-release-common,meta-task,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,sysvinit-tools,udev,urpmi,util-linux-ng,vim-minimal,zlib1 |
|---|
| 345 | rbsmindep mandriva-2010.1-x86_64 = basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,curl,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glibc,gnupg2,grep,info,initscripts,iputils,lib64acl1,lib64attr1,lib64blkid1,lib64bzip2_1,lib64cap2,lib64curl4,lib64db4.8,lib64elfutils1,lib64ext2fs2,lib64gcrypt11,lib64gpg-error0,lib64idn11,lib64krb53,lib64ksba8,lib64ldap2.4_2,lib64lua5.1,lib64lzma2,lib64magic1,lib64ncurses5,lib64nspr4,lib64nss3,lib64openssl1.0.0,lib64popt0,lib64readline6,lib64rpm4.6,lib64sasl2,lib64sqlite3_0,lib64ssh2_1,lib64termcap2,lib64usb1.0_0,lib64uuid1,lib64xml2_2,libgcc1,logrotate,lua,mdkonline,mandriva-release-common,meta-task,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,sysvinit-tools,udev,urpmi,util-linux-ng,vim-minimal,zlib1 |
|---|
| 346 | # |
|---|
| 347 | rbsmindep mandriva-2010.2-i386 = basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,curl,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glibc,gnupg2,grep,info,initscripts,iputils,libacl1,libattr1,libblkid1,libbzip2_1,libcap2,libcurl4,libdb4.8,libelfutils1,libext2fs2,libgcc1,libgcrypt11,libgpg-error0,libidn11,libkrb53,libksba8,libldap2.4_2,liblua5.1,liblzma2,libmagic1,libncurses5,libnspr4,libnss3,libopenssl1.0.0,libpopt0,libreadline6,librpm4.6,libsasl2,libsqlite3_0,libssh2_1,libstdc++6,libtermcap2,libusb1.0_0,libuuid1,libxml2_2,logrotate,lua,mdkonline,mandriva-release-common,meta-task,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,sysvinit-tools,udev,urpmi,util-linux-ng,vim-minimal,zlib1 |
|---|
| 348 | rbsmindep mandriva-2010.2-x86_64 = basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,curl,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glibc,gnupg2,grep,info,initscripts,iputils,lib64acl1,lib64attr1,lib64blkid1,lib64bzip2_1,lib64cap2,lib64curl4,lib64db4.8,lib64elfutils1,lib64ext2fs2,lib64gcrypt11,lib64gpg-error0,lib64idn11,lib64krb53,lib64ksba8,lib64ldap2.4_2,lib64lua5.1,lib64lzma2,lib64magic1,lib64ncurses5,lib64nspr4,lib64nss3,lib64openssl1.0.0,lib64popt0,lib64readline6,lib64rpm4.6,lib64sasl2,lib64sqlite3_0,lib64ssh2_1,lib64termcap2,lib64usb1.0_0,lib64uuid1,lib64xml2_2,libgcc1,logrotate,lua,mdkonline,mandriva-release-common,meta-task,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,sysvinit-tools,udev,urpmi,util-linux-ng,vim-minimal,zlib1 |
|---|
| 349 | # |
|---|
| 350 | rbsmindep mageia-1-i386 = basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,curl,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glibc,gnupg2,grep,info,initscripts,iputils,libacl1,libattr1,libblkid1,libbzip2_1,libcap2,libcurl4,libdb4.8,libelfutils1,libext2fs2,libgcc1,libgcrypt11,libgpg-error0,libidn11,libkrb53,libksba8,libldap2.4_2,liblua5.1,liblzma2,libmagic1,libncurses5,libnspr4,libnss3,libopenssl1.0.0,libpopt0,libreadline6,librpm4.6,libsasl2,libsqlite3_0,libssh2_1,libstdc++6,libtermcap2,libusb1.0_0,libuuid1,libxml2_2,logrotate,lua,mandriva-release-common,meta-task,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,sysvinit-tools,udev,urpmi,util-linux-ng,vim-minimal,zlib1 |
|---|
| 351 | rbsmindep mageia-1-x86_64 = basesystem,bash,chkconfig,coreutils,cpio,cracklib,cracklib-dicts,crontabs,curl,dbus,dhcp-client,dirmngr,e2fsprogs,ethtool,expat,file,filesystem,findutils,gamin,gawk,glibc,gnupg2,grep,info,initscripts,iputils,lib64acl1,lib64attr1,lib64blkid1,lib64bzip2_1,lib64cap2,lib64curl4,lib64db4.8,lib64elfutils1,lib64ext2fs2,lib64gcrypt11,lib64gpg-error0,lib64idn11,lib64krb53,lib64ksba8,lib64ldap2.4_2,lib64lua5.1,lib64lzma2,lib64magic1,lib64ncurses5,lib64nspr4,lib64nss3,lib64openssl1.0.0,lib64popt0,lib64readline6,lib64rpm4.6,lib64sasl2,lib64sqlite3_0,lib64ssh2_1,lib64termcap2,lib64usb1.0_0,lib64uuid1,lib64xml2_2,libgcc1,logrotate,lua,mandriva-release-common,meta-task,mingetty,module-init-tools,ncurses,net-tools,nss,openldap,openssl,pam,passwd,pcre,perl,perl-base,perl-Config-IniFiles,perl-Locale-gettext,perl-MDV-Distribconf,perl-URPM,procps,psmisc,python,rpm,sed,setup,shadow-utils,sysvinit-tools,udev,urpmi,util-linux-ng,vim-minimal,zlib1 |
|---|
| 352 | |
|---|
| 353 | # Where to store packages downloaded temporarily by rpmbootstrap |
|---|
| 354 | cachedir rpmbootstrap = /var/cache/rpmbootstrap |
|---|
| 355 | cachedir pbmkbm = /var/cache/rpmbootstrap |
|---|
| 356 | |
|---|
| 357 | # Options to pass to rpmbootstrap command. By default keep downloaded packages |
|---|
| 358 | rbsopt rpmbootstrap = -k |
|---|
| 359 | rbsopt debbootstrap = --keep-debootstrap-dir |
|---|
| 360 | |
|---|
| 361 | # URL of the directory containing the packages mentioned in rbsmindep. |
|---|
| 362 | # You can use some rpmbootstrap variables here: |
|---|
| 363 | # $pbos->{'name'}: name of the distribution |
|---|
| 364 | # $pbos->{'version'}: version of the distribution |
|---|
| 365 | # $pbos->{'arch'}: architecture of the distribution |
|---|
| 366 | # You need an http based mirror for the moment |
|---|
| 367 | #rbsmirrorsrv fedora = http://download.fedora.redhat.com/pub/fedora/linux/releases/$pbos->{'version'}/Everything/$pbos->{'arch'}/os/Packages/ |
|---|
| 368 | rbsmirrorsrv fedora = http://mirrors.kernel.org/fedora/releases/$pbos->{'version'}/Fedora/$pbos->{'arch'}/os/Packages |
|---|
| 369 | rbsmirrorsrv centos-4 = http://mirrors.kernel.org/centos/$pbos->{'version'}/os/$pbos->{'arch'}/CentOS/RPMS |
|---|
| 370 | rbsmirrorsrv centos-5 = http://mirrors.kernel.org/centos/$pbos->{'version'}/os/$pbos->{'arch'}/CentOS |
|---|
| 371 | rbsmirrorsrv centos-5-ia64 = http://dev.centos.org/~z00dax/ia64/c5-wip/ia64/RPMS/ |
|---|
| 372 | rbsmirrorsrv centos-6 = http://mirrors.kernel.org/centos/$pbos->{'version'}/os/$pbos->{'arch'}/CentOS |
|---|
| 373 | #rbsmirrorsrv rhel = |
|---|
| 374 | # pbos->{'arch'} == i586 for i386 repo |
|---|
| 375 | # kernel.org is not up to date anymore for opensuse |
|---|
| 376 | #rbsmirrorsrv opensuse = http://mirrors.kernel.org/opensuse/distribution/$pbos->{'version'}/repo/oss/suse/$pbos->{'arch'}/ |
|---|
| 377 | rbsmirrorsrv opensuse = http://download.opensuse.org/distribution/$pbos->{'version'}/repo/oss/suse/$pbos->{'arch'}/ |
|---|
| 378 | # pbos->{'arch'} == i586 for i386 repo |
|---|
| 379 | rbsmirrorsrv mandriva = http://mirrors.kernel.org/mandriva/Mandrakelinux/official/$pbos->{'version'}/$pbos->{'arch'}/media/main/release/ |
|---|
| 380 | rbsmirrorsrv mageia = http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/$pbos->{'version'}/$pbos->{'arch'}/media/core/release/ |
|---|
| 381 | #rbsmirrorsrv debian = http://ftp.us.debian.org/debian/ |
|---|
| 382 | #rbsmirrorsrv ubuntu = http://us.releases.ubuntu.com/releases/ |
|---|
| 383 | # |
|---|
| 384 | |
|---|
| 385 | # |
|---|
| 386 | # pbmkbm configuration parameters |
|---|
| 387 | # |
|---|
| 388 | mkbmpath default = /var/cache/pbmkbm |
|---|
| 389 | vetype pbmkbm = chroot |
|---|
| 390 | verpmtype pbmkbm = rpmbootstrap |
|---|
| 391 | vedebtype pbmkbm = debbootstrap |
|---|
| 392 | |
|---|
| 393 | # Log command to use to have a sufficient understanding of the environment in which we oprate |
|---|
| 394 | logcmd pbmkbm = internal |
|---|
| 395 | # internal or sos, or cfg2html, or ... |
|---|
| 396 | logopt pbmkbm = --options |
|---|
| 397 | logfiles pbmkbm = /etc/raidtab,/proc/cmdline,/proc/swaps,/proc/partitions,/proc/filesystems,/proc/lvm,/dev/mapper |
|---|
| 398 | logcommands pbmkbm = mount,lsmod,esxcfg-module -l,df -T |
|---|
| 399 | |
|---|
| 400 | # What is needed at boot time to have a minimal working environment |
|---|
| 401 | # Directories to create on the target media, even if no file is in it (else it will be created automatically) |
|---|
| 402 | mkbmtargetdirs linux = /tmp,/dev |
|---|
| 403 | # In term of dirs from the original to copy to the target |
|---|
| 404 | mkbmbootdirs linux = /etc/modprobe.d/,/etc/ssh,/etc/udev,/etc/hotplug.d,/etc/mdadm,/var/lib/dhcp |
|---|
| 405 | # In term of files from the original to copy to the target |
|---|
| 406 | mkbmbootfiles linux = /etc/init.d/functions,/etc/rc.d/functions,/etc/rpc,/etc/netconf,/usr/lib/libnss_compat.so,/usr/lib64/libnss_compat.so,/usr/lib/libnss_files.so,/usr/lib64/libnss_files.so,/etc/modprobe.conf,/etc/conf.modules,/etc/modules.conf.local,/etc/mdadm.conf,/etc/raidtab |
|---|
| 407 | # In term of commands from the original to copy to the target |
|---|
| 408 | mkbmbootcmds linux = perl,mt,awk,gawk,dd,grep,uname,df,loadkeys,pidof,gzip,klogd,syslogd,rsyslogd,syslog-ng,mount,mount.nfs,mount.nfs4,sshfs,mount.fuse,fusermount,ssh,ulockmgr_server,mount.cifs,mount.cifs3,mount.smb,mount.smb3,mount.smbfs,mount.smbfs3,mount.ntfs,mount.ntfs-3g,MAKEDEV,udev.static,udevsend,udevd,hwup,path_id,scsi_tur,udeadm,udevstart.static,udev_volume_id,start_udev,udevstart,create_static_dev_nodes,scsi_id,insmod,lsmod,modprobe,mdadm,mdassemble,raidstart,multipath,dmsetup,kpartx,dmraid,mpath_prio_alua,mpath_wait,mpath_ctl,mpath_prio_emc,mpath_prio_hds_modular,mpath_prio_netapp,mpath_prio_ontap,mpath_prio_rdac,mpath_prio_tpc,ping,ifconfig,ip,route,dhclient,dhcpcd, |
|---|
| 409 | |
|---|
| 410 | # Where is your kernel file - optional if you want to really be sure of what is used |
|---|
| 411 | #mkbmkerneldir linux = /boot |
|---|
| 412 | # Where is your kernel directory |
|---|
| 413 | mkbmkerneldir linux = /boot |
|---|
| 414 | #mkbmkerneldir linux = /boot/efi |
|---|
| 415 | # What is the regular expression to find the kernel file |
|---|
| 416 | mkbmkernelnamere linux = ^linu|^vmlinu|^xen |
|---|
| 417 | |
|---|
| 418 | # Files to add on the boot media to support a full working system |
|---|
| 419 | mkbmbasefiles linux = /etc/modules.conf,/etc/fstab,/etc/hosts,/etc/host.conf,/etc/resolv.conf,/etc/hosts.allow,/etc/hosts.deny,/etc/nsswitch.conf,/usr/share/misc/file/magic,/usr/share/file/magic,/usr/share/file/magic.mgc |
|---|
| 420 | #mkbmbasefiles lsb-3.2 = /usr/share/misc/file/magic,/usr/share/misc/magic.mgc |
|---|
| 421 | ## Dirs to add |
|---|
| 422 | mkbmbasedirs linux = |
|---|
| 423 | # Commands to add |
|---|
| 424 | mkbmbasecmds linux = file,bzip2,bunzip2,bash,date,ctrlaltdel,wc,xargs,less,ldconfig,tee,efibootmgr,lilo,grub,elilo,fdisk,parted |
|---|
| 425 | # |
|---|
| 426 | # To support debug |
|---|
| 427 | mkbmdbgfiles linux = |
|---|
| 428 | mkbmdbgcmds linux = ldd,strace,valgrind,dmidecode,lsusb,lshw,lspci,ethtool |
|---|
| 429 | mkbmdbgdirs linux = /usr/lib/valgrind,/usr/lib64/valgrind |
|---|
| 430 | |
|---|
| 431 | # Where are the ISO bootloader for this OS |
|---|
| 432 | mkbmisobl linux = /usr/lib/syslinux/isolinux.bin,/usr/lib64/syslinux/isolinux.bin |
|---|
| 433 | mkbmkbd mageia = /usr/lib/kbd |
|---|
| 434 | |
|---|
| 435 | # pb install dependencies per distro |
|---|
| 436 | # osperldep gives perl file dependecies to get from CPAN |
|---|
| 437 | # ospkgdep gives distribution package dependencies |
|---|
| 438 | # |
|---|
| 439 | # Asianux - Module-Build first for processing as needed by others |
|---|
| 440 | osperldep asianux = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 441 | ospkgdep asianux = wget,make,perl-Date-Manip,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 442 | # Fedora - Module-Build first for processing as needed by others |
|---|
| 443 | osperldep fedora = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 444 | ospkgdep fedora = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 445 | osperldep fedora-12 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 446 | ospkgdep fedora-12 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 447 | osperldep fedora-11 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 448 | ospkgdep fedora-11 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 449 | osperldep fedora-10 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 450 | ospkgdep fedora-10 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 451 | osperldep fedora-9 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 452 | ospkgdep fedora-9 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 453 | osperldep fedora-8 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 454 | ospkgdep fedora-8 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 455 | osperldep fedora-7 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 456 | ospkgdep fedora-7 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 457 | osperldep fedora-6 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 458 | ospkgdep fedora-6 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 459 | osperldep fedora-5 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 460 | ospkgdep fedora-5 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 461 | osperldep fedora-4 = Module-Build,File-MimeInfo,File-BaseDir,Date-Manip |
|---|
| 462 | ospkgdep fedora-4 = wget,make,perl-ExtUtils-MakeMaker,rpm-build,patch,ntp,diffutils |
|---|
| 463 | # Slack - Module-Build first for processing as needed by others |
|---|
| 464 | osperldep tgz = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir |
|---|
| 465 | ospkgdep tgz = wget,make,ntp,patch |
|---|
| 466 | # RHEL |
|---|
| 467 | osperldep rhel-4 = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 468 | ospkgdep rhel-4 = wget,make,ntp,patch,perl-DateManip,rpm-build,diffutils |
|---|
| 469 | # Tested |
|---|
| 470 | osperldep centos-4 = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 471 | ospkgdep centos-4 = wget,make,ntp,patch,perl-DateManip,rpm-build,diffutils |
|---|
| 472 | # Tested |
|---|
| 473 | osperldep rhel-5 = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 474 | ospkgdep rhel-5 = wget,make,ntp,patch,perl-DateManip,rpm-build,diffutils |
|---|
| 475 | osperldep centos-5 = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 476 | ospkgdep centos-5 = wget,make,ntp,patch,perl-DateManip,rpm-build,diffutils |
|---|
| 477 | # Tested |
|---|
| 478 | osperldep rhel-6 = File-MimeInfo,File-BaseDir |
|---|
| 479 | ospkgdep rhel-6 = wget,make,ntpdate,patch,perl-Date-Manip,rpm-build,diffutils,perl-Module-Build |
|---|
| 480 | # |
|---|
| 481 | osperldep rhel-3 = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 482 | # Tested |
|---|
| 483 | osperldep rhel-6 = File-MimeInfo,File-BaseDir |
|---|
| 484 | ospkgdep rhel-6 = wget,make,ntpdate,patch,perl-Date-Manip,rpm-build,diffutils,perl-Module-Build |
|---|
| 485 | # |
|---|
| 486 | osperldep rhel-3 = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 487 | ospkgdep rhel-3 = wget,make,ntp,patch,perl-DateManip,diffutils |
|---|
| 488 | osperldep centos-3 = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 489 | ospkgdep centos-3 = wget,make,ntp,patch,perl-DateManip,diffutils |
|---|
| 490 | # Old RedHat - Module-Build first for processing as needed by others |
|---|
| 491 | osperldep redhat = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir |
|---|
| 492 | ospkgdep redhat = wget,make,ntp,patch,diffutils |
|---|
| 493 | # Old SuSE - Module-Build first for processing as needed by others |
|---|
| 494 | osperldep suse = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir |
|---|
| 495 | ospkgdep suse = wget,make,ntp,patch,diffutils |
|---|
| 496 | # New OpenSuSE - Module-Build first for processing as needed by others |
|---|
| 497 | osperldep opensuse = Module-Build,File-MimeInfo,File-BaseDir |
|---|
| 498 | ospkgdep opensuse = wget,make,ntp,patch,perl-Date-Manip,perl-File-HomeDir,diffutils |
|---|
| 499 | # Mdv |
|---|
| 500 | osperldep mandrake-10.1 = Date-Manip |
|---|
| 501 | ospkgdep mandrake-10.1 = rpm-build,wget,patch,make,ntp-client,perl-File-MimeInfo,diffutils |
|---|
| 502 | ospkgdep mandrake-10.2 = rpm-build,wget,patch,make,ntp-client,perl-File-MimeInfo,diffutils,perl-DateManip |
|---|
| 503 | osperldep md = |
|---|
| 504 | ospkgdep md = rpm-build,wget,patch,make,ntp-client,perl-File-MimeInfo,perl-File-BaseDir,perl-Date-Manip,diffutils |
|---|
| 505 | # LSB |
|---|
| 506 | osperldep lsb = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir |
|---|
| 507 | ospkgdep lsb = |
|---|
| 508 | # Debian |
|---|
| 509 | osperldep debian-3.1 = File-MimeInfo,File-BaseDir |
|---|
| 510 | ospkgdep debian-3.1 = wget,patch,dpkg-dev,make,debian-builder,dh-make,fakeroot,ntpdate,libmodule-build-perl,libdate-manip-perl,libmail-sendmail-perl,diff |
|---|
| 511 | osperldep deb = |
|---|
| 512 | ospkgdep deb = wget,patch,dpkg-dev,make,debian-builder,dh-make,fakeroot,ntpdate,libfile-mimeinfo-perl,libmodule-build-perl,libdate-manip-perl,libmail-sendmail-perl,diff |
|---|
| 513 | # Gentoo |
|---|
| 514 | osperldep gen = |
|---|
| 515 | ospkgdep gen = wget,ntp,make,patch,DateManip,File-MimeInfo |
|---|
| 516 | # Solaris - Module-Build first for processing as needed by others |
|---|
| 517 | osperldep pkg = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir |
|---|
| 518 | # Should be installed manually first for the moment |
|---|
| 519 | #ospkgdep pkg = wget,make,perl |
|---|
| 520 | # And also need ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/sudo-1.7.2p1-sol10-sparc-local.gz ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/make-3.81-sol10-sparc-local.gz ftp://ftp.sunfreeware.com/pub/freeware/intel/10/libintl-3.4.0-sol10-x86-local.gz ftp://ftp.sunfreeware.com/pub/freeware/intel/10/libiconv-1.9.2-sol10-x86-local.gz ftp://ftp.sunfreeware.com/pub/freeware/intel/10/libgcc-3.4.6-sol10-x86-local.gz |
|---|
| 521 | # |
|---|
| 522 | # HP-UX |
|---|
| 523 | # TBC |
|---|
| 524 | osperldep sd = Pod2man,Date-Manip,File-MimeInfo |
|---|
| 525 | |
|---|
| 526 | # Version of the perl module as found on CPAN |
|---|
| 527 | # http://search.cpan.org/CPAN/modules/by-module |
|---|
| 528 | osperlver Date-Manip = 5.56 |
|---|
| 529 | osperlver Module-Build = 0.3607 |
|---|
| 530 | osperlver File-MimeInfo = 0.15 |
|---|
| 531 | osperlver File-BaseDir = 0.03 |
|---|
| 532 | |
|---|
| 533 | # Code name for debian/ubuntu distro |
|---|
| 534 | # used by debootstrap |
|---|
| 535 | # Cf: http://www.debian.org/releases/ |
|---|
| 536 | # and https://wiki.ubuntu.com/DevelopmentCodeNames |
|---|
| 537 | oscodename debian-3.1 = sarge |
|---|
| 538 | oscodename debian-4.0 = etch |
|---|
| 539 | oscodename debian-5.0 = lenny |
|---|
| 540 | oscodename debian-6.0 = squeeze |
|---|
| 541 | oscodename debian-7.0 = wheezy |
|---|
| 542 | oscodename ubuntu-6.06 = dapper |
|---|
| 543 | oscodename ubuntu-7.04 = feisty |
|---|
| 544 | oscodename ubuntu-7.10 = gutsy |
|---|
| 545 | oscodename ubuntu-8.04 = hardy |
|---|
| 546 | oscodename ubuntu-8.10 = intrepid |
|---|
| 547 | oscodename ubuntu-9.04 = jaunty |
|---|
| 548 | oscodename ubuntu-9.10 = karmic |
|---|
| 549 | oscodename ubuntu-10.04 = lucid |
|---|
| 550 | oscodename ubuntu-10.10 = maverick |
|---|
| 551 | oscodename ubuntu-11.04 = natty |
|---|
| 552 | oscodename ubuntu-11.10 = oneiric |
|---|
| 553 | |
|---|
| 554 | # Commands needed on the underlying system |
|---|
| 555 | oscmd pb = tar,chmod,ls |
|---|
| 556 | oscmdopt pb = rpmbuild,dpkg-buildpackage,rpm,dpkg,wget,sudo,apt-get,mv,gzip,ebuild,makepkg,pkgmk,pkgtrans,rm,rpmlint,lintian,chroot,schroot,cp,chown,debsign,qemu-img,qemu,kvm,rpmbootstrap,rinse,mock,debootstrap,mkdir,cat,ssh,scp,yum,bash,make,vi,ssh-keygen,svn,hg,cvs,git,svk,svn2cl,cvs2cl,urpmi |
|---|
| 557 | oscmd rpmbootstrap = rpm,rpm2cpio,wget |
|---|
| 558 | #oscmdopt rpmbootstrap = |
|---|
| 559 | oscmd pbmkbm = |
|---|
| 560 | oscmdopt pbmkbm = |
|---|
| 561 | # |
|---|
| 562 | # If busybox, which one is used (from mindi, or native, ...) |
|---|
| 563 | ospathcmd-busybox default = /usr/lib/mindi/rootfs/bin/busybox |
|---|
| 564 | |
|---|
| 565 | # Where is the keyboard config file |
|---|
| 566 | ospathcmd-keyfile default = /etc/rc.config |
|---|
| 567 | ospathcmd-keyfile rpm = /etc/sysconfig/keyboard |
|---|
| 568 | ospathcmd-keyfile slackware = /etc/rc.d/rc.keymap |
|---|
| 569 | ospathcmd-keyfile debian = /etc/console/boottime.kmap.gz |
|---|
| 570 | ospathcmd-keyfile ubuntu = /etc/console-setup/boottime.kmap.gz,/etc/console-setup/cached.kmap.gz |
|---|
| 571 | ospathcmd-keyfile arch = /etc/rc.conf |
|---|
| 572 | ospathcmd-keyfile gentoo = /etc/conf.d/keymaps |
|---|
| 573 | # Where is the keyboard directory |
|---|
| 574 | ospathcmd-keymapdir default = /usr/lib/kbd/keymaps |
|---|
| 575 | # ??? |
|---|
| 576 | ospathcmd-keymapdir slackware = /usr/share/kbd/keymaps |
|---|
| 577 | # Regular expression to find the locale in the keymap file |
|---|
| 578 | ospathcmd-keymapre rpm = s/^KEYTABLE="([[:alpha:]]+)"/$1/ |
|---|
| 579 | ospathcmd-keymapre arch = s/^KEYMAP="([[:alpha:]]+)"/$1/ |
|---|
| 580 | ospathcmd-keymapre gentoo = s/^KEYMAP="([[:alpha:]]+)"/$1/ |
|---|
| 581 | ospathcmd-keymapre slack = s/\w\s([[:alpha:]]+.map)/$1/ |
|---|
| 582 | |
|---|
| 583 | # Some path for commands may defer from one system to another |
|---|
| 584 | ospathcmd-halt default = /sbin/halt |
|---|
| 585 | ospathcmd-halt solaris = /usr/sbin/halt |
|---|
| 586 | |
|---|
| 587 | # How do you want to install pb in your VM/VE (pkg or file) |
|---|
| 588 | pbinstalltype default = pkg |
|---|
| 589 | # No gentoo repo provided yet |
|---|
| 590 | pbinstalltype gen = file |
|---|
| 591 | # No CentOS either (you can manually point to rhel repo) |
|---|
| 592 | pbinstalltype centos = file |
|---|
| 593 | # Default main package for pkg install of pb |
|---|
| 594 | ospkg default = project-builder |
|---|
| 595 | # Where is the associated repo |
|---|
| 596 | osrepo rpm = ftp://ftp.project-builder.org/$pbos->{'name'}/$pbos->{'version'}/$pbos->{'arch'}/pb.repo |
|---|
| 597 | osrepo deb = ftp://ftp.project-builder.org/$pbos->{'name'}/$pbos->{'version'}/pb.sources.list |
|---|
| 598 | |
|---|
| 599 | # Number of process in // for pb |
|---|
| 600 | #pbparallel pb = 2 |
|---|
| 601 | # |
|---|
| 602 | |
|---|
| 603 | # |
|---|
| 604 | # Commands to check packages |
|---|
| 605 | # |
|---|
| 606 | # Config-Model needs oschkcmd:rpm=/.... (Cf Config::Model::Loader) |
|---|
| 607 | oschkcmd rpm = /usr/bin/rpmlint |
|---|
| 608 | oschkopt rpm = |
|---|
| 609 | oschkcmd deb = /usr/bin/lintian |
|---|
| 610 | oschkopt deb = |
|---|
| 611 | ospatchcmd default = /usr/bin/patch |
|---|
| 612 | ospatchopt default = -s -p1 |
|---|
| 613 | |
|---|
| 614 | # sha method for yum repo |
|---|
| 615 | ossha rpm = sha256 |
|---|
| 616 | # RHEL before 6 had python 2.4 |
|---|
| 617 | ossha rhel-2.1 = sha1 |
|---|
| 618 | ossha rhel-3 = sha1 |
|---|
| 619 | ossha rhel-4 = sha1 |
|---|
| 620 | ossha rhel-5 = sha1 |
|---|
| 621 | ossha centos-3 = sha1 |
|---|
| 622 | ossha centos-4 = sha1 |
|---|
| 623 | ossha centos-5 = sha1 |
|---|
| 624 | # Fedora before 11 had python 2.4 |
|---|
| 625 | ossha fedora-4 = sha1 |
|---|
| 626 | ossha fedora-5 = sha1 |
|---|
| 627 | ossha fedora-6 = sha1 |
|---|
| 628 | ossha fedora-7 = sha1 |
|---|
| 629 | ossha fedora-8 = sha1 |
|---|
| 630 | ossha fedora-9 = sha1 |
|---|
| 631 | ossha fedora-10 = sha1 |
|---|
| 632 | |
|---|
| 633 | # |
|---|
| 634 | # CPAN upload info (info from cpanupload) |
|---|
| 635 | # |
|---|
| 636 | cpanpause default = pause.perl.org |
|---|
| 637 | cpandir default = incoming |
|---|
| 638 | cpansubdir default = |
|---|
| 639 | cpanurl default = http://pause.perl.org/pause/authenquery |
|---|
| 640 | #cpanuser default = XXX |
|---|
| 641 | #cpanpasswd default = YYY |
|---|