https://bugzilla.redhat.com/show_bug.cgi?id=1376407 --- Comment #3 from josef radinger <cheese@xxxxxxxxxxxxxx> --- at the start: %if 0%{?fedora} || 0%{?rhel} == 6 %global with_devel 1 %global with_bundled 0 %global with_debug 0 %global with_check 1 %global with_unit_test 0 %else %global with_devel 0 %global with_bundled 0 %global with_debug 0 %global with_check 0 %global with_unit_test 0 %endif i think this could be: %if 0%{?fedora} || 0%{?rhel} == 6 %global with_devel 1 %global with_check 1 %else %global with_devel 0 %global with_check 0 %endif %global with_unit_test 0 %global with_bundled 0 %global with_debug 0 ################################ and the actual version (and git revision) would be: %global commit 30a891c33c7cde7b02a981314b4228ec99380cca Version: 0.0.1 Release: 1.git%{shortcommit}%{?dist} please take the release-number with a grain of salt. -- 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