sources/.list
# Uncomment the line below, in case you want to use SuSE's patch rpms.
# Read the information about patch rpms at
http://linux01.gwdg.de/apt4rpm
# rpm
ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.0-i386 update-prpm security-prpm
# A very basic sources.list line. Fastest repository first.
# Remove "base" in case you are behind a
# slow connection. Fastest repository first.
# Visit the server to determine which apt components are provided.
#rpm
ftp://mirrors.mathematik.uni-bielefeld. ... /suse/apt/ SuSE/9.0-i386 update security
#rpm
ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.0-i386 update security
rpm
ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386 suser-scorot suse-people base update-prpm update gnome2 xfree86 mozilla suser-rbos usr-local-bin suser-kpietrz suser-tcousin suser-sbarnin suser-ollakka funktronics packman packman-i686 wine suse-projects security-prpm security
rpm-src
ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386 suser-scorot suse-people base update-prpm update gnome2 xfree86 mozilla suser-rbos usr-local-bin suser-kpietrz suser-tcousin suser-sbarnin suser-ollakka funktronics packman packman-i686 wine suse-projects security-prpm security
# The list with all available components can be found at:
#
http://linix01.gwdg.de/apt4rpm
# Some components provide experimental software, select wisely!
#
http://ftp.gwdg.de/pub/linux/suse/apt/S ... s.list.FTP
# Consult the link above if you want to include uri's for src rpms
apt.conf
// with "apt-config dump" all settings can be viewed
Acquire::CDROM::Copy "true";
Debug
{
pkgRPMPM "false";
}
RPM
{
// Hold (do not update) a list with pkgs:
// Hold { "k_deflt"; "sane"; };
// Leave list empty to disable
Ignore {"gpg-pubkey"; };
Options { };
Install-Options "";
Erase-Options "";
Source {
Build-Command "rpmbuild --rebuild";
};
}
thanks for any advice
chris