chore: update terra-scripts for 0.1.4 (#12545) (#12549)

* add: install new getcommit script

* chore: bump ver to 0.1.4

* fix: undo release bump

(cherry picked from commit 3cf96acf18)

Co-authored-by: J. <105894089+Its-J@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-05-24 14:40:27 -05:00
committed by GitHub
parent 2117f0eade
commit b5e29d91ea
+5 -1
View File
@@ -1,5 +1,5 @@
Name: terra-scripts
Version: 0.1.3
Version: 0.1.4
Release: 1%{?dist}
Summary: Helpful scripts for contributing to Terra
License: GPL-3.0-or-later
@@ -19,6 +19,7 @@ Packager: Its-J <jonah@fyralabs.com>
install -Dm 755 format-license.sh %{buildroot}%{_bindir}/format-license
install -Dm 755 ldd-dnf.sh %{buildroot}%{_bindir}/ldd-dnf
install -Dm 755 changelog.sh %{buildroot}%{_bindir}/changelog
install -Dm 755 getcommit.sh %{buildroot}%{_bindir}/getcommit
%files
%doc README.md
@@ -26,7 +27,10 @@ install -Dm 755 changelog.sh %{buildroot}%{_bindir}/changelog
%{_bindir}/format-license
%{_bindir}/ldd-dnf
%{_bindir}/changelog
%{_bindir}/getcommit
%changelog
* Sun May 24 2026 Its-J <jonah@fyralabs.com>
- Add getcommit.sh
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
- Package terra-scripts