https://bugzilla.redhat.com/show_bug.cgi?id=988667 --- Comment #29 from Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> --- I added your account the right group, you should have access to fedorapeople.org in case you need it in the future [https://fedoraproject.org/wiki/Infrastructure/fedorapeople.org]. > so if a user has a (maybe manually) installed version of Vala-0.20, then a new file will be created during the build, You could just remove those files at the end of %install: find %{buildroot}/%{_libdir}/valadoc/drivers/ -type f \! -path *%{version}* -delete Some issues from before which still aren't fixed: (In reply to Raphael Groner from comment #19) > Again, some general advice: > > . You must use '%license COPYING', remove '%doc COPYING' instead. > https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text > . There's no license for the sub packages (devel & data), make them > 'Require: %{name}%{?_isa} = %{version}-%{release}'. > https://fedoraproject.org/wiki/Packaging: > LicensingGuidelines#Subpackage_Licensing > . I guess you want also add 'Require: %{name}-data%{?_isa} = > %{version}-%{release}' into main package, or data could be merged completely > into main, why another sub package? At least, add 'BuildArch: noarch' into > data subpackage. > https://fedoraproject.org/wiki/Packaging: > Guidelines#Noarch_with_unported_dependencies > . Remove 'Group: Development/Tools', it's deprecated. > https://fedoraproject.org/wiki/ > How_to_create_an_RPM_package#SPEC_file_overview > . You must provide a proper %changelog with at least some intial entry. > https://fedoraproject.org/wiki/Packaging:Guidelines#Changelogs -- You are receiving this mail because: You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx