Support converting a folder of files, not just individual files each time, optionally recursively
Some checks failed
CI / test (push) Successful in 36s
Lint / test (push) Failing after 28s
Trivy / test (push) Successful in 16s

This commit is contained in:
Miguel Jacq 2025-12-30 16:36:05 +11:00
parent 4d58107b22
commit f0748e98e0
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
9 changed files with 874 additions and 23 deletions

View file

@ -1,9 +1,9 @@
%global upstream_version 0.3.4
%global upstream_version 0.3.5
Name: jinjaturtle
Version: %{upstream_version}
Release: 1%{?dist}.jinjaturtle1
Summary: Convert config files into Ansible defaults and Jinja2 templates.
Summary: Convert config files into Ansible vars and Jinja2 templates.
License: GPL-3.0-or-later
URL: https://git.mig5.net/mig5/jinjaturtle
@ -42,5 +42,7 @@ Convert config files into Ansible defaults and Jinja2 templates.
%{_bindir}/jinjaturtle
%changelog
* Tue Dec 30 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Support converting a directory (optionally recursively) instead of just an individual file.
* Sat Dec 27 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Initial RPM packaging for Fedora 42