public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rubygem-actionmailbox] rawhide: Move {app,config,db} into main package
@ 2026-07-31 10:42 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-31 10:42 UTC (permalink / raw)
  To: git-commits

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-31 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 10:42 [rpms/rubygem-actionmailbox] rawhide: Move {app,config,db} into main package 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox