Bug 428241

Summary: no libpcap-support coming with the ulogd
Product: [Fedora] Fedora Reporter: Leopold Aichinger <linuxtrainer>
Component: ulogdAssignee: Aurelien Bompard <gauret>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 1.24-8.fc8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-07 20:59:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Modified ulogd.spec to get support for ulogd-pcap none

Description Leopold Aichinger 2008-01-10 09:03:12 UTC
Description of problem:
No libpcap support included in the ulogd-rpm Packet.

Version-Release number of selected component (if applicable):
1.24-5

How reproducible:

Steps to Reproduce:
1.
2.
3.
  
Actual results:
The libary /usr/lib64/ulogd_PCAP.so is missing.

Expected results:


Additional info:
I solved problem by doing the following steps:
1. Install the source rpm:
# rpm -ivh ulogd-1.24-5.fc8.src.rpm  
2. Coping the attached, modified spec-File to the /usr/src/redhat/SPEC directory:
# cp -f ulogd.spec /usr/src/redhat/SPEC/
3. do a:
# rpmbuild -ba /usr/src/redhat/SPEC/ulogd.spec

Comment 1 Leopold Aichinger 2008-01-10 09:03:13 UTC
Created attachment 291246 [details]
Modified ulogd.spec to get support for ulogd-pcap

Comment 2 Leopold Aichinger 2008-01-10 09:17:55 UTC
There are still some little mistakes in my ulogd.spec file:
You get an ulogd-pcap rpm-packet but it is in the wrong group,
and requirements are not complete correct.
To solve the problem, change the following part in the spec file:
%package pcap
Summary: PCAP output plugin for ulogd
Group: Network
Requires: libpcap

to:

%package pcap
Summary: PCAP output plugin for ulogd
Group: System Environment/Daemons
Requires: libpcap
Requires: %{name} = %{version}

Comment 3 Fedora Update System 2008-01-24 22:04:11 UTC
ulogd-1.24-8.fc8 has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update ulogd'

Comment 4 Fedora Update System 2008-02-07 20:59:40 UTC
ulogd-1.24-8.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.