[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: gnome-vfs not in Rawhide?



> 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







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]