public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-actionmailbox] rawhide: Move {app,config,db} into main package
Date: Fri, 31 Jul 2026 10:42:17 GMT [thread overview]
Message-ID: <178549453775.1.17711163167435995204.rpms-rubygem-actionmailbox-befaccf04238@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rubygem-actionmailbox
Branch : rawhide
Commit : befaccf042383715ec28533b8084dc097fae6d12
Author : Vít Ondruch <vondruch@redhat.com>
Date : 2026-07-31T12:22:09+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rubygem-actionmailbox/c/befaccf042383715ec28533b8084dc097fae6d12?branch=rawhide
Log:
Move {app,config,db} into main package
Because this is Rails Engine, the content is missing during application
runtime. This for example causes rubygem-railties test suite errors
such as [1]:
~~~
4) Failure:
Rails::Command::RoutesTest#test_rails_routes_with_global_search_key [test/commands/routes_test.rb:52]:
--- expected
+++ actual
@@ -1,6 +1,5 @@
" Prefix Verb URI Pattern Controller#Action
cart GET /cart(.:format) cart#show
- rails_conductor_inbound_email GET /rails/conductor/action_mailbox/inbound_emails/:id(.:format) rails/conductor/action_mailbox/inbound_emails#show
rails_service_blob GET /rails/active_storage/blobs/redirect/:signed_id/*filename(.:format) active_storage/blobs/redirect#show
rails_service_blob_proxy GET /rails/active_storage/blobs/proxy/:signed_id/*filename(.:format) active_storage/blobs/proxy#show
GET /rails/active_storage/blobs/:signed_id/*filename(.:format) active_storage/blobs/redirect#show
~~~
[1]: https://src.fedoraproject.org/rpms/rubygem-railties/blob/24c964fb631f7ac2ff36bc957cd8599c9d3106e5/f/rubygem-railties.spec#_253-255
---
diff --git a/rubygem-actionmailbox.spec b/rubygem-actionmailbox.spec
index 56d0b1f..5ad945a 100644
--- a/rubygem-actionmailbox.spec
+++ b/rubygem-actionmailbox.spec
@@ -78,15 +78,15 @@ ruby -Itest -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
%files
%dir %{gem_instdir}
%license %{gem_instdir}/MIT-LICENSE
+%{gem_instdir}/app
+%{gem_instdir}/config
+%{gem_instdir}/db
%{gem_libdir}
%exclude %{gem_cache}
%{gem_spec}
%files doc
%doc %{gem_docdir}
-%{gem_instdir}/app
-%{gem_instdir}/config
-%{gem_instdir}/db
%doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/README.md
reply other threads:[~2026-07-31 10:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178549453775.1.17711163167435995204.rpms-rubygem-actionmailbox-befaccf04238@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox