Bug 1424954
Summary: | iptables-services has broken dependencies | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Răzvan Sandu <rsandu2004> |
Component: | iptables | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jpopelka, jrowens.fedora, twoerner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-02-23 17:42:53 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Răzvan Sandu
2017-02-20 07:47:59 UTC
It's actually its Provides that are broken. $ rpm -q --provides iptables-services config(iptables-services) = 1.6.0-2.fc25 iptables = 1.4.16.1 iptables-ipv6 = 1.4.11.1 iptables-services = 1.6.0-2.fc25 iptables-services(x86-64) = 1.6.0-2.fc25 $ rpm -q --provides -p updates/25/x86_64/i/iptables-services-1.6.0-3.fc25.x86_64.rpm config(iptables-services) = 1.6.0-3.fc25 iptables-services = 1.6.0-3.fc25 iptables-services(x86-64) = 1.6.0-3.fc25 And because, in my case, I have shorewall6 installed, which Requires iptables-ipv6, it can't install the new iptables-services or that iptables-ipv6 dependency would be unfilled. This looks like it's been rather neglected, since the provides both have version numbers from the 1.4.x days, back in fc18 & fc15. Anyway, could be resolved by either putting the iptables-ipv6 Provides: back in here (iptables is also Provided by the iptables package itself, of course), or get together with the shorewall people and get its dependencies sorted out. (There doesn't seem to generally be much need for IPv6-specific Requires & Provides these days, most network-aware packages handle both pretty equally.) Răzvan Sandu, do you have any of shorewall-init, shorewall-lite, shorewall6, or shorewall6-lite installed on that system? If not, we might have to hunt down whatever else depends on this. I see the changelog refers to bug #1327786, where it was suggested that iptables-services no longer Provide iptables, so it was removed, and they're analysing the fallout over there. So this should probably be considered a duplicate of that. *** This bug has been marked as a duplicate of bug 1327786 *** Hello, @J. Randall Owens Thank you! Yes, I use shorewall and shorewall6 on that system (from EPEL). Please let me know what exact piece of information is needed. Best regards, Răzvan |