diff --git a/anda/tools/qdl/anda.hcl b/anda/tools/qdl/anda.hcl index 0b4372a603..e1f206aa1a 100644 --- a/anda/tools/qdl/anda.hcl +++ b/anda/tools/qdl/anda.hcl @@ -2,7 +2,4 @@ project pkg { rpm { spec = "qdl.spec" } - labels { - nightly = 1 - } } diff --git a/anda/tools/qdl/qdl.spec b/anda/tools/qdl/qdl.spec index b26f2b2159..6a63a0f8c5 100644 --- a/anda/tools/qdl/qdl.spec +++ b/anda/tools/qdl/qdl.spec @@ -1,13 +1,9 @@ -%global commit eb345dfdfa338dc3626932f8a992423c3f6b3532 -%global commit_date 20260130 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - Name: qdl -Version: 0^%commit_date.%shortcommit +Version: 2.4 Release: 1%?dist Summary: This tool communicates with USB devices of id 05c6:9008 to upload a flash loader and use this to flash images URL: https://github.com/linux-msm/qdl -Source0: %{url}/archive/%{commit}/qdl-%{commit}.tar.gz +Source0: %url/archive/refs/tags/v%version.tar.gz License: BSD-3-Clause BuildRequires: make BuildRequires: gcc @@ -21,7 +17,7 @@ Packager: Owen Zimmerman %{summary}. %prep -%autosetup -n qdl-%{commit} +%autosetup -n qdl-%{version} %build %make_build @@ -48,8 +44,11 @@ install -Dm644 ks.1 %{buildroot}%{_mandir}/man1/ks.1 %doc README.md %changelog +* Mon Feb 02 2026 Owen Zimmerman +- Switch to tagged versions + * Wed Nov 26 2025 metcya - Package manpages -* Sun Nov 23 2025 Owen-sz +* Sun Nov 23 2025 Owen Zimmerman - Initial commit diff --git a/anda/tools/qdl/update.rhai b/anda/tools/qdl/update.rhai index 576911cba6..635bdd7a96 100644 --- a/anda/tools/qdl/update.rhai +++ b/anda/tools/qdl/update.rhai @@ -1,5 +1 @@ -rpm.global("commit", gh_commit("linux-msm/qdl")); -if rpm.changed() { - rpm.release(); - rpm.global("commit_date", date()); -} +rpm.version(gh_tag("linux-msm/qdl")); \ No newline at end of file