On Tue, 23 Sep 2003 22:45:35 +0100, jonathan pickard wrote: > Hi > I have two local repositories on my RH9 machine /var/ftp/pub/9/updates - > these hold the redhat updates /var/ftp/pub/9/rawhide - these hold the > rawhide updates > > I have two header files, one for each repository > > my yum.conf file looks like this > > [rh9 updates] > name=rh9 updates > baseurl=ftp://127.0.0.1/pub/9/updates > > #[rh9 rawhide] > #name=rawhide > #baseurl=ftp://127.0.0.1/pub/9/rawhide > ... > > Is there a better way (clever way) to selectively apply patches from > specific repositories? Looks like the best way that can be used now is: use two config files - one w/rawhide one w/o then specify them via yum -c some.conf command All the other suggestions so far look like they will have to wait for future developments.