- D'oh. Fix obvious sense inversion in the previous patch.
This commit is contained in:
parent
7f6800064f
commit
d1d2442b6c
@ -37,5 +37,5 @@ diff -up libpciaccess-0.10.6/src/linux_devmem.c.jx libpciaccess-0.10.6/src/linux
|
|||||||
}
|
}
|
||||||
|
|
||||||
- return err;
|
- return err;
|
||||||
+ return rom_sanity_check(dev, buffer);
|
+ return !rom_sanity_check(dev, buffer);
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libpciaccess
|
Name: libpciaccess
|
||||||
Version: 0.10.6
|
Version: 0.10.6
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: PCI access library
|
Summary: PCI access library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/pciaccess.pc
|
%{_libdir}/pkgconfig/pciaccess.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 05 2009 Adam Jackson <ajax@redhat.com> 0.10.6-6
|
||||||
|
- D'oh. Fix obvious sense inversion in the previous patch.
|
||||||
|
|
||||||
* Wed Aug 05 2009 Adam Jackson <ajax@redhat.com> 0.10.6-5
|
* Wed Aug 05 2009 Adam Jackson <ajax@redhat.com> 0.10.6-5
|
||||||
- libpciaccess-0.10.6-rom-sanity.patch: If we hit the /dev/mem path for
|
- libpciaccess-0.10.6-rom-sanity.patch: If we hit the /dev/mem path for
|
||||||
reading a device's ROM, verify that it looks like it at least might belong
|
reading a device's ROM, verify that it looks like it at least might belong
|
||||||
|
Loading…
Reference in New Issue
Block a user