Created attachment 316680 [details] Patch to install the missing headers Description of problem: Follow headers not installed by devel package: libipulog.h libip6tc.h libiptc.h Version-Release number of selected component (if applicable): iptables-1.4.1.1-2.fc9 How reproducible: Ever Steps to Reproduce: 1.Install iptables-devel package 2.Try to compile ipp2p for example 3.See the headers is missing Actual results: Header files is missing Expected results: Header files is installed Additional info:
Created attachment 316681 [details] Patch to spec file
See also bug 402281
What's annoying is that libiptc.h, at least, was in 1.4.0-4.fc9: yum whatprovides '*libiptc.h' Loaded plugins: changelog, refresh-packagekit iptables-devel-1.4.0-4.fc9.x86_64 : Development package for iptables Matched from: Filename : /usr/include/libiptc/libiptc.h iptables-devel-1.4.0-4.fc9.i386 : Development package for iptables Matched from: Filename : /usr/include/libiptc/libiptc.h
I can confirm that Fedora 10's iptables-devel-1.4.1.1-2.fc10 is also affected. See bug #479208 for an example of how this breaks things unexpectedly. Raising severity.
I just checked the devel package (F-11) and it's fixed there, apparently this report has been seen and taken into account, though not updated nor closed : * Fri Feb 20 2009 Thomas Woerner <twoerner> 1.4.2-1 - new version 1.4.2 - removed TOS value mask patch (upstream) - more review fixes (rhbz#225906) - install all header files (rhbz#462207) - dropped nf_ext_init (rhbz#472548) I'll close the report now. Note that it would be nice to get updated packages backported for F-9 and F-10 to fix this, though.