List contents of an uninstalled RPM package.
To list the contents of an uninstalled RPM package issue one of the following:
# less kmod-compat-wireless-3.5.4-1.sn.el6.elrepo.x86_64.rpm 2>&1|grep 9170
or issue:
# rpm -qpl kmod-compat-wireless-3.5.4-1.sn.el6.elrepo.x86_64.rpm
The less command displays significantly more information then the above command:
# less kmod-compat-wireless-3.5.4-1.sn.el6.elrepo.x86_64.rpm 2>&1
Name : kmod-compat-wireless Relocations: (not relocatable)
Version : 3.5.4 Vendor: The ELRepo Project (http://elrepo.org)
Release : 1.sn.el6.elrepo Build Date: Mon 15 Oct 2012 06:00:52 PM EDT
Install Date: (not installed) Build Host: Build64R6.elrepo.org
Group : System Environment/Kernel Source RPM: compat-wireless-kmod-3.5.4-1.sn.el6.elrepo.src.rpm
Size : 10791513 License: GPLv2
Signature : DSA/SHA1, Mon 15 Oct 2012 06:31:06 PM EDT, Key ID 309bc305baadae52
Packager : Philip J Perry <phil@elrepo.org>
URL : http://linuxwireless.org/en/users/Download/stable
Summary : compat-wireless kernel module(s)
Description :
This package provides the compat-wireless kernel module(s) built
for the Linux kernel using the x86_64 family of processors.
* Mon Oct 15 2012 Philip J Perry <phil@elrepo.org> – 3.5.4-1.sn
– Update to 3.5.4-1.sn
– Cleanup and remove old patches, we now build cleanly on RHEL* Wed Aug 22 2012 Philip J Perry <phil@elrepo.org> – 3.5.1-1.sn
– Update to 3.5.1-1.sn
– Apply latest upstream patches for RHEL
[compat-disable-compat-firmware-module-on-RHEL6.0.patch]
[compat-disable-KFIFO-on-RHEL6.1-and-later.patch]
[compat-fix-defines-for-RHEL-by-adding-RHEL-to-string.patch]
[compat-fixup-firmware-defines-on-RHEL6.patch]
[compat-RHEL-build-script-fixup-from-upstream.patch]
[compat-wireless-disable_spi_sdio.patch]* Tue Aug 07 2012 Philip J Perry <phil@elrepo.org> – 3.5-3
– Update to 3.5-3
– Fix build issues on RHEL6.3
[compat-wireless-3.5-3-fix-KLIB_BUILD.patch]
[compat-wireless-3.5-3-RHEL6.3.patch]
[compat-wireless-3.5-3-disable-CONFIG_COMPAT_KFIFO.patch]
[compat-wireless-3.5-3-no_printk.patch]
[compat-wireless-3.5-3-disable_spi_sdio.patch]* Fri Apr 06 2012 Michael Lampe <mlampe0@googlemail.com> – 3.3-2.n
– update to 3.3-2-n* Fri Mar 16 2012 Philip J Perry <phil@elrepo.org> – 3.3-0.2.rc6.1
– Fix build issue on i686 [compat-wireless-remove-olpc_ec_wakeup_calls.patch]
– Add iwlagn and ar9170usb to the blacklist.* Thu Mar 15 2012 Philip J Perry <phil@elrepo.org> – 3.3-0.1.rc6.1
– Initial el6 build of the kmod package.-rw-r–r– 1 root root 5433 Oct 15 18:00 /etc/depmod.d/kmod-compat-wireless.conf
-rw-r–r– 1 root root 37 Oct 15 18:00 /etc/modprobe.d/blacklist-compat-wireless.conf
drwxr-xr-x 2 root root 0 Oct 15 18:00 /lib/modules/2.6.32-279.el6.x86_64
drwxr-xr-x 2 root root 0 Oct 15 18:00 /lib/modules/2.6.32-279.el6.x86_64/extra
drwxr-xr-x 2 root root 0 Oct 15 18:00 /lib/modules/2.6.32-279.el6.x86_64/extra/compat-wireless
Cheers,
TK