Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1075696

Summary: OpenIPMI rawhide build failed unpackaged files
Product: [Fedora] Fedora Reporter: Michel Normand <normand>
Component: OpenIPMIAssignee: Jaromír Cápík <jcapik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: aledvink, bbaude, jcapik, menantea, ovasik, pknirsch, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: OpenIPMI-2.0.21-2.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-13 18:10:35 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:
Bug Depends On: 1079635    
Bug Blocks: 1051573    

Description Michel Normand 2014-03-12 15:32:48 UTC
Description of problem:
Trying to build OpenIMPI package on ppc64le


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


How reproducible:


Steps to Reproduce:
1. fedpkg clone -a OpenIMPI
2. cd OpenIMPI
3. fedpkg mockbuild

Actual results:
...
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/OpenIPMI-2.0.21-1.fc21.ppc64le
RPM build errors:
error: Installed (but unpackaged) file(s) found:
   /etc/ipmi/ipmisim1.emu
   /etc/ipmi/lan.conf
   /usr/bin/ipmi_sim
   /usr/bin/sdrcomp
   /usr/share/man/man1/ipmi_sim.1.gz
   /usr/share/man/man5/ipmi_lan.5.gz
   /usr/share/man/man5/ipmi_sim_cmd.5.gz
    Installed (but unpackaged) file(s) found:
   /etc/ipmi/ipmisim1.emu
   /etc/ipmi/lan.conf
   /usr/bin/ipmi_sim
   /usr/bin/sdrcomp
   /usr/share/man/man1/ipmi_sim.1.gz
   /usr/share/man/man5/ipmi_lan.5.gz
   /usr/share/man/man5/ipmi_sim_cmd.5.gz
Child return code was: 1

Comment 1 Menanteau Guy 2014-03-21 10:41:55 UTC
fot info, I built OpenIMPI on ppc64le using following spec patch:

--- OpenIPMI.spec.ori
+++ OpenIPMI.spec
@@ -235,9 +235,16 @@ fi

 %files lanserv
 %defattr(-,root,root)
+%config(noreplace) %{_sysconfdir}/ipmi/ipmisim1.emu
+%config(noreplace) %{_sysconfdir}/ipmi/lan.conf
 %{_bindir}/ipmilan
+%{_bindir}/ipmi_sim
+%{_bindir}/sdrcomp
 %{_libdir}/libIPMIlanserv.so.*
 %doc %{_mandir}/man8/ipmilan.8*
+%doc %{_mandir}/man1/ipmi_sim.1*
+%doc %{_mandir}/man5/ipmi_lan.5*
+%doc %{_mandir}/man5/ipmi_sim_cmd.5*

 %files modalias
 %config(noreplace) %{_sysconfdir}/modprobe.d/OpenIPMI.conf

Comment 2 Ville Skyttä 2014-03-22 10:16:18 UTC
*** Bug 1077922 has been marked as a duplicate of this bug. ***