[Bug 1190210] nvidia: PCI ID Supplements no longer available on Tumbleweed
http://bugzilla.opensuse.org/show_bug.cgi?id=1190210 http://bugzilla.opensuse.org/show_bug.cgi?id=1190210#c6 --- Comment #6 from Stefan Dirsch <sndirsch@suse.com> --- Tried this --- my-find-supplements (revision 133) +++ my-find-supplements (working copy) @@ -16,6 +16,8 @@ if test -z "$krel"; then exit fi +echo "krel: $krel" +echo "pci_id_file: __ $PCI_ID_FILE __" # and create our own list of modalias supplements for id in $(cat ${PCI_ID_FILE} | cut -d " " -f 1|sed 's/0x//g'); do and both - $krel and $PCI_ID_FILE - are empty. Seems the script no longer gets the pci id file as paraemter although it's specified. in specfile. %define __kmp_supplements %_sourcedir/my-find-supplements %pci_id_file -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com