https://bugzilla.redhat.com/show_bug.cgi?id=1542651 --- Comment #2 from leigh scott <leigh123linux@xxxxxxxxxxxxxx> --- Also the package versioning is wrong. Change from Version: 0 to Version: 0.4 see cmake file if("${CMAKE_MAJOR_VERSION}" GREATER "2") project(libquentier VERSION 0.4.0) else() project(libquentier) set(PROJECT_VERSION_MAJOR "0") set(PROJECT_VERSION_MINOR "4") And as 0.4.0 is an un-release version use 0.1 change from Release: 1.%{commitdate}.git%{shortcommit}%{?dist} to Release: 0.1.%{commitdate}.git%{shortcommit}%{?dist} and fix the changelog to suit -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx