fix (app-bricks-py): version (#9446)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2026-01-22 15:59:39 -06:00
committed by GitHub
parent 8eabd60868
commit 693d20d90c
2 changed files with 5 additions and 2 deletions
@@ -1,8 +1,11 @@
%global pypi_name app-bricks-py
%global _desc The code of the Arduino App Lab Bricks
%global ver release/0.6.3
%global sanitized_ver %(echo %{ver} | sed 's|release/||')
Name: %{pypi_name}
Version: release/0.6.3
Version: %sanitized_ver
Release: 1%?dist
Summary: The code of the Arduino App Lab Bricks
License: MPL-2.0
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("arduino/app-bricks-py"));
rpm.global("ver", gh("arduino/app-bricks-py"));