https://bugzilla.redhat.com/show_bug.cgi?id=1574973 --- Comment #3 from Jun Aruga <jaruga@xxxxxxxxxx> --- Vit, Thanks for the checking. I missed to use the latest master branch's gem2rpm. I will change like this. ``` $ git diff diff --git a/rubygem-mimemagic.spec b/rubygem-mimemagic.spec index 5270f0d..4ca1d76 100644 --- a/rubygem-mimemagic.spec +++ b/rubygem-mimemagic.spec @@ -60,7 +60,6 @@ popd %exclude %{gem_instdir}/.* %license %{gem_instdir}/LICENSE %{gem_libdir} -%exclude %{gem_instdir}/mimemagic.gemspec %{gem_instdir}/script %exclude %{gem_cache} %{gem_spec} @@ -70,6 +69,7 @@ popd %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile +%{gem_instdir}/mimemagic.gemspec %{gem_instdir}/test %changelog ``` -- 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