From 8eb5f82ff627c348e52eeaff0d4cda72ab2ee3ab Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:35:17 -0800 Subject: [PATCH] chore: clean up glasgow (#9919) (#9923) --- anda/tools/glasgow/glasgow.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 4689be75db..5b0013fc37 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -9,8 +9,8 @@ %global _udevrulesdir /usr/lib/udev/rules.d Name: python-%{pypi_name} -Version: %commit_date.%shortcommit -Release: 1%?dist +Version: 0~%{commit_date}git.%{shortcommit} +Release: 2%?dist Summary: Scots Army Knife for electronics License: 0BSD AND Apache-2.0 URL: https://github.com/GlasgowEmbedded/glasgow @@ -62,9 +62,6 @@ install -Dm644 config/70-glasgow.rules %{buildroot}%{_udevrulesdir}/70-glasgow.r %license LICENSE-0BSD.txt LICENSE-Apache-2.0.txt %{_bindir}/glasgow %{_udevrulesdir}/70-glasgow.rules -%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc -%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc -%python3_sitelib/glasgow-*.dist-info/* %changelog * Mon Sep 29 2025 Owen Zimmerman