https://bugzilla.redhat.com/show_bug.cgi?id=2526473
--- Comment #4 from Ćukasz Patron <[email protected]> --- ``` diff --git a/rubygem-psych-comments.spec b/rubygem-psych-comments.spec index dc2d2bc..4035ecd 100644 --- a/rubygem-psych-comments.spec +++ b/rubygem-psych-comments.spec @@ -13,7 +13,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source1: %{gem_name}-%{version}-tests.tar.gz BuildRequires: ruby(release) BuildRequires: rubygems-devel -BuildRequires: ruby >= 2.4.0 +BuildRequires: ruby BuildRequires: rubygem(rspec) BuildArch: noarch @@ -53,9 +53,10 @@ popd %files %dir %{gem_instdir} %exclude %{gem_instdir}/.rubocop.yml -%{gem_instdir}/CODE_OF_CONDUCT.md %license %{gem_instdir}/LICENSE.txt -%{gem_instdir}/bin +%doc %{gem_instdir}/README.md +%exclude %{gem_instdir}/bin/console +%exclude %{gem_instdir}/bin/setup %{gem_libdir} %exclude %{gem_cache} %{gem_spec} @@ -64,9 +65,9 @@ popd %doc %{gem_docdir} %exclude %{gem_instdir}/.rspec %doc %{gem_instdir}/CHANGELOG.md -%{gem_instdir}/Gemfile -%doc %{gem_instdir}/README.md -%{gem_instdir}/Rakefile +%doc %{gem_instdir}/CODE_OF_CONDUCT.md +%exclude %{gem_instdir}/Gemfile +%exclude %{gem_instdir}/Rakefile %{gem_instdir}/psych-comments.gemspec %changelog ``` thanks, will apply this diff with your suggestions. -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2526473 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202526473%23c4 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
