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 1240004

Summary: signpost-core: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: signpost-coreAssignee: Cédric OLIVIER <cedric.olivier>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: cedric.olivier, puntogil
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: signpost-core-1.2.1.2-9.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-01 15:24:38 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:
Bug Depends On:    
Bug Blocks: 1239338    
Attachments:
Description Flags
build.log
none
root.log
none
state.log
none
fix FTBFS none

Description Dennis Gilmore 2015-07-05 21:23:51 UTC
Your package signpost-core failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=10153375

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

Comment 1 Dennis Gilmore 2015-07-05 21:23:53 UTC
Created attachment 1048327 [details]
build.log

Comment 2 Dennis Gilmore 2015-07-05 21:23:53 UTC
Created attachment 1048328 [details]
root.log

Comment 3 Dennis Gilmore 2015-07-05 21:23:54 UTC
Created attachment 1048329 [details]
state.log

Comment 4 Jan Kurik 2015-07-15 13:24:46 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 5 gil cattaneo 2015-07-19 09:43:11 UTC
Created attachment 1053580 [details]
fix FTBFS

- adapt to current guideline
- swith to maven build
- fix Url field
- fix BR list (run test suite)
- use BR mvn()-like
- use upstream source archive
- resolve some rpmlint problems
- install license file (reported to upstream bug#74)

Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=10405025

Comment 6 gil cattaneo 2015-10-26 10:54:32 UTC
You should remove also
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag

Comment 7 gil cattaneo 2015-10-26 17:09:35 UTC
other issues:
the files README.markdown and LICENSE should be habdle in this way

%files -f .mfiles-%{name}
%doc README.markdown
%license LICENSE
 
%files -n oauth-signpost -f .mfiles-oauth-signpost
%license LICENSE

%files javadoc -f .mfiles-javadoc
%license LICENSE

if not using the patch I have provided, please do not add inaccurate changes  and even my data in the changelog
regards