On Mon, 2006-05-01 at 11:34 +0300, Ville Skyttä wrote: > On Mon, 2006-05-01 at 13:56 +0530, Rahul Sundaram wrote: > > > So, if Fedora were to offer hosting through say a torrent and enable > > this, how do you verify that the packages havent been altered easily? > > Something like this should do the trick: > find . -name "*.rpm" | xargs rpm -K | grep NOT Oh well, that's actually far from being enough, at least the grep part needs more checks. Or maybe write a quick rpm-python script for the job instead of using rpm -K.