[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: gnome-vfs not in Rawhide?
- From: seth vidal <skvidal phy duke edu>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>, Jeff Spaleta <jspaleta gmail com>
- Cc:
- Subject: Re: gnome-vfs not in Rawhide?
- Date: Tue, 05 Apr 2005 11:12:51 -0400
> 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]