[zypp-devel] figure out vendor name

Hi all. is there a way to figure out the name of a 'vendor' in order to be used in vendors.d? zypper lr $repo does not seem to display the vendor name. Greets Marcus -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org

On Friday 15 July 2011 10:07:14 Marcus Moeller wrote:
Hi all.
is there a way to figure out the name of a 'vendor' in order to be used in vendors.d?
zypper lr $repo
does not seem to display the vendor name.
The vendor is actually property of a package (though usually most packages in a repo have the same vendor). You can use 'zypper info' or 'rpm -qi' to figure it out. $ zypper info xteddy ... Information for package xteddy: Repository: @System Name: xteddy Version: 2.2-6.1 Arch: x86_64 Vendor: openSUSE ^^^^^^^^ $ rpm -qi xteddy Name : xteddy Relocations: (not relocatable) Version : 2.2 Vendor: openSUSE ^^^^^^^^ -- cu, Michael Andres +------------------------------------------------------------------+ Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4 +------------------------------------------------------------------+ Michael Andres SUSE LINUX Products GmbH, Development, ma@suse.de GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer, HRB16746(AG Nürnberg) Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0 +------------------------------------------------------------------+ -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org
participants (2)
-
Marcus Moeller
-
Michael Andres