Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 739 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 739 Bytes

ferut

Fedora Ruby packaging Tools (ferut) is set of tools to help with packagin of Ruby on Fedora. These tools are very utilitarian and there is no guarantee they will work for you.

ruby-devel-srpm.rb

Prepare development snapshot using mock tool and adjust a few bits in the ruby.spec file, such as revision and versions of bundled packages.

ruby-patches.sh

Fix Ruby patches to apply cleanly.

rename-patch.sh

Renames specified patch in a way git format-patch would do, extracting required information from Subject: line.

The whole idea was discussed here and Git might provide some better plumbing for this tool.