https://bugzilla.redhat.com/show_bug.cgi?id=854386 --- Comment #3 from Guillermo Gómez <guillermo.gomez@xxxxxxxxx> --- 1) Unneeded macros, those are provided by rubygems-devel, remove please. %global gem_dir /usr/share/rubygems %global gem_instdir %{gem_dir}/gems/%{gem_name}-%{version} %global gem_docdir %{gem_dir}/doc/%{gem_name}-%{version} %global gem_libdir %{gem_instdir}/lib also, they point to wrong locations for the files. 2) Source0: https://rubygems.org/downloads/openstack-quantum-client-0.1.5.gem Please use macros for name and version, sample: Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem 3) BuildArch tag repeated in main pkg and doc subpkg. doc subpkg inherits the tag from main declaration. Remove the latest BuildArch tag please. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review