gnome-vfs not in Rawhide?

seth vidal skvidal at phy.duke.edu
Tue Apr 5 15:12:51 UTC 2005


> So... assuming the build report system blows up from time to time and
> removals from rawhide go unreported to the community. What is the best
> way to periodicly go back and check to make sure the community gets a
> reasonable headsup about all removals?  Periodically being open to
> reasonable intepretation.


go through two lists of each releases srpms.

then run:
for pkg in *.src.rpm
 do
  rpm -qp --qf "%{name}" $pkg > somefile
 done


and then take the two files you made for each dir of srpms and sort them
then:

diff -u file1 file2

and look for the '-'

:)

-sv









More information about the devel mailing list