Hi there, On Wed, 09 Jan 2013, 14:18:37 +0100, Jun Hu wrote: > Hi guys: > > I want to find xen-kmp-default source rpm , but can't find at > http://download.opensuse.org/update/12.2/src/ > > why? > > junwork:/usr/src/packages/SPECS # zypper info xen-kmp-default > Loading repository data... > Reading installed packages... > > > Information for package xen-kmp-default: > > Repository: openSUSE-12.2-Update > Name: xen-kmp-default > Version: 4.1.3_06_k3.4.11_2.16-5.17.1 > Arch: x86_64 > Vendor: openSUSE > Installed: Yes > Status: up-to-date > Installed Size: 308.8 KiB > Summary: Xen para-virtual device drivers for fully virtualized guests
This is a mis-feature of "zypper info" :( If you look at the full output for this package using "rpm -qi xen-kmp-default", you'll see the following (amongst other stuff): Source RPM : xen-4.1.3_06-5.17.1.src.rpm This means that the xen-kmp-default package has been built as a sub-package, and hence you need to get the xen-4.1.3_06-5.17.1.src.rpm HTH, cheers. l8er manfred -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
