Mailinglist Archive: opensuse (1523 mails)

< Previous Next >
Re: [opensuse] Pinging kde3 repo mantainer for oS 11.2
  • From: "Dominique Leuenberger" <Dominique.Leuenberger@xxxxxxxxxxxxx>
  • Date: Wed, 24 Mar 2010 12:12:19 +0100
  • Message-id: <4BAA01A30200002900096117@xxxxxxxxxxxxxxxxxxx>
On 3/24/2010 at 12:05, Roger Oberholtzer <roger@xxxxxx> wrote:
OK. But I still wonder: given an installed rpm that came from the obs,
how would I discover that openSUSE:11.2 is the right place? Is there
anything in the rpm to indicate this?

I ask because openSUSE:11.2 is not the only place on the obs with
graphviz rpms (for example). If an rpm from another place in the obs was
installed, could I tell from the rpm where it came from in the obs?

The best indications you can find are the 'vendor' string and 'distribution'

rpm -q --queryformat "%{vendor}\n%{distribution}\n" <packagename>

for my currently installed gnome-menus for example that results here in:
obs://build.opensuse.org/GNOME
GNOME:Factory / openSUSE_Factory

Tje 'distribuin' is also listed with -qi (last line). Normally this should give
sufficient information where a package comes from.

Dominique
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >