Bug 1361686 - keepalived is built without libiptc (and hence also without ipset support)
Summary: keepalived is built without libiptc (and hence also without ipset support)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: keepalived
Version: 23
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Ryan O'Hara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-07-29 18:25 UTC by Quentin Armitage
Modified: 2016-11-08 22:52 UTC (History)
4 users (show)

Fixed In Version: keepalived-1.2.24-3.fc25 keepalived-1.2.24-3.fc24 keepalived-1.2.24-3.fc23
Clone Of:
Environment:
Last Closed: 2016-09-23 16:25:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Quentin Armitage 2016-07-29 18:25:53 UTC
Description of problem:
keepalived is not using libiptc or libipset

Version-Release number of selected component (if applicable):
keepalived-1.2.20 onwards

How reproducible:
Always

Steps to Reproduce:
1. Look at build logs on koji
2.
3.

Actual results:
The configure output in the build.log shows:
Use libiptc      : No
Use libipset     : No

Expected results:
Use libiptc      : Yes
Use libipset     : Yes

Additional info:
When I added ipset support to keepalived, I decided i) to only add it if keepalived was build using libiptc (and so not updating iptables via iptables commands), and ii) only to support ipsets via libipset and not by invoking the ipset command.

The keepalived.spec file for version 1.2.20 added
BuildRequires: ipset-devel
but didn't add
BuildRequires: iptables-devel

As a consequence, configure doesn't find libiptc support, and so does not include libipset support.

Please add
BuildRequires: iptables-devel
to the keepalived.spec file, so that keepalived will uselibiptc and libipset.

Comment 1 Fedora Update System 2016-09-18 13:45:23 UTC
keepalived-1.2.24-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-b2b49e9e00

Comment 2 Fedora Update System 2016-09-18 13:45:39 UTC
keepalived-1.2.24-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-243f2048a4

Comment 3 Fedora Update System 2016-09-18 13:45:48 UTC
keepalived-1.2.24-3.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f5b973144d

Comment 4 Fedora Update System 2016-09-19 04:19:43 UTC
keepalived-1.2.24-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-b2b49e9e00

Comment 5 Fedora Update System 2016-09-19 04:22:20 UTC
keepalived-1.2.24-3.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-243f2048a4

Comment 6 Fedora Update System 2016-09-19 05:22:20 UTC
keepalived-1.2.24-3.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-f5b973144d

Comment 7 Fedora Update System 2016-09-23 16:25:29 UTC
keepalived-1.2.24-3.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2016-11-07 23:23:40 UTC
keepalived-1.2.24-3.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2016-11-08 22:52:18 UTC
keepalived-1.2.24-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.