$ 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.
ioprocess is now tagged to v0.15.0
Correction: commit 24eefa0b004d90b7b95fd9e6cb783fb1e1831008 is now tagged to v0.14.0: > git describe v0.14.0
Sandro, can you verify this?
$ 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.
ovirt 3.5.2 was GA'd. closing current release.