Bug 1193133

Summary: Packaging issues in ioprocess
Product: [Retired] oVirt Reporter: Sandro Bonazzola <sbonazzo>
Component: ioprocessAssignee: Yeela Kaplan <ykaplan>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.5CC: amureini, bazulay, bugs, oourfali, sbonazzo, ylavi
Target Milestone: ---Keywords: AutomationBlocker
Target Release: 3.5.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-29 06:19:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1193058    

Description Sandro Bonazzola 2015-02-16 15:58:42 UTC
$ git describe
fatal: No annotated tags can describe '24eefa0b004d90b7b95fd9e6cb783fb1e1831008'.
However, there were unannotated tags: try --tags.

$ git tag --list
0.4
v.0.14.0
v0.10.0
v0.12.0
v0.14.0
v0.5.0
v0.6.0
v0.6.1
v0.8.0

looks like v.0.14.0 is there by mistake, I supposed latest is v0.14.0 corresponding to the EPEL build:

wget https://kojipkgs.fedoraproject.org//packages/ioprocess/0.14.0/1.el7/src/ioprocess-0.14.0-1.el7.src.rpm

$ rpmlint ./ioprocess-0.14.0-1.el7.src.rpm /home/sbonazzo/rpmbuild/RPMS/x86_64/ioprocess-0.14.0-1.el7.centos.x86_64.rpm /home/sbonazzo/rpmbuild/RPMS/x86_64/ioprocess-debuginfo-0.14.0-1.el7.centos.x86_64.rpm /home/sbonazzo/rpmbuild/RPMS/noarch/python-ioprocess-0.14.0-1.el7.centos.noarch.rpm
ioprocess.src: W: invalid-url Source0: https://smizrahi.fedorapeople.org/ioprocess/ioprocess-0.14.0.tar.gz HTTP Error 404: Not Found
ioprocess.x86_64: E: explicit-lib-dependency glib2
ioprocess.x86_64: W: incoherent-version-in-changelog 0.14.0-2 ['0.14.0-1.el7.centos', '0.14.0-1.centos']
ioprocess-debuginfo.x86_64: W: only-non-binary-in-usr-lib
python-ioprocess.noarch: W: no-documentation
4 packages and 0 specfiles checked; 1 errors, 4 warnings.

Comment 1 Yeela Kaplan 2015-03-02 13:29:41 UTC
ioprocess is now tagged to v0.15.0

Comment 2 Yeela Kaplan 2015-03-04 09:19:03 UTC
Correction: 
commit 24eefa0b004d90b7b95fd9e6cb783fb1e1831008 is now tagged to v0.14.0:

> git describe
v0.14.0

Comment 3 Yaniv Lavi 2015-03-22 14:29:52 UTC
Sandro, can you verify this?

Comment 4 Sandro Bonazzola 2015-03-23 13:03:01 UTC
$ git describe 
v0.14.0-8-g5eac357

$ rpmlint /home/sbonazzo/rpmbuild/SRPMS/ioprocess-0.15.0-1.fc20.src.rpm /home/sbonazzo/rpmbuild/RPMS/x86_64/ioprocess-0.15.0-1.fc20.x86_64.rpm /home/sbonazzo/rpmbuild/RPMS/x86_64/ioprocess-debuginfo-0.15.0-1.fc20.x86_64.rpm /home/sbonazzo/rpmbuild/RPMS/noarch/python-ioprocess-0.15.0-1.fc20.noarch.rpm
ioprocess.src: W: invalid-url Source0: https://smizrahi.fedorapeople.org/ioprocess/ioprocess-0.15.0.tar.gz HTTP Error 404: Not Found
4 packages and 0 specfiles checked; 0 errors, 1 warnings.

only remaining issue is the Source0 URL which should be updated on 0.15.0 release. Moving to Verified.

Comment 5 Eyal Edri 2015-04-29 06:19:32 UTC
ovirt 3.5.2 was GA'd. closing current release.