Skip to content

Commit

Permalink
Merge pull request #6 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.1.3
  • Loading branch information
rgomezborder authored Nov 12, 2024
2 parents b40c320 + 53f8c5b commit 578792f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
5 changes: 5 additions & 0 deletions packaging/rpm/redborder-ai.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ install -D -m 0644 resources/systemd/redborder-ai.service %{buildroot}/usr/lib/s
systemctl daemon-reload
mkdir -p /var/log/redborder-ai
[ -f /usr/lib/redborder/bin/rb_rubywrapper.sh ] && /usr/lib/redborder/bin/rb_rubywrapper.sh -c
if command -v firewall-cmd &> /dev/null; then
firewall-cmd --zone=home --add-port=50505/tcp --permanent
fi

%files
%defattr(0755,root,root)
Expand All @@ -49,5 +52,7 @@ mkdir -p /var/log/redborder-ai
%doc

%changelog
* Tue Nov 12 2024 Pablo Pérez <[email protected]> - 0.0.2-1
- open port on installation
* Tue Jul 23 2024 Pablo Pérez <[email protected]> - 0.0.1-1
- first spec version

0 comments on commit 578792f

Please sign in to comment.